]> 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 19:59:40 +0000 (11:59 -0800)
doc/notes/notes-current.rst

index b6ab999f21e8671fa7daaa1b016874123e485be8..f5abcd8a83a9e508591c39a388cd672179a4b4fd 100644 (file)
@@ -37,7 +37,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
 ~~~~~~~~~
@@ -52,3 +54,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`