]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.17.21
authorMichał Kępień <michal@isc.org>
Mon, 6 Dec 2021 14:51:24 +0000 (15:51 +0100)
committerPetr Špaček <pspacek@isc.org>
Thu, 16 Dec 2021 12:17:12 +0000 (13:17 +0100)
doc/arm/notes.rst
doc/notes/notes-9.17.21.rst [moved from doc/notes/notes-current.rst with 91% similarity]

index b8fc8171acd48b20b12b1304a7628897a063477d..f6edf96fc798daa759ea2a4f60e0a2b35c115c1a 100644 (file)
@@ -51,7 +51,7 @@ The latest versions of BIND 9 software can always be found at
 https://www.isc.org/download/. There you will find additional
 information about each release, and source code.
 
-.. include:: ../notes/notes-current.rst
+.. include:: ../notes/notes-9.17.21.rst
 .. include:: ../notes/notes-9.17.20.rst
 .. include:: ../notes/notes-9.17.19.rst
 .. include:: ../notes/notes-9.17.18.rst
similarity index 91%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.17.21.rst
index 2803f580b20527e76b40e4a505b121257350794f..e7ffcdfb998160ddb902f87c022fae5ca26f84c3 100644 (file)
 Notes for BIND 9.17.21
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
 New Features
 ~~~~~~~~~~~~
 
@@ -33,11 +23,6 @@ New Features
   4.19) is now set if query access is denied to the specific client.
   :gl:`#1836`
 
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -81,6 +66,3 @@ Bug Fixes
   being cleaned up when a TCP connection was reset, or due to dependency
   loops in the ADB or the DNSSEC validator. This has been fixed.
   :gl:`#3026` :gl:`#3040`
-
-- On FreeBSD, a TCP connection would leak a small amount of heap memory leading
-  to out-of-memory problem in a long run. This has been fixed. :gl:`#3051`