]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #2917]
authorOndřej Surý <ondrej@isc.org>
Wed, 22 Sep 2021 17:54:29 +0000 (19:54 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 23 Sep 2021 20:36:01 +0000 (22:36 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index a777a0500e3b8cbab29d7e07e19afd5fec90ebab..d2a0f65f6e58e62d4a13788c8f33184ed1e2994c 100644 (file)
--- 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]
index cfa98cedde30526a2a9839e73688f18f72bf8f71..46c66f04adaef8c55993143c4cbeb8b3d65d22d9 100644 (file)
@@ -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`