2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

prep for release of 9.7.0b3

This commit is contained in:
Evan Hunt
2009-11-18 00:30:37 +00:00
parent 823c5a49e5
commit af52d6ddd7
5 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
--- 9.7.0b3 released ---
2772. [security] When validating, track whether pending data was from
the additional section or not and only return it if
validates as secure. [RT #20438]

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 61
LIBINTERFACE = 62
LIBREVISION = 0
LIBAGE = 0
LIBAGE = 1

View File

@@ -230,6 +230,7 @@ dns_journal_next_rr
dns_journal_open
dns_journal_print
dns_journal_rollforward
dns_journal_rollforward2
dns_journal_write_transaction
dns_journal_writediff
dns_keydata_fromdnskey

View File

@@ -1,3 +1,3 @@
LIBINTERFACE = 61
LIBREVISION = 0
LIBREVISION = 1
LIBAGE = 1

View File

@@ -1,4 +1,4 @@
# $Id: version,v 1.49 2009/10/27 05:49:31 each Exp $
# $Id: version,v 1.50 2009/11/18 00:30:37 each Exp $
#
# This file must follow /bin/sh rules. It is imported directly via
# configure.
@@ -7,4 +7,4 @@ MAJORVER=9
MINORVER=7
PATCHVER=0
RELEASETYPE=b
RELEASEVER=2
RELEASEVER=3