2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 18:19:42 +00:00

Prepare release notes for BIND 9.17.9

This commit is contained in:
Michał Kępień 2021-01-08 16:16:51 +01:00
parent cf9d818be3
commit 6118f75c70
2 changed files with 1 additions and 33 deletions

View 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 information about each release, source code, and pre-compiled versions
for Microsoft Windows operating systems. for Microsoft Windows operating systems.
.. include:: ../notes/notes-current.rst .. include:: ../notes/notes-9.17.9.rst
.. include:: ../notes/notes-9.17.8.rst .. include:: ../notes/notes-9.17.8.rst
.. include:: ../notes/notes-9.17.7.rst .. include:: ../notes/notes-9.17.7.rst
.. include:: ../notes/notes-9.17.6.rst .. include:: ../notes/notes-9.17.6.rst

View File

@ -11,36 +11,11 @@
Notes for BIND 9.17.9 Notes for BIND 9.17.9
--------------------- ---------------------
Security Fixes
~~~~~~~~~~~~~~
- None.
Known Issues
~~~~~~~~~~~~
- None.
New Features New Features
~~~~~~~~~~~~ ~~~~~~~~~~~~
- ``ipv4only.arpa`` is now served when DNS64 is configured. [GL #385] - ``ipv4only.arpa`` is now served when DNS64 is configured. [GL #385]
Removed Features
~~~~~~~~~~~~~~~~
- A number of non-working configuration options that had been marked
as obsolete in previous releases have now been removed completely.
Using any of the following options is now considered a configuration
failure:
``acache-cleaning-interval``, ``acache-enable``, ``additional-from-auth``,
``additional-from-cache``, ``allow-v6-synthesis``, ``cleaning-interval``,
``dnssec-enable``, ``dnssec-lookaside``, ``filter-aaaa``,
``filter-aaaa-on-v4``, ``filter-aaaa-on-v6``, ``geoip-use-ecs``, ``lwres``,
``max-acache-size``, ``nosit-udp-size``, ``queryport-pool-ports``,
``queryport-pool-updateinterval``, ``request-sit``, ``sit-secret``,
``support-ixfr``, ``use-queryport-pool``, ``use-ixfr``. [GL #1086]
Feature Changes Feature Changes
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
@ -50,10 +25,6 @@ Feature Changes
signal that the entire DS RRset at the parent must be removed, as signal that the entire DS RRset at the parent must be removed, as
described in RFC 8078. [GL #1750] described in RFC 8078. [GL #1750]
- The default value of ``max-stale-ttl`` has been changed from 12 hours to 1
day and the default value of ``stale-answer-ttl`` has been changed from 1
second to 30 seconds, following RFC 8767 recommendations. [GL #2248]
- When using the ``unixtime`` or ``date`` method to update the SOA - When using the ``unixtime`` or ``date`` method to update the SOA
serial number, ``named`` and ``dnssec-signzone`` silently fell back to serial number, ``named`` and ``dnssec-signzone`` silently fell back to
the ``increment`` method to prevent the new serial number from being the ``increment`` method to prevent the new serial number from being
@ -83,6 +54,3 @@ Bug Fixes
those releases were published, there have been no new reports of those releases were published, there have been no new reports of
assertion failures matching this issue, but also no further diagnostic assertion failures matching this issue, but also no further diagnostic
input, so we have closed the issue. [GL #2091] input, so we have closed the issue. [GL #2091]
- KASP incorrectly set signature validity to the value of the DNSKEY signature
validity. This is now fixed. [GL #2383]