diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index cfdb7d710d..e04cb26aa2 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.18.8.rst similarity index 95% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.18.8.rst index e10f3f03ef..d3c4095b9c 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.18.8.rst @@ -12,11 +12,6 @@ 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