]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.19.23
authorPetr Špaček <pspacek@isc.org>
Thu, 28 Mar 2024 08:00:16 +0000 (09:00 +0100)
committerPetr Špaček <pspacek@isc.org>
Tue, 2 Apr 2024 15:31:42 +0000 (17:31 +0200)
doc/arm/notes.rst
doc/notes/notes-9.19.23.rst [moved from doc/notes/notes-current.rst with 93% similarity]

index d45262ff8b913e02c71f9a6b57ab83131404a363..628a0e1f889491c9d5b3a6d1b9e5a2165e7d1915 100644 (file)
@@ -38,7 +38,7 @@ information about each release, and source code.
 
 .. include:: ../notes/notes-known-issues.rst
 
-.. include:: ../notes/notes-current.rst
+.. include:: ../notes/notes-9.19.23.rst
 .. include:: ../notes/notes-9.19.22.rst
 .. include:: ../notes/notes-9.19.21.rst
 .. include:: ../notes/notes-9.19.20.rst
similarity index 93%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.19.23.rst
index 31b265373e30f30b76527b89766cd2f9c0997b4f..1bbc4c09b99f5d858b36336f96a9d9e6a5726803 100644 (file)
 Notes for BIND 9.19.23
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
 New Features
 ~~~~~~~~~~~~
 
 - Added RESOLVER.ARPA to the built in empty zones. :gl:`#4580`
 
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
@@ -44,8 +34,6 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
-
 - Some ISO 8601 durations were accepted erroneously, leading to shorter
   durations than expected. This has been fixed. :gl:`#4624`