From 89617cd3d60748612829cba9299975f47e20763e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 4 Aug 2023 11:17:54 +0200 Subject: [PATCH] Prepare release notes for BIND 9.19.16 --- doc/arm/notes.rst | 2 +- doc/notes/{notes-current.rst => notes-9.19.16.rst} | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) rename doc/notes/{notes-current.rst => notes-9.19.16.rst} (95%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index 9e24f50ef6..d0bca00438 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -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 diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.19.16.rst similarity index 95% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.19.16.rst index 312e07bfff..df6c6352d2 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.19.16.rst @@ -12,16 +12,6 @@ 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`