mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:02:07 -04:00
Merge branch 'pspacek/set-up-version-and-release-notes-for-bind-9.18.21' into 'bind-9.18'
Set up version and release notes for BIND 9.18.21 See merge request isc-projects/bind9!8483
This commit is contained in:
commit
957eb31680
2 changed files with 3 additions and 18 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
m4_define([bind_VERSION_MAJOR], 9)dnl
|
||||
m4_define([bind_VERSION_MINOR], 18)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_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.20
|
||||
Notes for BIND 9.18.21
|
||||
----------------------
|
||||
|
||||
Security Fixes
|
||||
|
|
@ -32,25 +32,10 @@ Feature Changes
|
|||
|
||||
- None.
|
||||
|
||||
- B.ROOT-SERVERS.NET addresses are now 170.247.170.2 and 2801:1b8:10::b.
|
||||
:gl:`#4101`
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- For inline-signing zones, if the unsigned version of the zone contains
|
||||
DNSSEC records, it was scheduled to be resigning. This unwanted behavior
|
||||
has been fixed. :gl:`#4350`
|
||||
|
||||
- The :any:`lock-file` file was being removed when it shouldn't
|
||||
have been making it ineffective if named was started 3 or more
|
||||
times. :gl:`#4387`
|
||||
|
||||
- When :any:`lock-file` was used at the same time as :option:`named -X`, the
|
||||
assertion failure would be triggered. This has been fixed. :gl:`#4386`
|
||||
|
||||
- Looking up stale data from the cache did not take into account local
|
||||
authoritative zones. This has been fixed. :gl:`#4355`
|
||||
- None.
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue