prep for 9.9.0rc1 release

This commit is contained in:
Evan Hunt
2011-12-22 17:49:49 +00:00
parent 15218d6ed0
commit 949eefdda4
6 changed files with 10 additions and 7 deletions

View File

@@ -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
View File

@@ -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

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 90 LIBINTERFACE = 90
LIBREVISION = 1 LIBREVISION = 2
LIBAGE = 0 LIBAGE = 0

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 91 LIBINTERFACE = 92
LIBREVISION = 0 LIBREVISION = 0
LIBAGE = 1 LIBAGE = 0

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 90 LIBINTERFACE = 90
LIBREVISION = 1 LIBREVISION = 2
LIBAGE = 0 LIBAGE = 0

View File

@@ -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