mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:39:59 -04:00
Merge branch 'tkrizek/set-up-version-and-release-notes-for-bind-9.19.16' into 'main'
Set up version and release notes for BIND 9.19.16 See merge request isc-projects/bind9!8092
This commit is contained in:
commit
4990f8ae34
2 changed files with 4 additions and 8 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
m4_define([bind_VERSION_MAJOR], 9)dnl
|
||||
m4_define([bind_VERSION_MINOR], 19)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], [(Development Release)])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
|
||||
.. information regarding copyright ownership.
|
||||
|
||||
Notes for BIND 9.19.15
|
||||
Notes for BIND 9.19.16
|
||||
----------------------
|
||||
|
||||
Security Fixes
|
||||
|
|
@ -30,16 +30,12 @@ Removed Features
|
|||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
- Use NS records for relaxed QNAME-minimization mode. This reduces the
|
||||
number of queries ``named`` makes when resolving, as it allows the
|
||||
non-existence of NS RRsets at non-referral nodes to be cached in
|
||||
addition to the normally cached referrals. :gl:`#3325`
|
||||
- None.
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- Restored the abilty to read HMAC-MD5 K file pairs (K*.+157+*.{key,private})
|
||||
that was accidentally lost. :gl:`#4154`
|
||||
- None.
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue