]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.17.10
authorMichał Kępień <michal@isc.org>
Thu, 4 Feb 2021 09:40:25 +0000 (10:40 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 17 Feb 2021 21:20:24 +0000 (22:20 +0100)
doc/arm/notes.rst
doc/notes/notes-9.17.10.rst [moved from doc/notes/notes-current.rst with 90% similarity]

index 775300054c8598a6abc0078e4642bdc78b494a72..c0a6a4da0ae6b66d54148dc1043a39771149108a 100644 (file)
@@ -52,7 +52,7 @@ https://www.isc.org/download/. There you will find additional
 information about each release, source code, and pre-compiled versions
 for Microsoft Windows operating systems.
 
-.. include:: ../notes/notes-current.rst
+.. include:: ../notes/notes-9.17.10.rst
 .. include:: ../notes/notes-9.17.9.rst
 .. include:: ../notes/notes-9.17.8.rst
 .. include:: ../notes/notes-9.17.7.rst
similarity index 90%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.17.10.rst
index 417b6a4e4bcea1856efcd3d0007ee6141827202d..e73ffeca993efdff329569fd3d31785bc5c85659 100644 (file)
 Notes for BIND 9.17.10
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
 New Features
 ~~~~~~~~~~~~
 
@@ -126,13 +116,3 @@ Bug Fixes
 - Performance of the DNSSEC verification code (used by
   ``dnssec-signzone``, ``dnssec-verify``, and mirror zones) has been
   improved. [GL #2073]
-
-- If an invalid key name (e.g. "a..b") was specified in a ``primaries``
-  list in ``named.conf``, the wrong size was passed to ``isc_mem_put()``,
-  which resulted in the returned memory being put on the wrong freed
-  list. This has been fixed. [GL #2460]
-
-- If an outgoing packet would exceed max-udp-size, it would be dropped instead
-  of sending a proper response back.  Rollback setting the IP_DONTFRAG on the
-  UDP sockets that we enabled during the DNS Flag Day 2020 to fix this issue.
-  [GL #2487]