]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.18.8
authorMichał Kępień <michal@isc.org>
Fri, 7 Oct 2022 11:22:06 +0000 (13:22 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 7 Oct 2022 11:22:06 +0000 (13:22 +0200)
doc/arm/notes.rst
doc/notes/notes-9.18.8.rst [moved from doc/notes/notes-current.rst with 95% similarity]

index cfdb7d710d47c8208e0d637aae448ad296859e24..e04cb26aa2725f2a3992ec6756e99536d530649b 100644 (file)
@@ -33,7 +33,7 @@ The latest versions of BIND 9 software can always be found at
 https://www.isc.org/download/. There you will find additional
 information about each release, and source code.
 
-.. include:: ../notes/notes-current.rst
+.. include:: ../notes/notes-9.18.8.rst
 .. include:: ../notes/notes-9.18.7.rst
 .. include:: ../notes/notes-9.18.6.rst
 .. include:: ../notes/notes-9.18.5.rst
similarity index 95%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.18.8.rst
index e10f3f03ef2a2ffe64e4abf1ac61d33c84289117..d3c4095b9c82f544a2cb0cf96e60a071535622f6 100644 (file)
 Notes for BIND 9.18.8
 ---------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
 Known Issues
 ~~~~~~~~~~~~
 
@@ -39,21 +34,12 @@ Known Issues
 New Features
 ~~~~~~~~~~~~
 
-- None.
-
 - :iscman:`named` now logs the supported cryptographic algorithms during
   startup and in the output of :option:`named -V`. :gl:`#3541`
 
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- None.
-
 - The ability to use pkcs11 via engine_pkcs11 has been restored, by only using
   deprecated APIs in OpenSSL 3.0.0. BIND needs to be compiled
   with '-DOPENSSL_API_COMPAT=10100' specified in the CFLAGS at