From: Matthijs Mekking Date: Fri, 13 Jan 2023 13:50:27 +0000 (+0100) Subject: Add CHANGES and release note for GL #3783 X-Git-Tag: v9.19.10~29^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=dbbacd910f9d8e31c7a22a7bb44e8d5c4be6bfaa;p=thirdparty%2Fbind9.git Add CHANGES and release note for GL #3783 News worthy. --- diff --git a/CHANGES b/CHANGES index f545a01b0f4..90f1822a3c9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +6073. [bug] Set RD=1 on DS requests to parental-agents. [GL #3783] + 6072. [bug] Avoid the OpenSSL lock contention when initializing Message Digest Contexts by using explicit algorithm fetching, initializing static contexts for every diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 864b1f0ddea..cfcb5c051b0 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -58,6 +58,9 @@ Bug Fixes - Improve the speed of the message digest algorithms (MD5, SHA-1, SHA-2) and NSEC3 hashing. :gl:`#3795` +- Setting :any:`parental-agents` to a resolver did not work because the RD bit + was not set on DS requests. This has been fixed. :gl:`#3783` + Known Issues ~~~~~~~~~~~~