From 572bc05aca9df97bbc7901b7bf61b74101d85446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 16 Nov 2020 11:00:50 +0100 Subject: [PATCH] Add release note for GL #1736 --- doc/notes/notes-current.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index af86b5112a..2c0a3243fb 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -71,6 +71,10 @@ Bug Fixes - ``named`` could crash with an assertion failure if a TCP connection were closed while a request was still being processed. [GL #2227] +- A problem obtaining glue records could prevent a stub zone from + functioning properly, if the authoritative server for the zone were + configured for minimal responses. [GL #1736] + - ``UV_EOF`` is no longer treated as a ``TCP4RecvErr`` or a ``TCP6RecvErr``. [GL #2208]