]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES for [GL #1794] and [GL #4459]
authorMark Andrews <marka@isc.org>
Fri, 15 Dec 2023 08:37:20 +0000 (19:37 +1100)
committerMark Andrews <marka@isc.org>
Thu, 21 Dec 2023 09:12:51 +0000 (20:12 +1100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 779ac09389a35285b7dc6ec1870cb76b86451a39..6977a2e3952267a44ed924d82650a6229e01dbc3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+6312.  [bug]           Conversion from NSEC3 signed to NSEC signed could
+                       temporarily put the zone into a state where it was
+                       treated as unsigned until the NSEC chain was built.
+                       Additionally conversion from one set of NSEC3 parameters
+                       to another could also temporarily put the zone into a
+                       state where it was treated as unsigned until the new
+                       NSEC3 chain was built. [GL #1794] [GL #4495]
+
 6311.  [func]          Zone content checks are now disabled by default
                        when running named-compilezone. named-checkzone
                        can still be used for checking zone integrity,