From: Mark Andrews Date: Fri, 8 Apr 2011 06:15:03 +0000 (+0000) Subject: 9.4-ESV-R5b1 X-Git-Tag: v9.4-ESV-R5b1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4da0ac6e275fbec4b8e237efec0d2981eef7d1a;p=thirdparty%2Fbind9.git 9.4-ESV-R5b1 --- diff --git a/CHANGES b/CHANGES index c627ea70861..544dbd180c1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ + + --- 9.4-ESV-R5b1 released --- + 3095. [bug] Handle isolated reserved ports in the port range. [RT #23957] diff --git a/lib/dns/api b/lib/dns/api index 02321262cde..d9f093ade2f 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -1,3 +1,3 @@ LIBINTERFACE = 39 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 1 diff --git a/lib/isc/api b/lib/isc/api index 2caba426722..a3d05937204 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -1,3 +1,3 @@ -LIBINTERFACE = 37 -LIBREVISION = 1 -LIBAGE = 1 +LIBINTERFACE = 38 +LIBREVISION = 0 +LIBAGE = 2 diff --git a/lib/isc/win32/libisc.def b/lib/isc/win32/libisc.def index 26390bd8d2a..d7c2fdd1a73 100644 --- a/lib/isc/win32/libisc.def +++ b/lib/isc/win32/libisc.def @@ -103,6 +103,7 @@ isc_file_getmodtime isc_file_isabsolute isc_file_ischdiridempotent isc_file_iscurrentdir +isc_file_isplainfile isc_file_mktemplate isc_file_openunique isc_file_progname diff --git a/lib/lwres/api b/lib/lwres/api index 3d42fccad65..e80d74b8cd0 100644 --- a/lib/lwres/api +++ b/lib/lwres/api @@ -1,3 +1,3 @@ LIBINTERFACE = 30 -LIBREVISION = 7 +LIBREVISION = 8 LIBAGE = 0 diff --git a/version b/version index 71486394386..170e8e74d62 100644 --- a/version +++ b/version @@ -1,4 +1,4 @@ -# $Id: version,v 1.29.134.32 2010/11/18 01:34:50 marka Exp $ +# $Id: version,v 1.29.134.33 2011/04/08 06:15:03 marka Exp $ # # This file must follow /bin/sh rules. It is imported directly via # configure. @@ -7,4 +7,4 @@ MAJORVER=9 MINORVER=4 PATCHVER= RELEASETYPE=-ESV -RELEASEVER=-R4 +RELEASEVER=-R5b1