]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
prep 9.14.9
authorTinderbox User <tbox@isc.org>
Thu, 12 Dec 2019 05:39:26 +0000 (05:39 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 12 Dec 2019 06:09:19 +0000 (06:09 +0000)
62 files changed:
CHANGES
README
README.md
doc/arm/Bv9ARM.ch01.html
doc/arm/Bv9ARM.ch02.html
doc/arm/Bv9ARM.ch03.html
doc/arm/Bv9ARM.ch04.html
doc/arm/Bv9ARM.ch05.html
doc/arm/Bv9ARM.ch06.html
doc/arm/Bv9ARM.ch07.html
doc/arm/Bv9ARM.ch08.html
doc/arm/Bv9ARM.ch09.html
doc/arm/Bv9ARM.ch10.html
doc/arm/Bv9ARM.ch11.html
doc/arm/Bv9ARM.ch12.html
doc/arm/Bv9ARM.html
doc/arm/Bv9ARM.pdf
doc/arm/man.arpaname.html
doc/arm/man.ddns-confgen.html
doc/arm/man.delv.html
doc/arm/man.dig.html
doc/arm/man.dnssec-cds.html
doc/arm/man.dnssec-checkds.html
doc/arm/man.dnssec-coverage.html
doc/arm/man.dnssec-dsfromkey.html
doc/arm/man.dnssec-importkey.html
doc/arm/man.dnssec-keyfromlabel.html
doc/arm/man.dnssec-keygen.html
doc/arm/man.dnssec-keymgr.html
doc/arm/man.dnssec-revoke.html
doc/arm/man.dnssec-settime.html
doc/arm/man.dnssec-signzone.html
doc/arm/man.dnssec-verify.html
doc/arm/man.dnstap-read.html
doc/arm/man.filter-aaaa.html
doc/arm/man.host.html
doc/arm/man.mdig.html
doc/arm/man.named-checkconf.html
doc/arm/man.named-checkzone.html
doc/arm/man.named-journalprint.html
doc/arm/man.named-nzd2nzf.html
doc/arm/man.named-rrchecker.html
doc/arm/man.named.conf.html
doc/arm/man.named.html
doc/arm/man.nsec3hash.html
doc/arm/man.nslookup.html
doc/arm/man.nsupdate.html
doc/arm/man.pkcs11-destroy.html
doc/arm/man.pkcs11-keygen.html
doc/arm/man.pkcs11-list.html
doc/arm/man.pkcs11-tokens.html
doc/arm/man.rndc-confgen.html
doc/arm/man.rndc.conf.html
doc/arm/man.rndc.html
doc/arm/notes-9.14.9.xml
doc/arm/notes.html
doc/arm/notes.pdf
doc/arm/notes.txt
lib/dns/api
lib/isc/api
lib/ns/api
version

diff --git a/CHANGES b/CHANGES
index bc5c3bdcc20a0fb645629c359e13d0eca5f4faca..aea572fb1aa37f867b1e5254163b989c02be4e46 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+       --- 9.14.9 released ---
+
 5330.  [bug]           'configure --without-python' was ineffective if
                        PYTHON was set in the environment. [GL #1434]
 
diff --git a/README b/README
index 7b91d6acc3d024718d1698cf61b9fbc902efce70..50e95f71bb1cb8a34c4861f9a74b83f076a821eb 100644 (file)
--- a/README
+++ b/README
@@ -48,7 +48,8 @@ the file HISTORY.
 For a detailed list of changes made throughout the history of BIND 9, see
 the file CHANGES. See below for details on the CHANGES file format.
 
-For up-to-date versions and release notes, see https://www.isc.org/download/.
+For up-to-date versions and release notes, see https://www.isc.org/
+download/.
 
 For information about supported platforms, see PLATFORMS.
 
@@ -184,6 +185,10 @@ BIND 9.14.8
 BIND 9.14.8 is a maintenance release, and also addresses the security
 vulnerability disclosed in CVE-2019-6477.
 
+BIND 9.14.9
+
+BIND 9.14.9 is a maintenance release.
+
 Building BIND
 
 Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler,
@@ -244,9 +249,10 @@ Dependencies
 
 Portions of BIND that are written in Python, including dnssec-keymgr,
 dnssec-coverage, dnssec-checkds, and some of the system tests, require the
-argparse and ply modules to be available. argparse is a standard module as
-of Python 2.7 and Python 3.2. ply is available from https://
-pypi.python.org/pypi/ply.
+argparse, ply and distutils.core modules to be available. argparse is a
+standard module as of Python 2.7 and Python 3.2. ply is available from
+https://pypi.python.org/pypi/ply. distutils.core is required for
+installation.
 
 Compile-time options
 
index c286c04936c8ac7781bd5f95fb14710dbbcc09a1..5d6a655d7d45bd3880cf11e74762f900847745b5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -201,6 +201,10 @@ vulnerabilities disclosed in CVE-2019-6475 and CVE-2019-6476.
 BIND 9.14.8 is a maintenance release, and also addresses the security
 vulnerability disclosed in CVE-2019-6477.
 
+#### BIND 9.14.9
+
+BIND 9.14.9 is a maintenance release.
+
 ### <a name="build"/> Building BIND
 
 Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler,
index ebad8d93d7761559798256fffa4007216298dc4e..7c6b41fa26c5905a812fa3a6465173c19c68015c 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 140c94dd132f936d26eec48f9d84a198138b4329..50630457f1f985d1984da33dbc62496fb44e7654 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 73e8b9e8ea3701e1ae8b62f30d4460af06432996..7a56c7189288484017e4a34e919d00fd3edf8510 100644 (file)
@@ -856,6 +856,6 @@ controls {
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 2789205f1701ee4a6e1262f8aa71299c693ef1a9..da06335effb1979367d879a58dceef757eaca39c 100644 (file)
@@ -2863,6 +2863,6 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 1269871cc73d672ae7a19b9ed93565efa232a775..8a922c1c702fc5119714c464409ca17ae25b365e 100644 (file)
@@ -14933,6 +14933,6 @@ HOST-127.EXAMPLE. MX 0 .
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 9e803bb133cff65b6306ab92e95fe85736dbb82d..49cfbc7f70cc3879693910c7836c7fa584c32a42 100644 (file)
@@ -362,6 +362,6 @@ allow-query { !{ !10/8; any; }; key example; };
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 2c236848018170a8d580e5eb1f0840314f016af7..1ed693e58572450b08f3e261d3ca9826f66d702d 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 426217c2a8c596b0a7ef975f18293049c639e32b..09236e9ecca6a3909b2860276787d2dd7eabdc51 100644 (file)
 <div class="toc">
 <p><b>Table of Contents</b></p>
 <dl class="toc">
-<dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.2">Release Notes for BIND Version 9.14.8</a></span></dt>
+<dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.2">Release Notes for BIND Version 9.14.9</a></span></dt>
 <dd><dl>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_intro">Introduction</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_versions">Note on Version Numbering</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_platforms">Supported Platforms</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_download">Download</a></span></dt>
+<dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes-9.14.9">Notes for BIND 9.14.9</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes-9.14.8">Notes for BIND 9.14.8</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes-9.14.7">Notes for BIND 9.14.7</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes-9.14.6">Notes for BIND 9.14.6</a></span></dt>
@@ -59,7 +60,7 @@
 </div>
       <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id-1.9.2"></a>Release Notes for BIND Version 9.14.8</h2></div></div></div>
+<a name="id-1.9.2"></a>Release Notes for BIND Version 9.14.9</h2></div></div></div>
   
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
+<a name="relnotes-9.14.9"></a>Notes for BIND 9.14.9</h3></div></div></div>
+
+  <div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="relnotes-9.14.9-bugs"></a>Bug Fixes</h4></div></div></div>
+    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+        <p>
+          Fixed a bug that caused <span class="command"><strong>named</strong></span> to leak memory
+          on reconfiguration when any GeoIP2 database was in use. [GL #1445]
+        </p>
+      </li>
+<li class="listitem">
+        <p>
+          Fixed several possible race conditions discovered by Thread
+          Sanitizer.
+        </p>
+      </li>
+</ul></div>
+  </div>
+
+
+</div>
+  <div class="section">
+<div class="titlepage"><div><div><h3 class="title">
 <a name="relnotes-9.14.8"></a>Notes for BIND 9.14.8</h3></div></div></div>
 
   <div class="section">
 <a name="relnotes_thanks"></a>Thank You</h3></div></div></div>
   <p>
     Thank you to everyone who assisted us in making this release possible.
-    If you would like to contribute to ISC to assist us in continuing to
-    make quality open source software, please visit our donations page at
-    <a class="link" href="https://www.isc.org/donate/" target="_top">https://www.isc.org/donate/</a>.
   </p>
 </div>
 </div>
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 4ee8aeec3b5dd7f6916a60050021717f016dce66..d6b135dcbdde7baa2c9470d0f8731529ec17a26d 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 81ba80ab46f855c780eb1cd116db04dfb31fe6d6..d824c7fa8865a1e7bab56b38ca87fdff966f35e7 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index bc1ed65e5133893136d2a295af1a4aeffce10b22..01a70206b261a4d3ad0a0884e65fe60161c3a4a6 100644 (file)
@@ -533,6 +533,6 @@ $ <strong class="userinput"><code>sample-update -a sample-update -k Kxxx.+nnn+mm
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 40f469d6a491c6fd0f7822aa8cfd7cc0e51ae776..47186c064661aae54d61cd45190a85a1f3933006 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index a7e2ff99391aed784dc1dda5d62c09b086392a73..7f6c41e32cb89239c8688f2fb8e35d0188773042 100644 (file)
@@ -32,7 +32,7 @@
 <div>
 <div><h1 class="title">
 <a name="id-1"></a>BIND 9 Administrator Reference Manual</h1></div>
-<div><p class="releaseinfo">BIND Version 9.14.8</p></div>
+<div><p class="releaseinfo">BIND Version 9.14.9</p></div>
 <div><p class="copyright">Copyright Â© 2000-2019 Internet Systems Consortium, Inc. ("ISC")</p></div>
 </div>
 <hr>
 </dl></dd>
 <dt><span class="appendix"><a href="Bv9ARM.ch08.html">A. Release Notes</a></span></dt>
 <dd><dl>
-<dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.2">Release Notes for BIND Version 9.14.8</a></span></dt>
+<dt><span class="section"><a href="Bv9ARM.ch08.html#id-1.9.2">Release Notes for BIND Version 9.14.9</a></span></dt>
 <dd><dl>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_intro">Introduction</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_versions">Note on Version Numbering</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_platforms">Supported Platforms</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes_download">Download</a></span></dt>
+<dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes-9.14.9">Notes for BIND 9.14.9</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes-9.14.8">Notes for BIND 9.14.8</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes-9.14.7">Notes for BIND 9.14.7</a></span></dt>
 <dt><span class="section"><a href="Bv9ARM.ch08.html#relnotes-9.14.6">Notes for BIND 9.14.6</a></span></dt>
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 8360e67cecd2e0e2891cba9dbc057752fe27d29a..d0efcc2694d10b39a5853d17658cd031ff578069 100644 (file)
Binary files a/doc/arm/Bv9ARM.pdf and b/doc/arm/Bv9ARM.pdf differ
index 4ad4028f7c7fbc298655001c1cf7312fbaa89050..022b8ac18cbeda75f1682a27e66695c1c909969b 100644 (file)
@@ -90,6 +90,6 @@
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 09f4265d7f335cd9661254899a90f867f285b67a..cda379b86996893bd05642ab021a0c347e8f2f77 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index a3c36b9c150b17d06a9b08d4bcb2908ac90caed5..be8ea2ac0d0963ae44c7ba102eae6236525e7cb2 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 0d33ff10f6b6fa8dbbb48885b08d3300de7db323..239e43f542290eb4137cd3a3aba3ddcbf7b72f28 100644 (file)
@@ -1166,6 +1166,6 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 8dc91038d258229ae60bd54e6edce550816ba00d..6341da20b472584da3040a1a7f259678d7f9e86e 100644 (file)
@@ -376,6 +376,6 @@ nsupdate -l
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 04ec160aeb25306f2bc97eae5857a1c8c83bc8d6..518be22173b13d23b7de6dcda37457c50857abe6 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 3cf3abcec08a43daebbdb13d65974d793c12309e..f22fbbc1605bac62ea1da610f4eaa4fd1462eb39 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index a0d37941382717d76c84890a81ce125ee5fc4e06..540f6b9944b229dfa4dda004182ecfd32cd864a1 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 76ae9adc952ca16f77b06e7cee9bcc2d561c474f..4a83d2734d7d16e00c34f34c8891af8d0791a7c9 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 873985c9bd3b45d686d471e758ad951945301aaf..14e6969a4b8827ffc48a1d0090f8cb42270ffb13 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index c1a155f08d4aa1fc26218cef62df0a7ad93277eb..295b40e8a1de83ad45991bbc6091610956c5341d 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 056e56dcbf97b1a05a03491a347adddf5f67b4fd..e71f382420adcdc349984c8b10323d7bce507d8f 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index e32b5ed178d37920bb77e23e200c9a04f3b22727..3950a1abc1dde2df449dda6cde655e16551e709d 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 56880e376484ecde7da838bd90e297f10c8361cd..425a0ba91f68507faa87ea7b988d882c9ecd962c 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index d8da51cbf059d0a08a6d150efbb5a587f2e52956..f1f905dbd6cc71da3e118f61a14ed58028833606 100644 (file)
@@ -701,6 +701,6 @@ db.example.com.signed
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 9ee892e2f35781548e9191d9a886bf62d0f53632..737bf2a1d10a1ca0d0ffb61dda8efb5768ae14ba 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 043ec311fb35129d346eda4bbcb60367056cbaaa..2042f772fbca79b4db171b28eda584b9d675d5ce 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 538f2454726d04e76eb5c98dc386e065ac4a3c81..607b4ebbc7bcbad6a64280d630cad6f8d7cc69ba 100644 (file)
@@ -168,6 +168,6 @@ plugin query "/usr/local/lib/filter-aaaa.so" {
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 7d53162732db53951b69fb3a44e78a0d342d2a54..a852668eda9f9c8f5f56ce8bb567d27e5f84eb40 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index ac280a2f525ddf0434393d95044f83f3d4eef3f8..20680652cf7d1652f7249fbefed319e58f0bdb50 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 85945d323caf0e818ecc57a3946adab14ebbcb62..511387c339b10c371343ba65e98ddda6e37070ad 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 24c6a8261fc3066c28ed8e3a21d6cb1ff6481bb6..70ca29830ea87df20bba0e3950fb1fb858cf4485 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index a90ae61aab485d0208de23e9769d92f30e7c41a2..4ff652e9a3da007786b0f7d94581711d523586be 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index d9a26c70911ba687d42f2aa2a8739bf61a8ed892..c0a8ea5d687b24c5f6dab3a705bc670fd05d966a 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index a5f0b250a91061e42f3665e78d18d167bf186a99..543d24debcce0dfc68cc3c998ba79a22ecc2ac3f 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index f669746b0845f638a26d4d44913596cc78f065f8..fcee37d27118f37df01a5846406235024eadb428 100644 (file)
@@ -1075,6 +1075,6 @@ zone
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 7d3e36d85fd1f89bc9dbf4263cc64a89c7ed74bb..b902941b20c39dde4b040e7fa5b496cca5ff5b64 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 6448e23f4c4570ad1419b4ddae725898aabc888d..2b39cb70622fbaf556e53b6fb896df4f75eac250 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index a285ee9605966d31cd652eb9caa7532c2243eb6b..eb9a1e913971add8b08bd13c28235fb81d3b7922 100644 (file)
@@ -437,6 +437,6 @@ nslookup -query=hinfo  -timeout=10
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index d05714edd389b219aaa74941719a63ab515f72af..1026d57b6ba098795e5701090e5fdccc37532192 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 5d713a94e8b6823adbf810bf9f90bcd3daec480e..82a0c85bb93b7bc0438f28f5fab3504c9bc33683 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 1b877d41f4114f44845f121608878d8cc0a9e275..d833102c2ead42dc2d14bf83c35f3d851255e23e 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 89801840407042aec5fd6bbfcec91e6fee5ad798..c22be91989b66d1553d8f8d021410814900d38b2 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index f91cad711b081cf1652ec5d574c81d7a67ad6d3a..55177898a07e54959ae3dabd5db12e89477f4653 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 1b4e102e245b51053283496d7dce70d25ce0014c..942f20c4acce3a26a9d89865cff97ce46460f047 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 1535365be33ffbc0a9b80603f303a3c0df5f1dcb..115a18b4c3831586dce3b31637226002ab90e7c7 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index da003f31f25024156a5ade18415a2205fd6921ab..94fc39cc7a880bdeb28029a0eb334716d1c6175a 100644 (file)
 </tr>
 </table>
 </div>
-<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.8 (Stable Release)</p>
+<p xmlns:db="http://docbook.org/ns/docbook" style="text-align: center;">BIND 9.14.9 (Stable Release)</p>
 </body>
 </html>
index 1a945a5e8e497a196e78966e6853ce45d2f33fec..ccbf1189ac6bbaea36264e9eca9d7670fc416461 100644 (file)
 
 <section xml:id="relnotes-9.14.9"><info><title>Notes for BIND 9.14.9</title></info>
 
-  <para>
-    None.
-  </para>
+  <section xml:id="relnotes-9.14.9-bugs"><info><title>Bug Fixes</title></info>
+    <itemizedlist>
+      <listitem>
+        <para>
+          Fixed a bug that caused <command>named</command> to leak memory
+          on reconfiguration when any GeoIP2 database was in use. [GL #1445]
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Fixed several possible race conditions discovered by Thread
+          Sanitizer.
+        </para>
+      </listitem>
+    </itemizedlist>
+  </section>
+
 
 </section>
index b7e227c9bf3d18787e4da74471b5c158e6c8fe98..5304ee4d7bc3a5c457887e22d15ac9540acc45ff 100644 (file)
@@ -15,7 +15,7 @@
 
   <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id-1.2"></a>Release Notes for BIND Version 9.14.8</h2></div></div></div>
+<a name="id-1.2"></a>Release Notes for BIND Version 9.14.9</h2></div></div></div>
   
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
 
   <div class="section">
 <div class="titlepage"><div><div><h3 class="title">
+<a name="relnotes-9.14.9"></a>Notes for BIND 9.14.9</h3></div></div></div>
+
+  <div class="section">
+<div class="titlepage"><div><div><h4 class="title">
+<a name="relnotes-9.14.9-bugs"></a>Bug Fixes</h4></div></div></div>
+    <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
+<li class="listitem">
+        <p>
+          Fixed a bug that caused <span class="command"><strong>named</strong></span> to leak memory
+          on reconfiguration when any GeoIP2 database was in use. [GL #1445]
+        </p>
+      </li>
+<li class="listitem">
+        <p>
+          Fixed several possible race conditions discovered by Thread
+          Sanitizer.
+        </p>
+      </li>
+</ul></div>
+  </div>
+
+
+</div>
+  <div class="section">
+<div class="titlepage"><div><div><h3 class="title">
 <a name="relnotes-9.14.8"></a>Notes for BIND 9.14.8</h3></div></div></div>
 
   <div class="section">
 <a name="relnotes_thanks"></a>Thank You</h3></div></div></div>
   <p>
     Thank you to everyone who assisted us in making this release possible.
-    If you would like to contribute to ISC to assist us in continuing to
-    make quality open source software, please visit our donations page at
-    <a class="link" href="https://www.isc.org/donate/" target="_top">https://www.isc.org/donate/</a>.
   </p>
 </div>
 </div>
index d28cf0eee261ef19c10e6a381efa2d485e1f66b9..e426f03acbab166819fd715e9bccb4ba1273a3aa 100644 (file)
Binary files a/doc/arm/notes.pdf and b/doc/arm/notes.pdf differ
index 0bc32a81ae4839f86399eb15c7041452efc2d0e2..360020c0cdfdf69aa0616c25abfb55b8fb28360b 100644 (file)
@@ -1,4 +1,4 @@
-Release Notes for BIND Version 9.14.8
+Release Notes for BIND Version 9.14.9
 
 Introduction
 
@@ -49,6 +49,15 @@ www.isc.org/download/. There you will find additional information about
 each release, source code, and pre-compiled versions for Microsoft Windows
 operating systems.
 
+Notes for BIND 9.14.9
+
+Bug Fixes
+
+  * Fixed a bug that caused named to leak memory on reconfiguration when
+    any GeoIP2 database was in use. [GL #1445]
+
+  * Fixed several possible race conditions discovered by Thread Sanitizer.
+
 Notes for BIND 9.14.8
 
 Security Fixes
@@ -511,7 +520,4 @@ policy.
 
 Thank You
 
-Thank you to everyone who assisted us in making this release possible. If
-you would like to contribute to ISC to assist us in continuing to make
-quality open source software, please visit our donations page at https://
-www.isc.org/donate/.
+Thank you to everyone who assisted us in making this release possible.
index bad4a684bd38a88ed823dcb868031093fed9134c..f140a314682bef0d12c54a60cdee062b477f4fdf 100644 (file)
@@ -10,5 +10,5 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 LIBINTERFACE = 1311
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
index d292edb32a695aa702596cc29f6180687d063599..a26b34ed6a2b08ec61b370a7d008e56928918429 100644 (file)
@@ -10,5 +10,5 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 LIBINTERFACE = 1310
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 0
index a7a688bc0fd8afbbdf2e7f698e9435b2fc27aa54..f291ac6e51c89b260df3df650b1f6cf1e1681798 100644 (file)
@@ -10,5 +10,5 @@
 # 9.12: 1200-1299
 # 9.13/9.14: 1300-1499
 LIBINTERFACE = 1308
-LIBREVISION = 0
+LIBREVISION = 1
 LIBAGE = 1
diff --git a/version b/version
index 44b8bf3678ed5d20beaf22f0c78bb90d04f23fe1..a539f918e0b5c901e10e7c90b3f357f365a4208d 100644 (file)
--- a/version
+++ b/version
@@ -5,7 +5,7 @@ PRODUCT=BIND
 DESCRIPTION="(Stable Release)"
 MAJORVER=9
 MINORVER=14
-PATCHVER=8
+PATCHVER=9
 RELEASETYPE=
 RELEASEVER=
 EXTENSIONS=