From cbbc0051a3939672c8713b7de3c7986c89ac8d27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 18 Apr 2024 16:46:38 +0200 Subject: [PATCH] Add CHANGES note for [GL #4416] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 58e3475bda..2809892098 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8e3ac9e8b4..f40a45f4d7 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~