]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #1610]
authorOndřej Surý <ondrej@sury.org>
Tue, 5 Oct 2021 09:50:18 +0000 (11:50 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 12 Oct 2021 10:13:33 +0000 (12:13 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index b9c2042a0e94d3d01ca85d013083469d86c8ae41..d91551c1b43a27f5d461ec94d908b6ebc589f693 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+5738.  [bug]           Enable idn2 UseSTD3ASCIIRules=true to implement
+                       additional unicode validity checks. [GL #1610]
+
 5737.  [bug]           Address Coverity warning in lib/dns/dnssec.c.
                        [GL #2935]
 
index 7f100cec754238b7feaa46cc7bbed25c06def479..c3847909d4f255ed3ff540f53af8d135ac84a1dc 100644 (file)
@@ -73,6 +73,11 @@ Feature Changes
 - Zone transfers over TLS (XoT) now need "dot" Application-Layer Protocol
   Negotiation (ALPN) tag to be negotiated, as required by the RFC 9103. :gl: `#2794`
 
+- `UseSTD3ASCIIRules`_ is now enabled for IDN support. This enables additional
+  validation rules for domains and hostnames within dig.  :gl:`#1610`
+
+.. _UseSTD3ASCIIRules: http://www.unicode.org/reports/tr46/#UseSTD3ASCIIRules
+
 Bug Fixes
 ~~~~~~~~~