From e7590c7528229c7bc761a6c69c33dfb69fbaf82f 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 --- doc/arm/notes.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 599a29148b..453fa814fa 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -66,7 +66,9 @@ - None. + BIND now can be compiled against libidn2 library to add + IDNA2008 support. Previously BIND only supported IDNA2003 + using (now obsolete) idnkit-1 library. @@ -120,6 +122,13 @@ that have timed out, in addition to those that respond. [GL #64] + + + dig +noidnin can be used to disable IDN + processing on the input domain name, when BIND is compiled + with IDN support. + +