]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword release notes
authorSuzanne Goldlust <sgoldlust@isc.org>
Tue, 2 Apr 2024 15:26:16 +0000 (15:26 +0000)
committerPetr Špaček <pspacek@isc.org>
Tue, 2 Apr 2024 15:45:25 +0000 (17:45 +0200)
doc/notes/notes-9.19.23.rst

index 1fd661fdd38fc78568c6af69985485021d2b99e3..08fe30d5514d45e7b5f5af057f3b08f82ce46a0d 100644 (file)
@@ -20,27 +20,29 @@ New Features
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- Memory consumption of the new QP-trie database has been optimized and
-  large zones now require roughly 15 % more memory than the old red-black tree
-  data structure. :gl:`#4614`
+- Memory consumption of the new QP-trie database has been optimized. Large
+  zones, which used to require significantly more memory with QP-trie, now only
+  require roughly 15% more memory than the old red-black tree data structure.
+  :gl:`#4614`
 
-- The ``sortlist`` option has been deprecated and will be removed
-  in a future BIND 9.21.x release. Please don't rely on a specific
-  order of resource records in the DNS messages.  :gl:`#4593`
+- The :any:`sortlist` option has been deprecated and will be removed in a
+  future BIND 9.21.x release. Users should not rely on a specific order of
+  resource records in DNS messages.  :gl:`#4593`
+
+- The ``fixed`` value for the :any:`rrset-order` option and the corresponding
+  ``configure`` script option have been deprecated and will be removed in a
+  future BIND 9.21.x release. Users should not rely on a specific order of
+  resource records in DNS messages.  :gl:`#4446`
 
-- The ``fixed`` value for the ``rrset-order`` option and the corresponding
-  ``./configure`` script option has been deprecated and will be removed in a
-  future BIND 9.21.x release. Please don't rely on a specific order of resource
-  records in the DNS messages.  :gl:`#4446`
 
 Bug Fixes
 ~~~~~~~~~
 
-- Some DNSSEC key rollovers were slowed down erroneously. This has been fixed.
-  :gl:`#4552`
+- A bug in the keymgr code unintentionally slowed down some DNSSEC key
+  rollovers. This has been fixed. :gl:`#4552`
 
-- Bugs which could cause resolvers configured with the new cache data structure
-  to crash or hang have been fixed. :gl:`#4622` :gl:`#4652`
+- Two bugs that could have caused resolvers configured with the new cache data
+  structure to crash or hang have been fixed. :gl:`#4622` :gl:`#4652`
 
 - Some ISO 8601 durations were accepted erroneously, leading to shorter
   durations than expected. This has been fixed. :gl:`#4624`