]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
prep 9.15.3
authorTinderbox User <tbox@isc.org>
Mon, 12 Aug 2019 13:46:16 +0000 (13:46 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 12 Aug 2019 13:59:41 +0000 (13:59 +0000)
CHANGES
doc/arm/notes.xml
lib/bind9/api
lib/dns/api
lib/irs/api
lib/isc/api
lib/isccfg/api
lib/ns/api
version

diff --git a/CHANGES b/CHANGES
index b77e14d2b7d73d116dffe7b618059980c744a1e2..55d38ce9ee11d044e4d4ab379078c9deec2298ee 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.15.3 released ---
+
 5277.  [bug]           Cache DB statistics could underflow when serve-stale
                        was in use, because of a bug in counter maintenance
                        when RRsets become stale.
index 994c2f9b3ba02652b40236d581e2c0c787dd60fe..1ce7651786ec4a466855b0514c1d78aac646253f 100644 (file)
          as a result of a zone update.  [GL #513]
        </para>
       </listitem>
+      <listitem>
+       <para>
+       Statistics channel groups are now toggleable. [GL #1030]
+       </para>
+      </listitem>
     </itemizedlist>
   </section>
 
          made default.  Old non-default HMAC-SHA based DNS Cookie algorithms
          have been removed, and only the default AES algorithm is being kept
          for legacy reasons.  This changes doesn't have any operational impact
-         in most common scenarios.
+         in most common scenarios. [GL #605]
        </para>
        <para>
          If you are running multiple DNS Servers (different versions of BIND 9
          or stale and marked for deletion. [GL #602]
        </para>
       </listitem>
+      <listitem>
+       <para>
+         Interaction between DNS64 and RPZ No Data rule (CNAME *.) could
+         cause unexpected results; this has been fixed. [GL #1106]
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         <command>named-checkconf</command> now checks DNS64 prefixes
+          to ensure bits 64-71 are zero. [GL #1159]
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         <command>named-checkconf</command> now correctly reports missing
+         <command>dnstap-output</command> option when
+         <command>dnstap</command> is set. [GL #1136]
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         Handle ETIMEDOUT error on connect() with a non-blocking
+         socket. [GL #1133]
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         <command>dig</command> now correctly expands the IPv6 address
+         when run with <command>+expandaaaa +short</command>. [GL #1152]
+       </para>
+      </listitem>
     </itemizedlist>
   </section>
 
index c7836b219a01f44fee02fa03b32f9945b01a6d13..c72183594a2fed06c8d8cbb65b98d655d9f7d60d 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1500
+LIBINTERFACE = 1501
 LIBREVISION = 0
 LIBAGE = 0
index c72183594a2fed06c8d8cbb65b98d655d9f7d60d..effc9e71d2c2c992b82dac90a2b3962e215aecc5 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1501
+LIBINTERFACE = 1502
 LIBREVISION = 0
 LIBAGE = 0
index b48f390b63fc6d154b86ef7173cd8057d1247bd7..c72183594a2fed06c8d8cbb65b98d655d9f7d60d 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1500
-LIBREVISION = 1
+LIBINTERFACE = 1501
+LIBREVISION = 0
 LIBAGE = 0
index c72183594a2fed06c8d8cbb65b98d655d9f7d60d..effc9e71d2c2c992b82dac90a2b3962e215aecc5 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1501
+LIBINTERFACE = 1502
 LIBREVISION = 0
 LIBAGE = 0
index b48f390b63fc6d154b86ef7173cd8057d1247bd7..c72183594a2fed06c8d8cbb65b98d655d9f7d60d 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1500
-LIBREVISION = 1
+LIBINTERFACE = 1501
+LIBREVISION = 0
 LIBAGE = 0
index b48f390b63fc6d154b86ef7173cd8057d1247bd7..c72183594a2fed06c8d8cbb65b98d655d9f7d60d 100644 (file)
@@ -10,6 +10,6 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 # 9.15/9.16: 1500-1699
-LIBINTERFACE = 1500
-LIBREVISION = 1
+LIBINTERFACE = 1501
+LIBREVISION = 0
 LIBAGE = 0
diff --git a/version b/version
index f3b92aca9cda14eb7db886e9464a2561c70d96cb..b011c30c269c26cdbfe890f164f9ab86690c61f2 100644 (file)
--- a/version
+++ b/version
@@ -5,7 +5,7 @@ PRODUCT=BIND
 DESCRIPTION="(Development Release)"
 MAJORVER=9
 MINORVER=15
-PATCHVER=2
+PATCHVER=3
 RELEASETYPE=
 RELEASEVER=
 EXTENSIONS=