]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_12] re-prep 9.12.1rc1 to include needed fixes; update README
authorEvan Hunt <each@isc.org>
Sun, 18 Feb 2018 03:54:52 +0000 (19:54 -0800)
committerEvan Hunt <each@isc.org>
Sun, 18 Feb 2018 03:54:52 +0000 (19:54 -0800)
CHANGES
README
README.md
doc/arm/notes.xml
lib/dns/api
lib/isc/api

diff --git a/CHANGES b/CHANGES
index ee1d663ecd22449a063b10ba9782b74ed0150ded..ef900ab907eb362bbcf2f5079d940ab043bacaf7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.12.1rc1 released ---
+
 4894.  [bug]           named could crash while rolling a dnstap output file.
                        [RT #46942]
 
@@ -7,8 +9,6 @@
                        before all zone loading actions triggered by a previous
                        "rndc reload" command were completed. [RT #47076]
 
-       --- 9.12.1rc1 released ---
-
 4889.  [func]          Warn about the use of old root keys without the new
                        root key being present.  Warn about dlv.isc.org's
                        key being present. Warn about both managed and
diff --git a/README b/README
index 0b10096ed5e195fda78b105d37e21aa8cb984924..14858c41e2d370565c4793fed1a4d54126256e58 100644 (file)
--- a/README
+++ b/README
@@ -77,8 +77,7 @@ mailman/listinfo/bind-workers.
 Contributing to BIND
 
 ISC maintains a public git repository for BIND; details can be found at
-http://www.isc.org/git/, and also on Github at https://github.com/
-isc-projects.
+http://www.isc.org/git/.
 
 Information for BIND contributors can be found in the following files: -
 General information: doc/dev/contrib.md - BIND 9 code style: doc/dev/
index b61e4e2e56fc00c174fd3f211c3b9ca8e9f0c8f8..f81a5c5e5164286db872ab9117f6bd4234189fe1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -87,8 +87,7 @@ may also want to join the __BIND Workers__ mailing list, at
 ### <a name="contrib"/> Contributing to BIND
 
 ISC maintains a public git repository for BIND; details can be found
-at [http://www.isc.org/git/](http://www.isc.org/git/), and also on Github
-at [https://github.com/isc-projects](https://github.com/isc-projects).
+at [http://www.isc.org/git/](http://www.isc.org/git/).
 
 Information for BIND contributors can be found in the following files:
 - General information: [doc/dev/contrib.md](doc/dev/contrib.md)
index 2413fe5d725ee9ee34af622b671be2b61de2e18c..f63ce5bb0d0d06987c241497bbaccbd1409f065e 100644 (file)
          address. [RT #45999]
        </para>
       </listitem>
+      <listitem>
+       <para>
+         <command>named</command> could crash due to a race condition when
+         rolling <command>dnstap</command> log files. [RT #46942]
+       </para>
+      </listitem>
+      <listitem>
+       <para>
+         <command>rndc reload</command> could cause <command>named</command>
+         to leak memory if it was invoked before the zone loading actions
+         from a previous <command>rndc reload</command> command were
+         completed. [RT #47076]
+       </para>
+      </listitem>
     </itemizedlist>
   </section>
 
index a814bd38241c2e28a5a93a0c68584898422370d4..3f48bdea6fc26fbb476be5aa02cde0f723a0e683 100644 (file)
@@ -8,6 +8,6 @@
 # 9.10-sub: 180-189
 # 9.11: 160-169,1100-1199
 # 9.12: 1200-1299
-LIBINTERFACE = 1203
+LIBINTERFACE = 1204
 LIBREVISION = 0
-LIBAGE = 0
+LIBAGE = 1
index 4be6653297b06eab7b3be4926cb9ebcfa36c4d5f..f9a664bb7d7a36770f854e6d140f3ad2fe84852a 100644 (file)
@@ -9,5 +9,5 @@
 # 9.11: 160-169,1100-1199
 # 9.12: 1200-1299
 LIBINTERFACE = 1203
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 3