mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 20:10:04 -04:00
Add CHANGES and release note for [GL #3485]
(cherry picked from commit 0fe7acb4e6)
This commit is contained in:
parent
a22b0bebc2
commit
05499232a7
2 changed files with 7 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
5954. [func] Fallback to IDNA2003 processing in dig when IDNA2008
|
||||
conversion fails. [GL #3485]
|
||||
|
||||
5953. [bug] Fix a crash on shutdown in delete_trace_entry(). Add
|
||||
mctx attach/detach pair to make sure that the memory
|
||||
context used by a memory pool is not destroyed before
|
||||
|
|
|
|||
|
|
@ -43,6 +43,10 @@ Feature Changes
|
|||
DNSKEY records have been removed from the zone, then switch to using NSEC3.
|
||||
:gl:`#3486`
|
||||
|
||||
- Implement a backwards compatible approach for encoding the internationalized
|
||||
domain names (IDN) in dig, and convert the domain to IDNA2008 form, and if
|
||||
that fails try the IDNA2003 conversion. :gl:`#3485`
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue