From: Mark Andrews Date: Mon, 19 Aug 2013 01:57:25 +0000 (+1000) Subject: 9.8.6rc2 X-Git-Tag: v9.8.6rc2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=746ad4cd1dd1de7810a4a10c94b831b2f475a61c;p=thirdparty%2Fbind9.git 9.8.6rc2 --- diff --git a/CHANGES b/CHANGES index a7a8d8e7243..5d76412d318 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.8.6rc2 released --- + 3637. [bug] 'allow-query-on' was checking the source address rather than the destination address. [RT #34590] diff --git a/EXCLUDED b/EXCLUDED index 399e0dc732e..86c547e695e 100644 --- a/EXCLUDED +++ b/EXCLUDED @@ -1,3 +1,9 @@ +3624. [bug] Look for 'json_object_new_int64' when looking for a + the json library. [RT #34449] + +3622. [tuning] Eliminate an unnecessary lock when incrementing + cache statistics. [RT #34339] + 3619. [bug] Fixed a bug in RPZ with "recursive-only no;" [RT #33776] diff --git a/lib/dns/api b/lib/dns/api index b956b6bded8..b878a63897f 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -4,6 +4,6 @@ # 9.8: 80-89, 120-129 # 9.9: 90-109 # 9.9-sub: 130-139 -LIBINTERFACE = 122 -LIBREVISION = 3 -LIBAGE = 0 +LIBINTERFACE = 123 +LIBREVISION = 0 +LIBAGE = 1 diff --git a/version b/version index d3e984671b6..20148bb03a2 100644 --- a/version +++ b/version @@ -9,4 +9,4 @@ MAJORVER=9 MINORVER=8 PATCHVER=6 RELEASETYPE=rc -RELEASEVER=1 +RELEASEVER=2