mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 14:59:59 -04:00
9.9.9b1
This commit is contained in:
parent
13540e8c7b
commit
c85aaaaf17
7 changed files with 20 additions and 17 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.9.9b1 released ---
|
||||
|
||||
4329. [func] Warn about a common misconfiguration when forwarding
|
||||
RFC 1918 zones. [RT #41441]
|
||||
|
||||
|
|
|
|||
|
|
@ -84,10 +84,16 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
The following types have been implemented: CSYNC, NINFO, RKEY,
|
||||
The following types have been implemented: AVC, CSYNC, NINFO, RKEY,
|
||||
SINK, TA, TALINK.
|
||||
</para>
|
||||
</listitem>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Added a warning for a commom misconfiguration involving forwarded
|
||||
RFC 1918 and ULA zones.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
|
||||
|
|
@ -117,11 +123,6 @@
|
|||
message compression. This results in reduced network usage.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Added support for the type AVC.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
<section xml:id="relnotes_bugs"><info><title>Bug Fixes</title></info>
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 90
|
||||
LIBREVISION = 14
|
||||
LIBREVISION = 15
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
# 9.9-sub: 130-139, 150-159
|
||||
# 9.10: 140-149
|
||||
# 9.11: 160-169
|
||||
LIBINTERFACE = 170
|
||||
LIBREVISION = 3
|
||||
LIBAGE = 1
|
||||
LIBINTERFACE = 171
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
# 9.8: 80-89, 120-129
|
||||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 106
|
||||
LIBINTERFACE = 107
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 0
|
||||
LIBAGE = 1
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
LIBINTERFACE = 93
|
||||
LIBREVISION = 0
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 3
|
||||
|
|
|
|||
6
version
6
version
|
|
@ -5,7 +5,7 @@ PRODUCT=BIND
|
|||
DESCRIPTION="(Extended Support Version)"
|
||||
MAJORVER=9
|
||||
MINORVER=9
|
||||
PATCHVER=8
|
||||
RELEASETYPE=
|
||||
RELEASEVER=
|
||||
PATCHVER=9
|
||||
RELEASETYPE=b
|
||||
RELEASEVER=1
|
||||
EXTENSIONS=
|
||||
|
|
|
|||
Loading…
Reference in a new issue