From: Tony Finch Date: Tue, 16 Aug 2022 15:02:45 +0000 (+0100) Subject: CHANGES and release note for [GL #3527] X-Git-Tag: v9.19.6~71^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac487af09e008fe0f700e0d448dbb332250c89ba;p=thirdparty%2Fbind9.git CHANGES and release note for [GL #3527] [func] When an international domain name is not valid, DiG will now pass it through unchanged, instead of stopping with an error message. [GL #3527] --- diff --git a/CHANGES b/CHANGES index abff8d63e73..eb5deced1fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5964. [func] When an international domain name is not valid, DiG will + now pass it through unchanged, instead of stopping with + an error message. [GL #3527] + 5963. [bug] Ensure struct named_server is properly initialized. [GL #6531] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 01864a172c5..6b9730770da 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -35,7 +35,10 @@ Removed Features Feature Changes ~~~~~~~~~~~~~~~ -- None. +- When an international domain name is not valid according to IDNA2008, + :program:`dig` will now try to convert it according to IDNA2003 rules, + or pass it through unchanged, instead of stopping with an error message. + You can use the ``idna2`` utility for checking IDNA syntax. :gl:`#3485`. Bug Fixes ~~~~~~~~~