From: Tinderbox User Date: Fri, 3 Jul 2020 10:37:08 +0000 (+0000) Subject: prep 9.16.5 X-Git-Tag: v9.16.6~28^2~2^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b03a635f6866ef5376a4a9e138e73356275d57d8;p=thirdparty%2Fbind9.git prep 9.16.5 --- diff --git a/CHANGES b/CHANGES index d597e209400..eb27375ad72 100644 --- a/CHANGES +++ b/CHANGES @@ -23,6 +23,8 @@ statistics. Convert the header attributes to use atomic operations. [GL #1475] + --- 9.16.5 released --- + 5458. [bug] Prevent a theoretically possible NULL dereference caused by a data race between zone_maintenance() and dns_zone_setview_helper(). [GL #1627] diff --git a/configure b/configure index 009d600292d..bf98339e2f0 100755 --- a/configure +++ b/configure @@ -17993,6 +17993,7 @@ fi + # # was --with-libxml2 specified? # @@ -20863,6 +20864,7 @@ fi + # # The following sets up how non-blocking i/o is established. # cygwin and solaris 2.x (x<5) require special handling. diff --git a/lib/bind9/api b/lib/bind9/api index 425e431aad2..0b1062a7555 100644 --- a/lib/bind9/api +++ b/lib/bind9/api @@ -11,5 +11,5 @@ # 9.13/9.14: 1300-1499 # 9.15/9.16: 1500-1699 LIBINTERFACE = 1600 -LIBREVISION = 3 +LIBREVISION = 4 LIBAGE = 0 diff --git a/lib/dns/api b/lib/dns/api index 96ab7410283..8207cc32401 100644 --- a/lib/dns/api +++ b/lib/dns/api @@ -10,6 +10,6 @@ # 9.12: 1200-1299 # 9.13/9.14: 1300-1499 # 9.15/9.16: 1500-1699 -LIBINTERFACE = 1604 +LIBINTERFACE = 1605 LIBREVISION = 0 -LIBAGE = 1 +LIBAGE = 0 diff --git a/lib/isc/api b/lib/isc/api index 96ab7410283..8207cc32401 100644 --- a/lib/isc/api +++ b/lib/isc/api @@ -10,6 +10,6 @@ # 9.12: 1200-1299 # 9.13/9.14: 1300-1499 # 9.15/9.16: 1500-1699 -LIBINTERFACE = 1604 +LIBINTERFACE = 1605 LIBREVISION = 0 -LIBAGE = 1 +LIBAGE = 0 diff --git a/lib/ns/api b/lib/ns/api index 1c9bb8b38ee..ea448d1898b 100644 --- a/lib/ns/api +++ b/lib/ns/api @@ -10,6 +10,6 @@ # 9.12: 1200-1299 # 9.13/9.14: 1300-1499 # 9.15/9.16: 1500-1699 -LIBINTERFACE = 1603 -LIBREVISION = 1 +LIBINTERFACE = 1604 +LIBREVISION = 0 LIBAGE = 0 diff --git a/version b/version index cf0fa369559..c8e1985b844 100644 --- a/version +++ b/version @@ -5,7 +5,7 @@ PRODUCT=BIND DESCRIPTION="(Stable Release)" MAJORVER=9 MINORVER=16 -PATCHVER=4 +PATCHVER=5 RELEASETYPE= RELEASEVER= EXTENSIONS=