2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Add CHANGES and release notes for [GL #3026]

This commit is contained in:
Ondřej Surý
2021-11-26 11:13:47 +01:00
committed by Evan Hunt
parent 5c17919019
commit 4e779b11f6
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
5772. [bug] The resolver could hang on shutdown due to dispatch
resources not being cleaned up when a TCP connection
was reset. [GL #3026]
5771. [bug] Use idn2 UseSTD3ASCIIRules=false to disable additional 5771. [bug] Use idn2 UseSTD3ASCIIRules=false to disable additional
unicode validity checks because enabling the additional unicode validity checks because enabling the additional
checks would break valid domain names that contains checks would break valid domain names that contains

View File

@@ -56,3 +56,6 @@ Bug Fixes
``rndc reconfig``, then bringing back the removed ``catalog-zone`` clause and ``rndc reconfig``, then bringing back the removed ``catalog-zone`` clause and
running ``rndc reconfig`` again caused ``named`` to crash. This has been fixed. running ``rndc reconfig`` again caused ``named`` to crash. This has been fixed.
:gl:`#1608` :gl:`#1608`
- The resolver could hang on shutdown due to dispatch resources not being
cleaned up when a TCP connection was reset. This has been fixed. :gl:`#3026`