]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword release notes
authorPetr Špaček <pspacek@isc.org>
Fri, 4 Feb 2022 08:20:18 +0000 (08:20 +0000)
committerPetr Špaček <pspacek@isc.org>
Fri, 18 Feb 2022 08:36:16 +0000 (09:36 +0100)
doc/notes/notes-current.rst

index 9312e4031f0c56cb059a03416438021a86ba3f7c..410b231b49c96f02f6703fac7794c6e20f2c0601 100644 (file)
@@ -47,16 +47,18 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- With libuv >= 1.37.0, the recvmmsg support would not be enabled in ``named``
-  reducing the maximum query-response performance.  The recvmmsg support would
-  be used only in libuv 1.35.0 and 1.36.0.  This has been fixed.  :gl:`#3095`
-
-- A failed view configuration during a named reconfiguration procedure could
-  cause inconsistencies in BIND internal structures, causing a crash or other
-  unexpected errors.  This has been fixed.  :gl:`#3060`
-
-- Restore logging "quota reached" message when accepting connection is over
-  hard quota.  :gl:`#3125`
+- Previously, ``recvmmsg`` support was enabled in libuv 1.35.0 and
+  1.36.0, but not in libuv versions 1.37.0 or greater, reducing the
+  maximum query-response performance. This has been fixed. :gl:`#3095`
+
+- A failed view configuration during a ``named`` reconfiguration
+  procedure could cause inconsistencies in BIND internal structures,
+  causing a crash or other unexpected errors. This has been fixed.
+  :gl:`#3060`
+
+- Previously, ``named`` logged a "quota reached" message when it hit its
+  hard quota on the number of connections. That message was accidentally
+  removed but has now been restored. :gl:`#3125`
 
 - Build errors were introduced in some DLZ modules due to an incomplete
   change in the previous release. This has been fixed. :gl:`#3111`