mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:50:01 -04:00
Merge branch 'tkrizek/set-up-version-and-release-notes-for-bind-9.18.22' into 'bind-9.18'
Set up version and release notes for BIND 9.18.22 See merge request isc-projects/bind9!8561
This commit is contained in:
commit
75b18cf01e
2 changed files with 3 additions and 7 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
m4_define([bind_VERSION_MAJOR], 9)dnl
|
||||
m4_define([bind_VERSION_MINOR], 18)dnl
|
||||
m4_define([bind_VERSION_PATCH], 21)dnl
|
||||
m4_define([bind_VERSION_PATCH], 22)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
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
.. See the COPYRIGHT file distributed with this work for additional
|
||||
.. information regarding copyright ownership.
|
||||
|
||||
Notes for BIND 9.18.21
|
||||
Notes for BIND 9.18.22
|
||||
----------------------
|
||||
|
||||
Security Fixes
|
||||
|
|
@ -25,11 +25,7 @@ New Features
|
|||
Removed Features
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
- The support for AES algorithm for DNS cookies has been deprecated.
|
||||
:gl:`#4421`
|
||||
|
||||
- The ``resolver-nonbackoff-tries`` and ``resolver-retry-interval`` options
|
||||
are now deprecated. A warning will be logged if they are used. :gl:`#4405`
|
||||
- None.
|
||||
|
||||
Feature Changes
|
||||
~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue