2022-04-12 13:41:18 +02:00
|
|
|
.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
|
|
..
|
|
|
|
.. SPDX-License-Identifier: MPL-2.0
|
|
|
|
..
|
|
|
|
.. 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 https://mozilla.org/MPL/2.0/.
|
|
|
|
..
|
|
|
|
.. See the COPYRIGHT file distributed with this work for additional
|
|
|
|
.. information regarding copyright ownership.
|
|
|
|
|
2022-12-13 16:45:13 +01:00
|
|
|
Notes for BIND 9.19.9
|
2022-04-12 13:41:18 +02:00
|
|
|
---------------------
|
|
|
|
|
|
|
|
Security Fixes
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- None.
|
|
|
|
|
|
|
|
New Features
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
2022-11-08 13:21:29 +01:00
|
|
|
- None.
|
2022-05-03 09:28:26 +00:00
|
|
|
|
2022-04-12 13:41:18 +02:00
|
|
|
Removed Features
|
|
|
|
~~~~~~~~~~~~~~~~
|
|
|
|
|
2022-12-13 16:45:13 +01:00
|
|
|
- None.
|
2022-04-12 13:41:18 +02:00
|
|
|
|
|
|
|
Feature Changes
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
2022-12-13 16:45:13 +01:00
|
|
|
- None.
|
2022-11-23 08:18:32 +01:00
|
|
|
|
2022-04-12 13:41:18 +02:00
|
|
|
Bug Fixes
|
|
|
|
~~~~~~~~~
|
|
|
|
|
2022-12-14 18:07:40 +02:00
|
|
|
- TLS session resumption might lead to handshake failures when client
|
|
|
|
certificates are used for authentication (Mutual TLS). This has
|
|
|
|
been fixed. :gl:`#3725`
|
2022-12-07 16:52:07 +01:00
|
|
|
|
2022-12-12 20:05:54 +01:00
|
|
|
- When an outgoing request timed out, the ``named`` would retry up to three
|
|
|
|
times with the same server instead of trying a next available name server.
|
|
|
|
This has been fixed. :gl:`#3637`
|
|
|
|
|
2022-12-14 14:25:23 +01:00
|
|
|
- Recently used ADB names and ADB entries (IP addresses) could get cleaned when
|
|
|
|
ADB would be under memory pressure. To mitigate this, count only actual ADB
|
|
|
|
names and ADB entries into the overmem memory limit (exclude internal memory
|
|
|
|
structures used for "housekeeping") and exclude recently used (<= 10 seconds)
|
|
|
|
ADB names and entries from the overmem memory cleaner. :gl:`#3739`
|
|
|
|
|
2022-11-07 14:03:15 +01:00
|
|
|
Known Issues
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
|
|
- There are no new known issues with this release. See :ref:`above
|
|
|
|
<relnotes_known_issues>` for a list of all known issues affecting this
|
|
|
|
BIND 9 branch.
|