diff --git a/CHANGES b/CHANGES index 416d9de100..6f1a5e9ce3 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 5609cd0cc3..c4e83f4e31 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 25bcb6738d..ea516a14ce 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 414fea65cf..c23b0bea1b 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