From: Ondřej Surý Date: Wed, 22 Sep 2021 17:54:29 +0000 (+0200) Subject: Add CHANGES and release notes for [GL #2917] X-Git-Tag: v9.17.19~26^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d717975e3e4fe5b246937a6bc9d5163eb7be751d;p=thirdparty%2Fbind9.git Add CHANGES and release notes for [GL #2917] --- diff --git a/CHANGES b/CHANGES index a777a0500e3..d2a0f65f6e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5722. [bug] Preserve the contents of TCPDNS and TLSDNS receive + buffer when growing the buffer size. [GL #2917] + 5721. [func] New isc_mem_reget() realloc-like function was introduced into the libisc API, and zero-sized allocations now return non-NULL pointers. [GL !5440] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index cfa98cedde3..46c66f04ada 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -62,3 +62,6 @@ Bug Fixes - When new IP addresses were added to the system during ``named`` startup, ``named`` failed to listen on TCP for the newly added interfaces. :gl:`#2852` + +- Under specific circumstances, zone transfers over TCP and TLS could be + interrupted prematurely. This has been fixed. :gl:`#2917`