]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.16.24
authorMichał Kępień <michal@isc.org>
Tue, 7 Dec 2021 09:23:14 +0000 (10:23 +0100)
committerPetr Špaček <pspacek@isc.org>
Thu, 16 Dec 2021 12:29:04 +0000 (13:29 +0100)
doc/arm/notes.rst
doc/notes/notes-9.16.24.rst [moved from doc/notes/notes-current.rst with 71% similarity]

index 6d4e9f679adf7842be767114559973da0d09338c..91af90c7fb7f91f4b5a042454c03aedd463425fe 100644 (file)
@@ -59,7 +59,7 @@ https://www.isc.org/download/. There you will find additional
 information about each release, source code, and pre-compiled versions
 for Microsoft Windows operating systems.
 
-.. include:: ../notes/notes-current.rst
+.. include:: ../notes/notes-9.16.24.rst
 .. include:: ../notes/notes-9.16.23.rst
 .. include:: ../notes/notes-9.16.22.rst
 .. include:: ../notes/notes-9.16.21.rst
similarity index 71%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.16.24.rst
index d77c59b47cce48a36c9326f3d3d19b22e76461b9..7963af770decfd3bf3af8d1d0b86dd8e9ce9136c 100644 (file)
 Notes for BIND 9.16.24
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
-New Features
-~~~~~~~~~~~~
-
-- None.
-
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -46,10 +26,6 @@ Feature Changes
 - ``dnssec-dsfromkey`` no longer generates DS records from revoked keys.
   :gl:`#853`
 
-- The default memory allocator has been switched from ``internal`` to
-  ``external`` and new command line option ``-M internal`` has been added to
-  ``named``. :gl:`#2398`
-
 Bug Fixes
 ~~~~~~~~~
 
@@ -57,8 +33,3 @@ Bug Fixes
   running ``rndc reconfig``, then bringing back the removed
   ``catalog-zone`` clause and running ``rndc reconfig`` again caused
   ``named`` to crash. This has been fixed. :gl:`#1608`
-
-- 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`
-
-- Overall memory use by ``named`` was optimized and reduced.  :gl:`#2398`