Merge branch 'michal/set-up-version-and-release-notes-for-bind-9.18.16' into 'bind-9.18'

Set up version and release notes for BIND 9.18.16

See merge request isc-projects/bind9!7900
This commit is contained in:
Michał Kępień 2023-05-10 08:47:56 +00:00
commit 47fc1bf6bb
2 changed files with 3 additions and 19 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], 15)dnl
m4_define([bind_VERSION_PATCH], 16)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.15
Notes for BIND 9.18.16
----------------------
Security Fixes
@ -35,23 +35,7 @@ Feature Changes
Bug Fixes
~~~~~~~~~
- When ISC_R_INVALIDPROTO (ENOPROTOOPT, EPROTONOSUPPORT) is returned from
libuv, treat it as a network failure, mark the server as broken and don't
try again. :gl:`#4005`
- The :any:`max-transfer-time-in` and :any:`max-transfer-idle-in` options
were not implemented when the BIND 9 networking stack was refactored
in 9.16. The missing functionality has been re-implemented and
incoming zone transfers now time out properly when not progressing.
:gl:`#4004`
- Log file rotation did not clean up older versions of log files when the
logging :any:`channel` configured an absolute path as ``file`` destination.
This has now been fixed. :gl:`#3991`.
- The read timeout in ``rndc`` is now 60 seconds, matching the behavior
in BIND 9.16 and earlier. It had previously been lowered to 30 seconds
by mistake. :gl:`#4046`
- None.
Known Issues
~~~~~~~~~~~~