Merge branch 'tkrizek/set-up-version-and-release-notes-for-bind-9.18.14' into 'v9_18'

Set up version and release notes for BIND 9.18.14

See merge request isc-projects/bind9!7651
This commit is contained in:
Tom Krizek 2023-03-07 16:36:28 +00:00
commit ac9a4a73be
2 changed files with 7 additions and 37 deletions

View file

@ -16,7 +16,7 @@
#
m4_define([bind_VERSION_MAJOR], 9)dnl
m4_define([bind_VERSION_MINOR], 18)dnl
m4_define([bind_VERSION_PATCH], 13)dnl
m4_define([bind_VERSION_PATCH], 14)dnl
m4_define([bind_VERSION_EXTRA], -dev)dnl
m4_define([bind_DESCRIPTION], [(Extended Support Version)])dnl
m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl

View file

@ -9,7 +9,7 @@
.. See the COPYRIGHT file distributed with this work for additional
.. information regarding copyright ownership.
Notes for BIND 9.18.13
Notes for BIND 9.18.14
----------------------
Security Fixes
@ -22,11 +22,6 @@ New Features
- None.
- Run RPZ updates on the specialized "offload" threads to reduce the amount
of time they block query processing on the main networking threads. This
should increase the responsiveness of ``named`` when RPZ updates are being
applied after an RPZ zone has been successfully transfered. :gl:`#3190`
Removed Features
~~~~~~~~~~~~~~~~
@ -35,41 +30,16 @@ Removed Features
Feature Changes
~~~~~~~~~~~~~~~
- libuv support for receiving multiple UDP messages in a single system
call (``recvmmsg()``) has been tweaked several times between libuv
versions 1.35.0 and 1.40.0; the recommended libuv version is 1.40.0 or
higher. New rules are now in effect for running with a different
version of libuv than the one used at compilation time. These rules
may trigger a fatal error at startup:
- Building against or running with libuv versions 1.35.0 and 1.36.0 is
now a fatal error.
- Running with libuv version higher than 1.34.2 is now a fatal error
when :iscman:`named` is built against libuv version 1.34.2 or lower.
- Running with libuv version higher than 1.39.0 is now a fatal error
when :iscman:`named` is built against libuv version 1.37.0, 1.38.0,
1.38.1, or 1.39.0.
This prevents the use of libuv versions that may trigger an assertion
failure when receiving multiple UDP messages in a single system call.
:gl:`#3840`
- Run catalog zone updates on the specialized "offload" threads to reduce the
amount of time they block query processing on the main networking
threads. This should increase the responsiveness of :iscman:`named`
when catalog zone updates are being applied after a catalog zone has been
successfully transferred. :gl:`#3881`
- None.
Bug Fixes
~~~~~~~~~
- :iscman:`named` could crash with an assertion failure when adding a new zone
into the configuration file for a name, which is already configured as a
member zone for a catalog zone. This has been fixed. :gl:`#3911`
- None.
Known Issues
~~~~~~~~~~~~
- None.
- 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.