]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #4416]
authorOndřej Surý <ondrej@isc.org>
Thu, 18 Apr 2024 14:46:38 +0000 (16:46 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 18 Apr 2024 18:09:47 +0000 (20:09 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 58e3475bda8108fb4e24db38724f5cc5939932c0..2809892098831232827689be625f70c3db4e6ae2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6375.  [func]          Allow multiple RNDC message to be processed from
+                       a single TCP read. [GL #4416]
+
 6374.  [func]          Don't count expired / future RRSIGs in verification
                        failure quota. [GL #4586]
 
index 8e3ac9e8b41e43de307786a426a9ef3f272e4969..f40a45f4d75d48eed5f81e70b3c1c0ad8ef5ee4c 100644 (file)
@@ -20,8 +20,6 @@ Security Fixes
 New Features
 ~~~~~~~~~~~~
 
-- None.
-
 - A new option :any:`signatures-jitter` is added to :any:`dnssec-policy` to
   spread out signature expiration times over a period of time. :gl:`#4554`
 
@@ -40,6 +38,12 @@ Feature Changes
   the signature inception and expiration dates no longer count towards maximum
   validation and maximum validation failures limits. :gl:`#4586`
 
+- Multiple RNDC messages will be processed when sent in a single TCP
+  message.
+
+  ISC would like to thank Dominik Thalhammer for reporting the issue
+  and preparing the initial patch. :gl:`#4416`
+
 Bug Fixes
 ~~~~~~~~~