From: Evan Hunt Date: Wed, 2 Feb 2022 17:57:15 +0000 (-0800) Subject: Release notes for [GL #3082] and [GL #3111] X-Git-Tag: v9.19.0~129^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d45f0e1d9eea361193ba50e7ac9599b117264d0b;p=thirdparty%2Fbind9.git Release notes for [GL #3082] and [GL #3111] --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b6ab999f21e..f5abcd8a83a 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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`