]> 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:21:28 +0000 (10:21 +0200)
(cherry picked from commit 0fe7acb4e628162e36b24bbe40ac5a4151a05b2a)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 37be7d3858af790de54b76b36779406b86094bb8..3598e9c0cebdeee9132778a0f96487c1dfa40e37 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 845aa8dba1f73f5415b5fd7e82cebacd5b4e3bcb..0937570736d0459e4d8cfeadf379017ac8000c7a 100644 (file)
@@ -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
 ~~~~~~~~~