mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 01:10:00 -04:00
[v9_11] prep 9.11.3rc1
This commit is contained in:
parent
079165bae3
commit
d77cb075aa
6 changed files with 14 additions and 5 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.11.3rc1 released ---
|
||||
|
||||
4889. [func] Warn about the use of old root keys without the new
|
||||
root key being present. Warn about dlv.isc.org's
|
||||
key being present. Warn about both managed and
|
||||
|
|
|
|||
|
|
@ -159,6 +159,13 @@
|
|||
anchor results in a warning being issued.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<command>named</command> will now log a warning if the old
|
||||
root DNSSEC key is explicitly configured and has not been updated.
|
||||
[RT #43670]
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@
|
|||
# 9.11: 160-169,1100-1199
|
||||
# 9.12: 1200-1299
|
||||
LIBINTERFACE = 160
|
||||
LIBREVISION = 5
|
||||
LIBREVISION = 6
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@
|
|||
# 9.10-sub: 180-189
|
||||
# 9.11: 160-169,1100-1199
|
||||
# 9.12: 1200-1299
|
||||
LIBINTERFACE = 1100
|
||||
LIBINTERFACE = 1101
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 0
|
||||
LIBAGE = 1
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@
|
|||
# 9.11: 160-169,1100-1199
|
||||
# 9.12: 1200-1299
|
||||
LIBINTERFACE = 169
|
||||
LIBREVISION = 0
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
2
version
2
version
|
|
@ -6,6 +6,6 @@ DESCRIPTION="(Extended Support Version)"
|
|||
MAJORVER=9
|
||||
MINORVER=11
|
||||
PATCHVER=3
|
||||
RELEASETYPE=b
|
||||
RELEASETYPE=rc
|
||||
RELEASEVER=1
|
||||
EXTENSIONS=
|
||||
|
|
|
|||
Loading…
Reference in a new issue