]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Fri, 16 Apr 2021 12:40:06 +0000 (14:40 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 16 Apr 2021 12:40:06 +0000 (14:40 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 5f5ee1feae9dee9996ba0c7027c85a75e35820c7..bba3aa9dafc2b8eacea5b63ec942234767abc18e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+5621.  [bug]           Due to a backporting mistake in change 5609, named
+                       binaries built against a Kerberos/GSSAPI library whose
+                       header files did not define the GSS_SPNEGO_MECHANISM
+                       preprocessor macro were not able to start if their
+                       configuration included the "tkey-gssapi-credential"
+                       option. This has been fixed. [GL #2634]
+
 5620.  [bug]           Named would overwrite a zone file unconditionally when
                        it recovered from a corrupted journal. [GL #2623]