From 6b1c0a8e6fc4e14c81ef4e8584d433b93a26ac52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 18 Oct 2018 15:48:44 +0200 Subject: [PATCH] Add CHANGES entry 5048. [doc] Documentation incorrectly stated that the "server-addresses" static-stub zone option accepts custom port numbers. [GL #582] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index f2667174d5..d82373c4bc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5051. [doc] Documentation incorrectly stated that the + "server-addresses" static-stub zone option accepts + custom port numbers. [GL #582] + 5050. [bug] The libirs version of getaddrinfo() was unable to parse scoped IPv6 addresses present in /etc/resolv.conf. [GL #187]