]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword release notes
authorPetr Špaček <pspacek@isc.org>
Fri, 7 Jan 2022 14:03:01 +0000 (15:03 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 12 Jan 2022 13:25:31 +0000 (14:25 +0100)
doc/notes/notes-current.rst

index 9b92fb9ae8ac60e61383901ecd6378a3e66dede0..34883254e76fcb135f2f32a2bf3a467e03b9bcd5 100644 (file)
@@ -35,24 +35,27 @@ Removed Features
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- 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`
+- Overall memory use by ``named`` has been optimized and reduced,
+  especially on systems with many CPU cores. The default memory
+  allocator has been switched from ``internal`` to ``external``. A new
+  command-line option ``-M internal`` allows ``named`` to be started
+  with the old internal memory allocator. :gl:`#2398`
 
 Bug Fixes
 ~~~~~~~~~
 
-- If signatures created by the ZSK are expired, and the ZSK private key is offline,
-  allow the expired signatures to be replaced with signatures created by the KSK.
-  :gl:`#3049`
+- 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, 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`
+- 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, preventing resynchronization of zone contents
-  after ``named`` restart in case the unsigned zone file gets modified
-  while ``named`` is not running. This has been fixed. :gl:`#3071`
+  version of the zone. This prevented resynchronization of the zone
+  contents after ``named`` restarted, if the unsigned zone file was
+  modified while ``named`` was not running. This has been fixed.
+  :gl:`#3071`