From 2ff3b664bca0c084326d2eaf75cb3b382fa26108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 14 Mar 2018 13:19:00 +0100 Subject: [PATCH] Add release notes for IDNA2008 (cherry picked from commit e7590c7528229c7bc761a6c69c33dfb69fbaf82f) --- doc/arm/notes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 75ab4fe409..ee745a0e6e 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -141,6 +141,14 @@ [RT #43670] + + + named will now log a warning if the old + BIND now can be compiled against libidn2 library to add + IDNA2008 support. Previously BIND only supported IDNA2003 + using (now obsolete) idnkit-1 library. + + @@ -225,6 +233,13 @@ Multicast DNS. [RT #44783] + + + dig +noidnin can be used to disable IDN + processing on the input domain name, when BIND is compiled + with IDN support. + +