]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert "Add CHANGES and release note for [GL #3071]"
authorOndřej Surý <ondrej@isc.org>
Wed, 5 Jan 2022 16:50:51 +0000 (17:50 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 6 Jan 2022 11:27:12 +0000 (12:27 +0100)
This reverts commit 7a6365d02875ca1344013ad16ae2d33a51307bec.

(cherry picked from commit 5f369481763407a6b3d9495743ea6be566c09d5b)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 729300002dc851d9a9e351adf9f5f8487f51b2c6..69e5a5e6804f5f5123bdbd11c19fe5a16a9faaba 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,12 +8,6 @@
 5787.  [doc]           Update 'auto-dnssec' documentation, it may only be
                        activated at zone level. [GL #3023]
 
-5786.  [bug]           Defer detaching from zone->raw in zone_shutdown() if
-                       the zone is in the process of being dumped to disk to
-                       ensure that the unsigned serial number information is
-                       always written in the raw-format header of the signed
-                       version on an inline-signed zone. [GL #3071]
-
 5785.  [bug]           named could leak memory when two dnssec-policy clauses
                        had the same name. named failed to log this error.
                        [GL #3085]
index f2baa5b99e9876d595e43ffecc08fe2f7862ea7d..469bf2a3dd5d0d9d1bbb3878282911ecc81cc85c 100644 (file)
@@ -49,9 +49,3 @@ Bug Fixes
   to out-of-memory problem in a long run. This has been fixed. :gl:`#3051`
 
 - Overall memory use by ``named`` was optimized and reduced.  :gl:`#2398`
-
-- Under certain circumstances, the signed version of an inline-signed zone could
-  be dumped to disk without the serial number of the unsigned version of the
-  zone being saved. This could prevent resynchronization of zone contents after
-  ``named`` restarted, if the unsigned zone file had been modified while
-  ``named`` was not running. This has been fixed. :gl:`#3071`