From: Mark Andrews Date: Mon, 6 Aug 2007 01:43:11 +0000 (+0000) Subject: 9.2.9b1 X-Git-Tag: v9.2.0b1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70ec748cf58b4b2b9578e09b55eba255e9baa31;p=thirdparty%2Fbind9.git 9.2.9b1 --- diff --git a/CHANGES b/CHANGES index 301afc0c3ed..af019b03f3f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + + --- 9.2.9b1 released --- + 2205. [bug] libbind: change #2119 broke thread support. [RT #16982] 2203. [security] Query id generation was cryptographically weak. diff --git a/lib/bind/api b/lib/bind/api index 8632b1256a7..d4b1ecd36b2 100644 --- a/lib/bind/api +++ b/lib/bind/api @@ -1,3 +1,3 @@ LIBINTERFACE = 4 -LIBREVISION = 7 +LIBREVISION = 9 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index 47628bd080c..901d1f20d11 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 18 -LIBREVISION = 3 -LIBAGE = 2 +LIBINTERFACE = 19 +LIBREVISION = 1 +LIBAGE = 3 diff --git a/lib/isc/api b/lib/isc/api index 5db2c05f37d..c5bcb934244 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -1,3 +1,3 @@ LIBINTERFACE = 9 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 2 diff --git a/lib/isccc/api b/lib/isccc/api index 13178156a49..c4ea7bd8351 100644 --- a/lib/isccc/api +++ b/lib/isccc/api @@ -1,3 +1,3 @@ LIBINTERFACE = 1 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 1 diff --git a/version b/version index 6eb706ac236..b2fd4c536af 100644 --- a/version +++ b/version @@ -1,10 +1,10 @@ -# $Id: version,v 1.26.2.48 2007/01/25 00:20:34 marka Exp $ +# $Id: version,v 1.26.2.49 2007/08/06 01:43:11 marka Exp $ # # This file must follow /bin/sh rules. It is imported directly via # configure. # MAJORVER=9 MINORVER=2 -PATCHVER=8 -RELEASETYPE= -RELEASEVER= +PATCHVER=9 +RELEASETYPE=b +RELEASEVER=1