From 0dd034d66bea97cc8d3216cea0103dab3e9e63f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 6 Nov 2018 11:55:57 +0700 Subject: [PATCH] Add CHANGES entry for GL #653 (cherry picked from commit 9c0c44405c89ea972af96de2e3ae8c42ee30ddc2) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 9742467b5d..07a8c06596 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5079. [func] Disable IDN processing in dig and nslookup + when not on a tty. [GL #653] + 5078. [cleanup] Require python components to be explicitly disabled if python is not available on unix platforms. [GL #601]