From f95a0edc4cb6c2f07c5645528a16a2b8d507b072 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Fri, 3 Mar 2023 12:58:57 +0100 Subject: [PATCH] Prepare release notes for BIND 9.18.13 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.18.13.rst} | 16 +++------------- 2 files changed, 4 insertions(+), 14 deletions(-) rename doc/notes/{notes-current.rst => notes-9.18.13.rst} (93%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index 3e50823301..d13909a5d8 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -35,7 +35,7 @@ information about each release, and source code. .. include:: ../notes/notes-known-issues.rst -.. include:: ../notes/notes-current.rst +.. include:: ../notes/notes-9.18.13.rst .. include:: ../notes/notes-9.18.12.rst .. include:: ../notes/notes-9.18.11.rst .. include:: ../notes/notes-9.18.10.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.18.13.rst similarity index 93% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.18.13.rst index deb913fe5b..773fda8875 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.18.13.rst @@ -12,26 +12,14 @@ Notes for BIND 9.18.13 ---------------------- -Security Fixes -~~~~~~~~~~~~~~ - -- None. - New Features ~~~~~~~~~~~~ -- None. - - Run RPZ updates on the specialized "offload" threads to reduce the amount of time they block query processing on the main networking threads. This should increase the responsiveness of ``named`` when RPZ updates are being applied after an RPZ zone has been successfully transfered. :gl:`#3190` -Removed Features -~~~~~~~~~~~~~~~~ - -- None. - Feature Changes ~~~~~~~~~~~~~~~ @@ -72,4 +60,6 @@ Bug Fixes Known Issues ~~~~~~~~~~~~ -- None. +- There are no new known issues with this release. See :ref:`above + ` for a list of all known issues affecting this + BIND 9 branch.