From: Mark Andrews Date: Sun, 8 Aug 2010 23:20:46 +0000 (+0000) Subject: 9.5.3b1 X-Git-Tag: v9.5.3b1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ebdafa9e87a121f140ff374854a2d2df1d49ae;p=thirdparty%2Fbind9.git 9.5.3b1 --- diff --git a/CHANGES b/CHANGES index 010b2108c7b..d4b8229885c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + + --- 9.5.3b1 released --- + 2929. [bug] Improved handling of GSS security contexts: - added LRU expiration for generated TSIGs - added the ability to use a non-default realm diff --git a/README b/README index 8fdec25327a..8dd8c4c8f00 100644 --- a/README +++ b/README @@ -43,6 +43,10 @@ BIND 9 Nominum, Inc. +BIND 9.5.3 + + BIND 9.5.3 is a maintenance release, fixing bugs in 9.5.2. + BIND 9.5.2 BIND 9.5.2 is a maintenance release, fixing bugs in 9.5.1. diff --git a/lib/bind9/api b/lib/bind9/api index 9758da41d8a..a71af1b7791 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -1,3 +1,3 @@ LIBINTERFACE = 40 -LIBREVISION = 6 +LIBREVISION = 7 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index 9cc4a9c1761..1099c302a89 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 46 -LIBREVISION = 1 -LIBAGE = 1 +LIBINTERFACE = 47 +LIBREVISION = 0 +LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 9cc4a9c1761..30cc4d921e9 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -1,3 +1,3 @@ LIBINTERFACE = 46 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 1 diff --git a/lib/isccfg/api b/lib/isccfg/api index 9758da41d8a..a71af1b7791 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -1,3 +1,3 @@ LIBINTERFACE = 40 -LIBREVISION = 6 +LIBREVISION = 7 LIBAGE = 0 diff --git a/version b/version index a54a9d8d11d..1a07b1dffaf 100644 --- a/version +++ b/version @@ -1,10 +1,10 @@ -# $Id: version,v 1.39.18.13 2009/09/21 01:51:10 marka Exp $ +# $Id: version,v 1.39.18.14 2010/08/08 23:20:45 marka Exp $ # # This file must follow /bin/sh rules. It is imported directly via # configure. # MAJORVER=9 MINORVER=5 -PATCHVER=2 -RELEASETYPE= -RELEASEVER= +PATCHVER=3 +RELEASETYPE=b +RELEASEVER=1