mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 15:10:00 -04:00
9.10.4b1
This commit is contained in:
parent
274ea210b0
commit
b712215fcb
7 changed files with 20 additions and 17 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
--- 9.10.4b1 released ---
|
||||
|
||||
4329. [func] Warn about a common misconfiguration when forwarding
|
||||
RFC 1918 zones. [RT #41441]
|
||||
|
||||
|
|
|
|||
|
|
@ -99,10 +99,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>
|
||||
|
|
@ -132,11 +138,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>
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@
|
|||
# 9.9-sub: 130-139
|
||||
# 9.10: 140-149
|
||||
LIBINTERFACE = 140
|
||||
LIBREVISION = 10
|
||||
LIBREVISION = 11
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
# 9.9: 90-109, 170-179
|
||||
# 9.9-sub: 130-139, 150-159
|
||||
# 9.10: 140-149, 160-169
|
||||
LIBINTERFACE = 163
|
||||
LIBREVISION = 3
|
||||
LIBAGE = 1
|
||||
LIBINTERFACE = 164
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 0
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
# 9.9: 90-109
|
||||
# 9.9-sub: 130-139
|
||||
# 9.10: 140-149, 160-169
|
||||
LIBINTERFACE = 160
|
||||
LIBINTERFACE = 161
|
||||
LIBREVISION = 0
|
||||
LIBAGE = 0
|
||||
LIBAGE = 1
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@
|
|||
# 9.9-sub: 130-139
|
||||
# 9.10: 140-149
|
||||
LIBINTERFACE = 143
|
||||
LIBREVISION = 0
|
||||
LIBREVISION = 1
|
||||
LIBAGE = 3
|
||||
|
|
|
|||
6
version
6
version
|
|
@ -5,7 +5,7 @@ PRODUCT=BIND
|
|||
DESCRIPTION=
|
||||
MAJORVER=9
|
||||
MINORVER=10
|
||||
PATCHVER=3
|
||||
RELEASETYPE=
|
||||
RELEASEVER=
|
||||
PATCHVER=4
|
||||
RELEASETYPE=b
|
||||
RELEASEVER=1
|
||||
EXTENSIONS=
|
||||
|
|
|
|||
Loading…
Reference in a new issue