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
Notes for BIND 9.17.10
----------------------
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-Known Issues
-~~~~~~~~~~~~
-
-- None.
-
New Features
~~~~~~~~~~~~
- 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]