]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Reorder release notes
authorMichał Kępień <michal@isc.org>
Wed, 12 Jan 2022 10:48:45 +0000 (11:48 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 20 Jan 2022 10:19:58 +0000 (11:19 +0100)
doc/notes/notes-current.rst

index 79ddbdbdea9d9d78839be4c2802df3796dd151e8..c244ed1bfdbd93c6aa67d532250ae0beae6349dd 100644 (file)
@@ -39,26 +39,25 @@ Removed Features
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- ``named`` formerly generated an ephemeral key and certificate for the
-  ``tls ephemeral`` configuration using the RSA algorithm with 4096-bit
-  keys. This has been changed to the ECDSA P-256 algorithm. :gl:`#2264`
-
 - Overall memory use by ``named`` has been optimized and reduced,
   especially on systems with many CPU cores. :gl:`#2398` :gl:`#3048`
 
+- ``named`` formerly generated an ephemeral key and certificate for the
+  ``tls ephemeral`` configuration using the RSA algorithm with 4096-bit
+  keys. This has been changed to the ECDSA P-256 algorithm. :gl:`#2264`
 
 Bug Fixes
 ~~~~~~~~~
 
+- On FreeBSD, TCP connections leaked a small amount of heap memory,
+  leading to an eventual out-of-memory problem. This has been fixed.
+  :gl:`#3051`
+
 - If signatures created by the ZSK were expired and the ZSK private key
   was offline, the signatures were not replaced. This behavior has been
   amended to replace the expired signatures with new signatures created
   using the KSK. :gl:`#3049`
 
-- On FreeBSD, TCP connections leaked a small amount of heap memory,
-  leading to an eventual out-of-memory problem. This has been fixed.
-  :gl:`#3051`
-
 - 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. This prevented resynchronization of the zone