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
Notes for BIND 9.16.24
----------------------
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
-New Features
-~~~~~~~~~~~~
-
-- None.
-
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
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
~~~~~~~~~
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`