]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Release notes for [GL #3082] and [GL #3111]
authorEvan Hunt <each@isc.org>
Wed, 2 Feb 2022 17:57:15 +0000 (09:57 -0800)
committerEvan Hunt <each@isc.org>
Wed, 2 Feb 2022 20:04:48 +0000 (12:04 -0800)
(cherry picked from commit d45f0e1d9eea361193ba50e7ac9599b117264d0b)

doc/notes/notes-current.rst

index 946b95f2bcc01a7123833645fde67caac28d3eb8..b95c20daadbebff803e7767c699aeae91d56aea1 100644 (file)
@@ -35,7 +35,9 @@ Removed Features
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- None.
+- The DLZ API has been updated: EDNS Client-Subnet (ECS) options sent
+  by a client are now included in the client information sent to DLZ
+  modules when processing queries. :gl:`#3082`
 
 Bug Fixes
 ~~~~~~~~~
@@ -50,3 +52,6 @@ Bug Fixes
 
 - Restore logging "quota reached" message when accepting connection is over
   hard quota.  :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`