diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-25 05:01:39 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-25 05:01:39 -0400 |
commit | 16880d1a95a51a8b57692b216512e8cbb7cc917d (patch) | |
tree | 862d5048c49c28ecd910232347880923981bb708 /doc/doc-txt/ChangeLog | |
parent | ab6dcfbe67abc6ed4a85be60510eb5fff58e170d (diff) |
Cyrus SASL auth: SSF retrieval was incorrect.
Exim thought protection layer was required, which is not implemented.
Patch from Wolfgang Breyha.
Fixes bug 1254
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b7a6a00e4..e7b807e3c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -154,6 +154,10 @@ PP/36 Define _GNU_SOURCE in exim.h; it's needed for some releases of conflicts. Defined before os.h is pulled in, so if a given platform needs to override this, it can. +PP/37 Unbreak Cyrus SASL auth: SSF retrieval was incorrect, Exim thought + protection layer was required, which is not implemented. + Bugzilla 1254, patch from Wolfgang Breyha. + Exim version 4.77 ----------------- |