]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3485]
authorOndřej Surý <ondrej@isc.org>
Fri, 26 Aug 2022 10:28:10 +0000 (12:28 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Sep 2022 08:35:09 +0000 (10:35 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 0ebcbb6de89bbcbd70d5abe2d4723504d952adb0..96e4b9e8db3556479a91f9481105da10df5877b4 100644 (file)
--- 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
index 6d18e240e63df12a7b7dc15b6b60ae86f91af1c4..e97eb97108c97876a6826c1278fcd389c97edb76 100644 (file)
@@ -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
 ~~~~~~~~~