From: Ondřej Surý Date: Fri, 26 Aug 2022 10:28:10 +0000 (+0200) Subject: Add CHANGES and release note for [GL #3485] X-Git-Tag: v9.19.5~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe7acb4e628162e36b24bbe40ac5a4151a05b2a;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3485] --- diff --git a/CHANGES b/CHANGES index 0ebcbb6de89..96e4b9e8db3 100644 --- a/CHANGES +++ b/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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 6d18e240e63..e97eb97108c 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -46,6 +46,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 ~~~~~~~~~