From c90ff528a3a91ea2a0e663e807cb02c1a1d0aba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 5 Nov 2021 09:30:30 +0100 Subject: [PATCH 1/2] Tweak and reword release notes --- doc/notes/notes-current.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index eafdb7cfaa..1fc2dd273b 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -39,5 +39,6 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- Reloading a catalog zone that referenced a missing/deleted zone - caused a crash. This has been fixed. :gl:`#2308` +- Reloading a catalog zone which referenced a missing/deleted member + zone triggered a runtime check failure, causing ``named`` to exit + prematurely. This has been fixed. :gl:`#2308` From f8b4f7114dd20fea370053f29d93fc274aa28759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 5 Nov 2021 09:30:30 +0100 Subject: [PATCH 2/2] Prepare release notes for BIND 9.16.23 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.16.23.rst} | 25 ------------------- 2 files changed, 1 insertion(+), 26 deletions(-) rename doc/notes/{notes-current.rst => notes-9.16.23.rst} (76%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index a8abe28d5e..b15c4f32c0 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -59,7 +59,7 @@ https://www.isc.org/download/. There you will find additional information about each release, source code, and pre-compiled versions for Microsoft Windows operating systems. -.. include:: ../notes/notes-current.rst +.. include:: ../notes/notes-9.16.23.rst .. include:: ../notes/notes-9.16.22.rst .. include:: ../notes/notes-9.16.21.rst .. include:: ../notes/notes-9.16.20.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.16.23.rst similarity index 76% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.16.23.rst index 1fc2dd273b..100a203334 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.16.23.rst @@ -11,31 +11,6 @@ Notes for BIND 9.16.23 ---------------------- -Security Fixes -~~~~~~~~~~~~~~ - -- None. - -Known Issues -~~~~~~~~~~~~ - -- None. - -New Features -~~~~~~~~~~~~ - -- None. - -Removed Features -~~~~~~~~~~~~~~~~ - -- None. - -Feature Changes -~~~~~~~~~~~~~~~ - -- None. - Bug Fixes ~~~~~~~~~