From: Evan Hunt Date: Wed, 18 Nov 2009 00:30:37 +0000 (+0000) Subject: prep for release of 9.7.0b3 X-Git-Tag: v9.7.0b3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af52d6ddd75b059194e47d07d3edaab82f26e662;p=thirdparty%2Fbind9.git prep for release of 9.7.0b3 --- diff --git a/CHANGES b/CHANGES index 40c3e4feaaa..0e2440074d3 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/lib/dns/api b/lib/dns/api index acbd59ffa61..737fa9b946a 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 61 +LIBINTERFACE = 62 LIBREVISION = 0 -LIBAGE = 0 +LIBAGE = 1 diff --git a/lib/dns/win32/libdns.def b/lib/dns/win32/libdns.def index a2c99f60991..12e6e6ffed6 100644 --- a/lib/dns/win32/libdns.def +++ b/lib/dns/win32/libdns.def @@ -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 diff --git a/lib/isc/api b/lib/isc/api index 5146f4d5d9a..ba292fc6751 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -1,3 +1,3 @@ LIBINTERFACE = 61 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 1 diff --git a/version b/version index 8cbe283a03f..236052e4a8d 100644 --- a/version +++ b/version @@ -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