]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.19.16
authorMichał Kępień <michal@isc.org>
Fri, 4 Aug 2023 09:17:54 +0000 (11:17 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 4 Aug 2023 09:17:54 +0000 (11:17 +0200)
doc/arm/notes.rst
doc/notes/notes-9.19.16.rst [moved from doc/notes/notes-current.rst with 95% similarity]

index 9e24f50ef69b45914b126cca12272f6b3f2a5bf3..d0bca00438a6a02333f7561913bb0f83e9db1a2e 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.16.rst
 .. include:: ../notes/notes-9.19.15.rst
 .. include:: ../notes/notes-9.19.14.rst
 .. include:: ../notes/notes-9.19.13.rst
similarity index 95%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.19.16.rst
index 312e07bfffb5c7cedec7bcb81b48b15ddd505d4e..df6c6352d2e312d95ecd10a6d6b7ad67af33d691 100644 (file)
 Notes for BIND 9.19.16
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-New Features
-~~~~~~~~~~~~
-
-- None.
-
 Removed Features
 ~~~~~~~~~~~~~~~~
 
@@ -37,8 +27,6 @@ Removed Features
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- None.
-
 - Return BADCOOKIE for out-of-date or otherwise bad, well formed
   DNS SERVER COOKIES.  Previously these were silently treated as
   DNS CLIENT COOKIES.  :gl:`#4194`
@@ -52,8 +40,6 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
-
 - Query-processing latency under load has been improved by reducing the
   uninterrupted time spent by resolving long cached chains of domain names.
   :gl:`#4185`