prep for 9.9.0rc1 release
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,3 +1,5 @@
|
|||||||
|
--- 9.9.0rc1 released ---
|
||||||
|
|
||||||
3259. [bug] named-compilezone: Suppress "dump zone to <file>"
|
3259. [bug] named-compilezone: Suppress "dump zone to <file>"
|
||||||
message when writing to stdout. [RT #27109]
|
message when writing to stdout. [RT #27109]
|
||||||
|
|
||||||
|
|||||||
1
README
1
README
@@ -91,6 +91,7 @@ BIND 9.9.0
|
|||||||
- 'request-ixfr' option can now be set at the per-zone level.
|
- 'request-ixfr' option can now be set at the per-zone level.
|
||||||
- 'dig +rrcomments' turns on comments about DNSKEY records,
|
- 'dig +rrcomments' turns on comments about DNSKEY records,
|
||||||
indicating their key ID, algorithm and function
|
indicating their key ID, algorithm and function
|
||||||
|
- Simplified nsupdate syntax and added readline support
|
||||||
|
|
||||||
BIND 9.8.0
|
BIND 9.8.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
LIBINTERFACE = 90
|
LIBINTERFACE = 90
|
||||||
LIBREVISION = 1
|
LIBREVISION = 2
|
||||||
LIBAGE = 0
|
LIBAGE = 0
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
LIBINTERFACE = 91
|
LIBINTERFACE = 92
|
||||||
LIBREVISION = 0
|
LIBREVISION = 0
|
||||||
LIBAGE = 1
|
LIBAGE = 0
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
LIBINTERFACE = 90
|
LIBINTERFACE = 90
|
||||||
LIBREVISION = 1
|
LIBREVISION = 2
|
||||||
LIBAGE = 0
|
LIBAGE = 0
|
||||||
|
|||||||
6
version
6
version
@@ -1,4 +1,4 @@
|
|||||||
# $Id: version,v 1.58 2011/11/16 22:18:51 marka Exp $
|
# $Id: version,v 1.59 2011/12/22 17:49:49 each Exp $
|
||||||
#
|
#
|
||||||
# This file must follow /bin/sh rules. It is imported directly via
|
# This file must follow /bin/sh rules. It is imported directly via
|
||||||
# configure.
|
# configure.
|
||||||
@@ -6,5 +6,5 @@
|
|||||||
MAJORVER=9
|
MAJORVER=9
|
||||||
MINORVER=9
|
MINORVER=9
|
||||||
PATCHVER=0
|
PATCHVER=0
|
||||||
RELEASETYPE=b
|
RELEASETYPE=rc
|
||||||
RELEASEVER=2
|
RELEASEVER=1
|
||||||
|
|||||||
Reference in New Issue
Block a user