From 31a974bc051a7332c418a4ea9c657261eade4564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 6 Nov 2018 11:53:31 +0700 Subject: [PATCH] Add release notes for IDN processing update (cherry picked from commit 2a11a7dd29d9faf64645061deb65591ff64943d2) --- doc/arm/notes.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index d9537a3687..25566cc746 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -180,6 +180,16 @@ option. [GL #105] + + + When compiled with IDN support, the dig and the + nslookup commands now disable IDN processing when + the standard output is not a tty (e.g. not used by human). The command + line options +idnin and +idnout need to be used to enable IDN + processing when dig or nslookup + is used from the shell scripts. + +