From af52d6ddd75b059194e47d07d3edaab82f26e662 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 18 Nov 2009 00:30:37 +0000 Subject: [PATCH] prep for release of 9.7.0b3 --- CHANGES | 2 ++ lib/dns/api | 4 ++-- lib/dns/win32/libdns.def | 1 + lib/isc/api | 2 +- version | 4 ++-- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 40c3e4feaa..0e2440074d 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 acbd59ffa6..737fa9b946 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 a2c99f6099..12e6e6ffed 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 5146f4d5d9..ba292fc675 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 8cbe283a03..236052e4a8 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