2020-07-15 23:06:25 +02:00
|
|
|
..
|
|
|
|
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
|
|
|
|
|
|
This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
See the COPYRIGHT file distributed with this work for additional
|
|
|
|
information regarding copyright ownership.
|
|
|
|
|
2020-08-20 12:05:01 -07:00
|
|
|
Notes for BIND 9.17.5
|
2020-07-15 23:06:25 +02:00
|
|
|
---------------------
|
|
|
|
|
|
|
|
Security Fixes
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- None.
|
|
|
|
|
|
|
|
Known Issues
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- None.
|
|
|
|
|
|
|
|
New Features
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
2020-07-31 11:15:49 +02:00
|
|
|
- New ``rndc`` command ``rndc dnssec -checkds`` to tell ``named``
|
|
|
|
that a DS record for a given zone or key has been published or withdrawn
|
|
|
|
from the parent. Replaces the time-based ``parent-registration-delay``
|
|
|
|
configuration option. [GL #1613]
|
|
|
|
|
2020-07-15 23:06:25 +02:00
|
|
|
Feature Changes
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
2020-08-20 12:05:01 -07:00
|
|
|
- None.
|
2020-07-30 15:10:49 +02:00
|
|
|
|
2020-07-15 23:06:25 +02:00
|
|
|
Bug Fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
2020-08-28 09:44:28 +02:00
|
|
|
- In rare circumstances, named would exit with assertion failure when the number
|
|
|
|
of nodes stored in the red-black-tree exceeds the maximum allowed size of the
|
|
|
|
internal hashtable. [GL #2104]
|
2020-08-26 16:39:46 +02:00
|
|
|
|
|
|
|
- Silence spurious system log messages for EPROTO(71) error code that has been
|
|
|
|
seen on older operating systems where unhandled ICMPv6 errors result in a
|
|
|
|
generic protocol error being returned instead of the more specific error code.
|
|
|
|
[GL #1928]
|