9
9
.. See the COPYRIGHT file distributed with this work for additional
10
10
.. information regarding copyright ownership.
11
11
12
- Notes for BIND 9.19.9
13
- ---------------------
12
+ Notes for BIND 9.19.10
13
+ ----------------------
14
14
15
15
Security Fixes
16
16
~~~~~~~~~~~~~~
@@ -25,53 +25,17 @@ New Features
25
25
Removed Features
26
26
~~~~~~~~~~~~~~~~
27
27
28
- - The options to set alternate local addresses for inbound zone transfers
29
- are removed (``alt-transfer-source ``, ``alt-transfer-source-v6 ``,
30
- ``use-alt-transfer-source ``). :gl: `#3694 `
31
-
32
- - The Differentiated Services Code Point (DSCP) feature in BIND
33
- has been non-operational since the new Network Manager was introduced
34
- in BIND 9.16. It is now marked as obsolete, and vestigial code
35
- implementing it has been removed. Configuring DSCP values in
36
- ``named.conf `` will cause a warning to be logged. :gl: `#3773 `
28
+ - None.
37
29
38
30
Feature Changes
39
31
~~~~~~~~~~~~~~~
40
32
41
- - Add the ability to configure the preferred source address when talking to
42
- remote servers such as :any: `primaries ` and any:`parental-agents `.
43
- :gl: `!7110 `
44
-
45
- - Replace DNS over TCP and DNS over TLS transports code with a new,
46
- unified transport implementation. :gl: `#3374 `
33
+ - None.
47
34
48
35
Bug Fixes
49
36
~~~~~~~~~
50
37
51
- - TLS session resumption might lead to handshake failures when client
52
- certificates are used for authentication (Mutual TLS). This has
53
- been fixed. :gl: `#3725 `
54
-
55
- - When an outgoing request timed out, the ``named `` would retry up to three
56
- times with the same server instead of trying a next available name server.
57
- This has been fixed. :gl: `#3637 `
58
-
59
- - Recently used ADB names and ADB entries (IP addresses) could get cleaned when
60
- ADB would be under memory pressure. To mitigate this, count only actual ADB
61
- names and ADB entries into the overmem memory limit (exclude internal memory
62
- structures used for "housekeeping") and exclude recently used (<= 10 seconds)
63
- ADB names and entries from the overmem memory cleaner. :gl: `#3739 `
64
-
65
- - Fix a rare assertion failure in the outgoing TCP DNS connection handling.
66
- :gl: `#3178 ` :gl: `#3636 `
67
-
68
- - In addition to a previously fixed bug, another similar issue was discovered
69
- where quotas could be erroneously reached for servers, including any
70
- configured forwarders, resulting in SERVFAIL answers being sent to clients.
71
- This has been fixed. :gl: `#3752 `
72
-
73
- - Clients may see an unexpected "Prohibited" extended DNS error when ``named ``
74
- is configured with :any: `allow-recursion `). :gl: `#3743 `
38
+ - None.
75
39
76
40
Known Issues
77
41
~~~~~~~~~~~~
0 commit comments