Add CHANGES and release note for [GL #2852]

(cherry picked from commit 23624a7adb)
This commit is contained in:
Ondřej Surý
2021-09-14 17:13:42 +02:00
committed by Ondřej Surý
parent 37cb2b0dea
commit f3ac0632f7
2 changed files with 12 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
5714. [bug] Remove the "adjust interface" mechanism that
set up a listener on interfaces where the *-source(-v6)
address and port were the same as the listening
address and port. Such a configuration is no longer
supported; in practice, this would disable
listening on TCP ports under certain timing conditions.
[GL #2852]
5712. [func] Add deprecation notice about removing native PKCS#11
support in the next major BIND 9.18 release. [GL #2691]
+4
View File
@@ -62,3 +62,7 @@ Bug Fixes
that were no longer compatible, triggering an assertion failure on
startup. The MAPAPI value has now been updated, so ``named`` will
reject outdated files when encountering them. :gl:`#2872`
- When new IP addresses were added to the system during ``named``
startup, ``named`` failed to listen on TCP for the newly added
interfaces. :gl:`#2852`