mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Merge branch 'mnowak/set-up-version-and-release-notes-for-bind-9.19.21' into 'main'
Set up version and release notes for BIND 9.19.21 See merge request isc-projects/bind9!8627
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
m4_define([bind_VERSION_MAJOR], 9)dnl
|
m4_define([bind_VERSION_MAJOR], 9)dnl
|
||||||
m4_define([bind_VERSION_MINOR], 19)dnl
|
m4_define([bind_VERSION_MINOR], 19)dnl
|
||||||
m4_define([bind_VERSION_PATCH], 20)dnl
|
m4_define([bind_VERSION_PATCH], 21)dnl
|
||||||
m4_define([bind_VERSION_EXTRA], -dev)dnl
|
m4_define([bind_VERSION_EXTRA], -dev)dnl
|
||||||
m4_define([bind_DESCRIPTION], [(Development Release)])dnl
|
m4_define([bind_DESCRIPTION], [(Development Release)])dnl
|
||||||
m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl
|
m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
.. See the COPYRIGHT file distributed with this work for additional
|
.. See the COPYRIGHT file distributed with this work for additional
|
||||||
.. information regarding copyright ownership.
|
.. information regarding copyright ownership.
|
||||||
|
|
||||||
Notes for BIND 9.19.20
|
Notes for BIND 9.19.21
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
Security Fixes
|
Security Fixes
|
||||||
@@ -32,19 +32,10 @@ Feature Changes
|
|||||||
|
|
||||||
- None.
|
- None.
|
||||||
|
|
||||||
- :program:`named-compilezone` no longer performs zone integrity checks
|
|
||||||
by default; this allows faster conversion of a zone file from one format
|
|
||||||
to another. Zone checks can be performed by running :program:`named-checkzone`
|
|
||||||
separately, or the previous default behavior can be restored by using
|
|
||||||
``named-compilezone -i full -k fail -n fail -r warn -m warn -M warn
|
|
||||||
-S warn -T warn -W warn -C check-svcb:fail``. :gl:`#4364`
|
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
- Fix statistics export to use full 64 bit signed numbers instead of truncating
|
- None.
|
||||||
values to unsigned 32 bits. Export was truncating values since BIND 9.15.0.
|
|
||||||
:gl:`#4467`
|
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user