From e413c85edf76f1e4b22285ee61f3cc1fca94b4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Tue, 11 Apr 2023 18:31:50 +0200 Subject: [PATCH] Add release notes for GL #3955, #3968, and #3997 --- doc/notes/notes-9.18.14.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/notes/notes-9.18.14.rst b/doc/notes/notes-9.18.14.rst index c259ce8c39..38e0256749 100644 --- a/doc/notes/notes-9.18.14.rst +++ b/doc/notes/notes-9.18.14.rst @@ -28,6 +28,9 @@ Removed Features Bug Fixes ~~~~~~~~~ +- Several bugs which could cause :iscman:`named` to crash during catalog + zone processing have been fixed. :gl:`#3955` :gl:`#3968` :gl:`#3997` + - Previously, downloading large zones over TLS (XoT) from a primary could hang the transfer on the secondary, especially when the connection was unstable. This has been fixed. :gl:`#3867`