From: Evan Hunt Date: Thu, 21 Jan 2010 21:26:06 +0000 (+0000) Subject: prep for 9.7.0rc2 release X-Git-Tag: v9.7.0rc2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4128a2bc400389221c110663d470d221f976d67;p=thirdparty%2Fbind9.git prep for 9.7.0rc2 release --- diff --git a/CHANGES b/CHANGES index 416d9de1000..6f1a5e9ce30 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.7.0rc2 released --- + 2842. [func] Prevent dnssec-keygen and dnssec-keyfromlabel from creating key files if there is a chance that the new key ID will collide with an existing one after diff --git a/lib/dns/api b/lib/dns/api index 5609cd0cc36..c4e83f4e318 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 63 +LIBINTERFACE = 64 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 25bcb6738df..ea516a14ce0 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -1,3 +1,3 @@ LIBINTERFACE = 61 -LIBREVISION = 2 +LIBREVISION = 3 LIBAGE = 1 diff --git a/version b/version index 414fea65cff..c23b0bea1ba 100644 --- a/version +++ b/version @@ -1,4 +1,4 @@ -# $Id: version,v 1.51 2009/12/06 01:49:08 each Exp $ +# $Id: version,v 1.51.2.1 2010/01/21 21:26:06 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=rc -RELEASEVER=1 +RELEASEVER=2