diff --git a/CHANGES b/CHANGES index ee589c6b4d..0adeec7157 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.6-ESV-R10b1 released --- + 3605. [port] win32: Addressed several compatibility issues with newer versions of Visual Studio. [RT #33916] diff --git a/README b/README index c1bd8da88f..2216ab775b 100644 --- a/README +++ b/README @@ -48,6 +48,12 @@ BIND 9 For up-to-date release notes and errata, see http://www.isc.org/software/bind9/releasenotes +BIND 9.6-ESV-R10 (Extended Support Version) + + BIND 9.6-ESV-R10 is a maintenance release, fixing bugs in BIND + 9.6-ESV-R9, and also patches the security flaw described in + CVE-2013-3919. + BIND 9.6-ESV-R9 (Extended Support Version) BIND 9.6-ESV-R9 is a maintenance release, fixing bugs in BIND diff --git a/lib/dns/api b/lib/dns/api index e17d071c54..9035b96c8b 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 113 -LIBREVISION = 1 +LIBREVISION = 2 LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 5e1db39695..d4c25e15d1 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 58 -LIBREVISION = 2 +LIBREVISION = 3 LIBAGE = 1 diff --git a/lib/lwres/api b/lib/lwres/api index a63317379d..dc1a256934 100644 --- a/lib/lwres/api +++ b/lib/lwres/api @@ -5,5 +5,5 @@ # 9.9: 90-109 # 9.9-sub: 130-139 LIBINTERFACE = 50 -LIBREVISION = 9 +LIBREVISION = 10 LIBAGE = 0 diff --git a/version b/version index c552aaffbc..fb69b83666 100644 --- a/version +++ b/version @@ -9,4 +9,4 @@ MAJORVER=9 MINORVER=6 PATCHVER= RELEASETYPE=-ESV -RELEASEVER=-R9 +RELEASEVER=-R10b1