From e4f535334ebfb693907b6ff222ac9064e85da0de Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Fri, 6 May 2022 11:43:47 +0200 Subject: [PATCH 1/2] Prepare release notes for BIND 9.16.29 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.16.29.rst} | 25 ------------------- 2 files changed, 1 insertion(+), 26 deletions(-) rename doc/notes/{notes-current.rst => notes-9.16.29.rst} (76%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index 6a64da4e6d..4cb7243034 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -44,7 +44,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.29.rst .. include:: ../notes/notes-9.16.28.rst .. include:: ../notes/notes-9.16.27.rst .. include:: ../notes/notes-9.16.26.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.16.29.rst similarity index 76% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.16.29.rst index c13011448b..0d4a416c33 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.16.29.rst @@ -12,31 +12,6 @@ Notes for BIND 9.16.29 ---------------------- -Security Fixes -~~~~~~~~~~~~~~ - -- None. - -Known Issues -~~~~~~~~~~~~ - -- None. - -New Features -~~~~~~~~~~~~ - -- None. - -Removed Features -~~~~~~~~~~~~~~~~ - -- None. - -Feature Changes -~~~~~~~~~~~~~~~ - -- None. - Bug Fixes ~~~~~~~~~ From 85d1c24a900a29f71342ae82eb785614e5e9823a Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Fri, 6 May 2022 11:45:24 +0200 Subject: [PATCH 2/2] Tweak and reword release notes --- doc/notes/notes-9.16.29.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/notes/notes-9.16.29.rst b/doc/notes/notes-9.16.29.rst index 0d4a416c33..289586659d 100644 --- a/doc/notes/notes-9.16.29.rst +++ b/doc/notes/notes-9.16.29.rst @@ -15,5 +15,6 @@ Notes for BIND 9.16.29 Bug Fixes ~~~~~~~~~ -- CDS and CDNSKEY DELETE records are removed from the zone when configured with - 'auto-dnssec maintain;'. This has been fixed. :gl:`#2931`. +- Previously, CDS and CDNSKEY DELETE records were removed from the zone + when configured with the ``auto-dnssec maintain;`` option. This has + been fixed. :gl:`#2931`