Merge branch 'michal/set-up-version-and-release-notes-for-bind-9.18.24' into 'bind-9.18'
Set up version and release notes for BIND 9.18.24 See merge request isc-projects/bind9!8653
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -1,10 +1,10 @@
|
||||
6322. [bug] Changes to "listen-on" statements were ignored on
|
||||
6324. [bug] Changes to "listen-on" statements were ignored on
|
||||
reconfiguration unless the port or interface address was
|
||||
changed, making it impossible to change a related
|
||||
listener transport type. Thanks to Thomas Amgarten.
|
||||
[GL #4518] [GL #4528]
|
||||
|
||||
6320. [bug] Fix a possible crash in 'dig +nssearch +nofail' and
|
||||
6322. [bug] Fix a possible crash in 'dig +nssearch +nofail' and
|
||||
'host -C' commands when one of the name servers returns
|
||||
SERVFAIL. [GL #4508]
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
m4_define([bind_VERSION_MAJOR], 9)dnl
|
||||
m4_define([bind_VERSION_MINOR], 18)dnl
|
||||
m4_define([bind_VERSION_PATCH], 23)dnl
|
||||
m4_define([bind_VERSION_PATCH], 24)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.23
|
||||
Notes for BIND 9.18.24
|
||||
----------------------
|
||||
|
||||
Security Fixes
|
||||
|
||||
Reference in New Issue
Block a user