From: Mark Andrews Date: Thu, 13 Jan 2011 04:45:17 +0000 (+0000) Subject: 9.8.0b1 X-Git-Tag: v9.8.0-P1~65 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e02c1d738bd326beceabbe4a04692ea0282225ed;p=thirdparty%2Fbind9.git 9.8.0b1 --- diff --git a/CHANGES b/CHANGES index a4afde4539e..c13e36fc3d6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + + --- 9.8.0b1 released --- + 3008. [func] Response policy zones (RPZ) support. [RT #21726] 3007. [bug] Named failed to preserve the case of domain names in diff --git a/lib/bind9/api b/lib/bind9/api index 94575eb4ef2..78dd0b402a8 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -1,3 +1,3 @@ LIBINTERFACE = 80 -LIBREVISION = 0 +LIBREVISION = 1 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index 94575eb4ef2..e6441e65094 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 80 +LIBINTERFACE = 81 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 94575eb4ef2..e6441e65094 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 80 +LIBINTERFACE = 81 LIBREVISION = 0 LIBAGE = 0 diff --git a/lib/isccfg/api b/lib/isccfg/api index 94575eb4ef2..8fb91d631fd 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 80 +LIBINTERFACE = 81 LIBREVISION = 0 -LIBAGE = 0 +LIBAGE = 1 diff --git a/version b/version index a5acb81add3..5487b02091e 100644 --- a/version +++ b/version @@ -1,4 +1,4 @@ -# $Id: version,v 1.52 2010/06/18 02:05:02 marka Exp $ +# $Id: version,v 1.53 2011/01/13 04:45:16 marka Exp $ # # This file must follow /bin/sh rules. It is imported directly via # configure. @@ -6,5 +6,5 @@ MAJORVER=9 MINORVER=8 PATCHVER=0 -RELEASETYPE=a +RELEASETYPE=b RELEASEVER=1