]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release note for [GL #3527]
authorTony Finch <fanf@isc.org>
Tue, 16 Aug 2022 15:02:45 +0000 (16:02 +0100)
committerTony Finch <fanf@isc.org>
Mon, 12 Sep 2022 10:42:02 +0000 (11:42 +0100)
[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]

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index abff8d63e73777e64ce6156a8f841cdb606e0763..eb5deced1fd8152cb99fa655d67bcb05ee64e883 100644 (file)
--- 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]
 
index 01864a172c5da453a527fa31aa8b454aca264475..6b9730770dac695d5d919ef5446dd2a41b506520 100644 (file)
@@ -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
 ~~~~~~~~~