]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Mon, 11 Oct 2021 12:39:06 +0000 (14:39 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 28 Oct 2021 10:05:58 +0000 (12:05 +0200)
doc/notes/notes-current.rst

index 3b484e88be88b0ffce9b9e786847909cce5d0020..0d7babc7449bccc139da4143e77ab9900c79478a 100644 (file)
@@ -77,6 +77,10 @@ Removed Features
   engine_pkcs11 for PKCS#11<pkcs11>`. engine_pkcs11 is an OpenSSL engine
   which is part of the `OpenSC`_ project. :gl:`#2691`
 
+- Old-style Dynamically Loadable Zones (DLZ) drivers that had to be
+  enabled in ``named`` at build time have been removed. New-style DLZ
+  modules should be used as a replacement. :gl:`#2814`
+
 - Add support for OpenSSL 3.0.0.  OpenSSL 3.0.0 deprecated 'engine' support.
   If OpenSSL 3.0.0 has been built without support for deprecated functionality
   pkcs11 via engine_pkcs11 is no longer available.  At this point in time
@@ -89,19 +93,14 @@ Removed Features
   and change the configuration appropriately prior to upgrading BIND 9.
   :gl:`#2882`
 
-- Old-style Dynamically Loadable Zones (DLZ) drivers that had to be
-  enabled in ``named`` at build time have been removed. New-style DLZ
-  modules should be used as a replacement. :gl:`#2814`
-
 .. _OpenSC: https://github.com/OpenSC/libp11
 
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- ``named`` and ``named-checkconf`` now issue a warning when there is a
-  single port configured for ``query-source``, ``transfer-source``,
-  ``notify-source``, ``parental-source``, and/or for their respective
-  IPv6 counterparts. :gl:`#2888`
+- The network manager API is now used for sending all outgoing DNS
+  queries and requests from ``named`` and related tools, including
+  ``delv``, ``mdig``, and ``nsupdate``. :gl:`#2401`
 
 - ``named`` and ``named-checkconf`` now exit with an error when a single
   port configured for ``query-source``, ``transfer-source``,
@@ -111,9 +110,10 @@ Feature Changes
   until now (even though sending UDP messages such as NOTIFY failed).
   :gl:`#2888`
 
-- The network manager API is now used for sending all outgoing DNS
-  queries and requests from ``named`` and related tools, including
-  ``delv``, ``mdig``, and ``nsupdate``. :gl:`#2401`
+- ``named`` and ``named-checkconf`` now issue a warning when there is a
+  single port configured for ``query-source``, ``transfer-source``,
+  ``notify-source``, ``parental-source``, and/or for their respective
+  IPv6 counterparts. :gl:`#2888`
 
 - Because the old socket manager API has been removed, "socketmgr"
   statistics are no longer reported by the statistics channel. :gl:`#2926`
@@ -148,13 +148,13 @@ Bug Fixes
   ``named`` startup, it could fail to listen for TCP connections on the
   newly added interfaces. :gl:`#2852`
 
-- Under specific circumstances, zone transfers over TCP and TLS could be
-  interrupted prematurely. This has been fixed. :gl:`#2917`
-
 - Reloading a catalog zone which referenced a missing/deleted member
   zone triggered a runtime check failure, causing ``named`` to exit
   prematurely. This has been fixed. :gl:`#2308`
 
+- Under specific circumstances, zone transfers over TCP and TLS could be
+  interrupted prematurely. This has been fixed. :gl:`#2917`
+
 - Logfiles using ``timestamp``-style suffixes were not always correctly
   removed when the number of files exceeded the limit set by ``versions``.
   :gl:`#828`