]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for GL #3783
authorMatthijs Mekking <matthijs@isc.org>
Fri, 13 Jan 2023 13:50:27 +0000 (14:50 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 19 Jan 2023 10:19:43 +0000 (10:19 +0000)
News worthy.

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index f545a01b0f4c8a8f943e4cc113e63ae3cee58331..90f1822a3c9769cfd81000b44500f37d3923bc28 100644 (file)
--- 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
index 864b1f0ddea11c37785589ae4fa7825179d430e0..cfcb5c051b06d8808e5aa263e23359d990675bcc 100644 (file)
@@ -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
 ~~~~~~~~~~~~