Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 6f0c821

Browse files
committed
Merge branch 'michal/set-up-version-and-release-notes-for-bind-9.19.10' into 'main'
Set up version and release notes for BIND 9.19.10 See merge request isc-projects/bind9!7362
2 parents 6ecc0a2 + bf14b1a commit 6f0c821

File tree

2 files changed

+6
-42
lines changed

2 files changed

+6
-42
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
m4_define([bind_VERSION_MAJOR], 9)dnl
1818
m4_define([bind_VERSION_MINOR], 19)dnl
19-
m4_define([bind_VERSION_PATCH], 9)dnl
19+
m4_define([bind_VERSION_PATCH], 10)dnl
2020
m4_define([bind_VERSION_EXTRA], -dev)dnl
2121
m4_define([bind_DESCRIPTION], [(Development Release)])dnl
2222
m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl

doc/notes/notes-current.rst

Lines changed: 5 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
.. See the COPYRIGHT file distributed with this work for additional
1010
.. information regarding copyright ownership.
1111
12-
Notes for BIND 9.19.9
13-
---------------------
12+
Notes for BIND 9.19.10
13+
----------------------
1414

1515
Security Fixes
1616
~~~~~~~~~~~~~~
@@ -25,53 +25,17 @@ New Features
2525
Removed Features
2626
~~~~~~~~~~~~~~~~
2727

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.
3729

3830
Feature Changes
3931
~~~~~~~~~~~~~~~
4032

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.
4734

4835
Bug Fixes
4936
~~~~~~~~~
5037

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.
7539

7640
Known Issues
7741
~~~~~~~~~~~~

0 commit comments

Comments
 (0)