summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2019-06-05 05:35:28 -0400
committerPhil Pennock <pdp@exim.org>2019-06-05 05:35:28 -0400
commit6ee110613402e8562c03b4a11c3ffbdbd47bd153 (patch)
treea6a061f415f394f72c28912e837a533efcebd2d1 /doc/doc-txt
parent96c5bd4049c62215b741ff7b6ff7a3bf24bea7c0 (diff)
Unbreak heimdal_gssapi auth driver
Commit 251b9eb46 broke heimdal_gssapi by changing the function definition in the `.c` without changing the declaration in the `.h`. Was part of 4.92. Make corresponding `.h` change to reflect newer internal API.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index b4e58990e..52fcc8284 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -127,6 +127,8 @@ JH/25 The smtp transport option "hosts_try_fastopen" now enables all hosts by
JH/26 The PIPE_CONNECT facility is promoted from experimental status and is now
controlled by the build-time option SUPPORT_PIPE_CONNECT.
+PP/01 Unbreak heimdal_gssapi, broken in 4.92.
+
Exim version 4.92
-----------------