2015-10-06 00:59:35 -04:00
|
|
|
<!DOCTYPE book [
|
|
|
|
|
<!ENTITY Scaron "Š">
|
2017-04-24 02:16:53 -04:00
|
|
|
<!ENTITY scaron "š">
|
2015-10-06 00:59:35 -04:00
|
|
|
<!ENTITY ccaron "č">
|
2016-04-28 03:12:33 -04:00
|
|
|
<!ENTITY aacute "á">
|
2017-04-24 02:16:53 -04:00
|
|
|
<!ENTITY iacute "í">
|
2015-10-06 00:59:35 -04:00
|
|
|
<!ENTITY mdash "—">
|
|
|
|
|
<!ENTITY ouml "ö">]>
|
2014-10-20 15:49:14 -04:00
|
|
|
<!--
|
2018-02-23 03:53:12 -05:00
|
|
|
- Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
2014-10-20 15:49:14 -04:00
|
|
|
-
|
2016-06-27 00:56:38 -04:00
|
|
|
- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2018-02-23 03:53:12 -05:00
|
|
|
-
|
|
|
|
|
- See the COPYRIGHT file distributed with this work for additional
|
|
|
|
|
- information regarding copyright ownership.
|
2014-10-20 15:49:14 -04:00
|
|
|
-->
|
2015-10-06 19:45:23 -04:00
|
|
|
|
2016-12-06 18:49:55 -05:00
|
|
|
<section xmlns:db="http://docbook.org/ns/docbook" version="5.0"><info/>
|
2015-10-06 00:59:35 -04:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="noteversion.xml"/>
|
|
|
|
|
<section xml:id="relnotes_intro"><info><title>Introduction</title></info>
|
2014-10-20 15:49:14 -04:00
|
|
|
<para>
|
2019-02-21 19:04:33 -05:00
|
|
|
BIND 9.15 is an unstable development release of BIND.
|
2016-03-22 23:00:09 -04:00
|
|
|
This document summarizes new features and functional changes that
|
2018-05-17 17:55:10 -04:00
|
|
|
have been introduced on this branch. With each development release
|
2019-02-21 19:04:33 -05:00
|
|
|
leading up to the stable BIND 9.16 release, this document will be
|
2018-05-17 17:55:10 -04:00
|
|
|
updated with additional features added and bugs fixed.
|
|
|
|
|
</para>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section xml:id="relnotes_versions"><info><title>Note on Version Numbering</title></info>
|
|
|
|
|
<para>
|
2019-02-21 19:04:33 -05:00
|
|
|
Until BIND 9.12, new feature development releases were tagged
|
2018-05-17 17:55:10 -04:00
|
|
|
as "alpha" and "beta", leading up to the first stable release
|
|
|
|
|
for a given development branch, which always ended in ".0".
|
2019-02-21 19:04:33 -05:00
|
|
|
More recently, BIND adopted the "odd-unstable/even-stable"
|
2018-05-17 17:55:10 -04:00
|
|
|
release numbering convention. There will be no "alpha" or "beta"
|
2019-02-21 19:04:33 -05:00
|
|
|
releases in the 9.15 branch, only increasing version numbers.
|
|
|
|
|
So, for example, what would previously have been called 9.15.0a1,
|
|
|
|
|
9.15.0a2, 9.15.0b1, and so on, will instead be called 9.15.0,
|
|
|
|
|
9.15.1, 9.15.2, etc.
|
2018-05-17 17:55:10 -04:00
|
|
|
</para>
|
|
|
|
|
<para>
|
|
|
|
|
The first stable release from this development branch will be
|
2019-02-21 19:04:33 -05:00
|
|
|
renamed as 9.16.0. Thereafter, maintenance releases will continue
|
|
|
|
|
on the 9.16 branch, while unstable feature development proceeds in
|
|
|
|
|
9.17.
|
2014-10-20 15:49:14 -04:00
|
|
|
</para>
|
2015-10-06 00:59:35 -04:00
|
|
|
</section>
|
2015-10-22 01:09:46 -04:00
|
|
|
|
2018-09-03 00:42:26 -04:00
|
|
|
<section xml:id="relnotes_platforms"><info><title>Supported Platforms</title></info>
|
|
|
|
|
<para>
|
2019-02-21 19:04:33 -05:00
|
|
|
To build on UNIX-like systems, BIND requires support for POSIX.1c
|
2018-09-03 00:42:26 -04:00
|
|
|
threads (IEEE Std 1003.1c-1995), the Advanced Sockets API for
|
|
|
|
|
IPv6 (RFC 3542), and standard atomic operations provided by the
|
|
|
|
|
C compiler.
|
|
|
|
|
</para>
|
|
|
|
|
<para>
|
2019-02-21 19:04:33 -05:00
|
|
|
The OpenSSL cryptography library must be available for the target
|
2018-09-03 00:42:26 -04:00
|
|
|
platform. A PKCS#11 provider can be used instead for Public Key
|
|
|
|
|
cryptography (i.e., DNSSEC signing and validation), but OpenSSL is
|
|
|
|
|
still required for general cryptography operations such as hashing
|
|
|
|
|
and random number generation.
|
|
|
|
|
</para>
|
2019-02-21 19:04:33 -05:00
|
|
|
<para>
|
|
|
|
|
More information can be found in the <filename>PLATFORMS.md</filename>
|
|
|
|
|
file that is included in the source distribution of BIND 9. If your
|
|
|
|
|
compiler and system libraries provide the above features, BIND 9
|
|
|
|
|
should compile and run. If that isn't the case, the BIND
|
|
|
|
|
development team will generally accept patches that add support
|
|
|
|
|
for systems that are still supported by their respective vendors.
|
|
|
|
|
</para>
|
2018-09-03 00:42:26 -04:00
|
|
|
</section>
|
|
|
|
|
|
2016-03-22 23:00:09 -04:00
|
|
|
<section xml:id="relnotes_download"><info><title>Download</title></info>
|
2014-10-20 15:49:14 -04:00
|
|
|
<para>
|
|
|
|
|
The latest versions of BIND 9 software can always be found at
|
2015-10-06 00:59:35 -04:00
|
|
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.isc.org/downloads/">http://www.isc.org/downloads/</link>.
|
2014-10-20 15:49:14 -04:00
|
|
|
There you will find additional information about each release,
|
|
|
|
|
source code, and pre-compiled versions for Microsoft Windows
|
|
|
|
|
operating systems.
|
|
|
|
|
</para>
|
2015-10-06 00:59:35 -04:00
|
|
|
</section>
|
2015-10-22 01:09:46 -04:00
|
|
|
|
2016-03-22 23:00:09 -04:00
|
|
|
<section xml:id="relnotes_security"><info><title>Security Fixes</title></info>
|
2014-10-20 15:49:14 -04:00
|
|
|
<itemizedlist>
|
2018-09-04 02:05:08 -04:00
|
|
|
<listitem>
|
|
|
|
|
<para>
|
2019-02-21 19:04:33 -05:00
|
|
|
None.
|
2019-02-06 14:36:20 -05:00
|
|
|
</para>
|
|
|
|
|
</listitem>
|
2014-10-20 15:49:14 -04:00
|
|
|
</itemizedlist>
|
2015-10-06 00:59:35 -04:00
|
|
|
</section>
|
2015-10-22 01:09:46 -04:00
|
|
|
|
2016-03-22 23:00:09 -04:00
|
|
|
<section xml:id="relnotes_features"><info><title>New Features</title></info>
|
2014-10-20 15:49:14 -04:00
|
|
|
<itemizedlist>
|
2018-11-07 08:59:49 -05:00
|
|
|
<listitem>
|
|
|
|
|
<para>
|
2019-02-18 00:57:45 -05:00
|
|
|
The new <command>add-soa</command> option specifies whether
|
|
|
|
|
or not the <command>response-policy</command> zone's SOA record
|
|
|
|
|
should be included in the additional section of RPZ responses.
|
|
|
|
|
[GL #865]
|
2018-11-28 11:44:29 -05:00
|
|
|
</para>
|
|
|
|
|
</listitem>
|
2017-07-31 13:17:11 -04:00
|
|
|
</itemizedlist>
|
|
|
|
|
</section>
|
|
|
|
|
|
2018-01-18 20:29:28 -05:00
|
|
|
<section xml:id="relnotes_removed"><info><title>Removed Features</title></info>
|
|
|
|
|
<itemizedlist>
|
2018-08-31 00:16:47 -04:00
|
|
|
<listitem>
|
|
|
|
|
<para>
|
2019-03-11 22:19:20 -04:00
|
|
|
The <command>dnssec-enable</command> option has been deprecated and
|
|
|
|
|
no longer has any effect. DNSSEC responses are always enabled
|
|
|
|
|
if signatures and other DNSSEC data are present. [GL #866]
|
2018-11-23 16:11:43 -05:00
|
|
|
</para>
|
|
|
|
|
</listitem>
|
2018-01-18 20:29:28 -05:00
|
|
|
</itemizedlist>
|
|
|
|
|
</section>
|
|
|
|
|
|
2016-03-22 23:00:09 -04:00
|
|
|
<section xml:id="relnotes_changes"><info><title>Feature Changes</title></info>
|
2014-10-20 15:49:14 -04:00
|
|
|
<itemizedlist>
|
2018-05-14 06:43:19 -04:00
|
|
|
<listitem>
|
|
|
|
|
<para>
|
2019-02-21 19:04:33 -05:00
|
|
|
None.
|
2019-01-21 00:56:14 -05:00
|
|
|
</para>
|
|
|
|
|
</listitem>
|
2015-09-10 22:25:39 -04:00
|
|
|
</itemizedlist>
|
2015-10-06 00:59:35 -04:00
|
|
|
</section>
|
2016-03-22 23:00:09 -04:00
|
|
|
|
2015-10-06 00:59:35 -04:00
|
|
|
<section xml:id="relnotes_bugs"><info><title>Bug Fixes</title></info>
|
2014-10-20 15:49:14 -04:00
|
|
|
<itemizedlist>
|
2018-09-04 02:05:08 -04:00
|
|
|
<listitem>
|
|
|
|
|
<para>
|
2019-02-28 17:06:23 -05:00
|
|
|
The presence of certain record types in an otherwise empty
|
|
|
|
|
node of a zone could trigger an assertion failure while processing
|
|
|
|
|
a query of type ANY. [GL #901]
|
2018-02-25 17:37:37 -05:00
|
|
|
</para>
|
|
|
|
|
</listitem>
|
2014-10-20 15:49:14 -04:00
|
|
|
</itemizedlist>
|
2015-10-06 00:59:35 -04:00
|
|
|
</section>
|
2015-10-22 01:09:46 -04:00
|
|
|
|
2017-12-15 04:30:56 -05:00
|
|
|
<section xml:id="relnotes_license"><info><title>License</title></info>
|
|
|
|
|
<para>
|
|
|
|
|
BIND is open source software licenced under the terms of the Mozilla
|
|
|
|
|
Public License, version 2.0 (see the <filename>LICENSE</filename>
|
|
|
|
|
file for the full text).
|
|
|
|
|
</para>
|
|
|
|
|
<para>
|
|
|
|
|
The license requires that if you make changes to BIND and distribute
|
|
|
|
|
them outside your organization, those changes must be published under
|
|
|
|
|
the same license. It does not require that you publish or disclose
|
|
|
|
|
anything other than the changes you have made to our software. This
|
|
|
|
|
requirement does not affect anyone who is using BIND, with or without
|
|
|
|
|
modifications, without redistributing it, nor anyone redistributing
|
|
|
|
|
BIND without changes.
|
|
|
|
|
</para>
|
|
|
|
|
<para>
|
|
|
|
|
Those wishing to discuss license compliance may contact ISC at
|
|
|
|
|
<link
|
|
|
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
|
|
|
xlink:href="https://www.isc.org/mission/contact/">
|
|
|
|
|
https://www.isc.org/mission/contact/</link>.
|
|
|
|
|
</para>
|
|
|
|
|
</section>
|
|
|
|
|
|
2016-05-25 21:40:47 -04:00
|
|
|
<section xml:id="end_of_life"><info><title>End of Life</title></info>
|
2014-10-30 22:08:42 -04:00
|
|
|
<para>
|
2019-02-21 19:04:33 -05:00
|
|
|
BIND 9.15 is an unstable development branch. When its development
|
|
|
|
|
is complete, it will be renamed to BIND 9.16, which will be a
|
2017-12-15 04:30:56 -05:00
|
|
|
stable branch.
|
|
|
|
|
</para>
|
|
|
|
|
<para>
|
2019-02-21 19:04:33 -05:00
|
|
|
The end of life date for BIND 9.16 has not yet been determined.
|
2017-12-15 04:30:56 -05:00
|
|
|
For those needing long term support, the current Extended Support
|
2018-05-17 17:55:10 -04:00
|
|
|
Version (ESV) is BIND 9.11, which will be supported until at
|
|
|
|
|
least December 2021. See
|
2015-10-06 00:59:35 -04:00
|
|
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://www.isc.org/downloads/software-support-policy/">https://www.isc.org/downloads/software-support-policy/</link>
|
2017-12-15 04:30:56 -05:00
|
|
|
for details of ISC's software support policy.
|
2014-10-30 22:08:42 -04:00
|
|
|
</para>
|
2015-10-06 00:59:35 -04:00
|
|
|
</section>
|
2015-10-22 01:09:46 -04:00
|
|
|
|
2017-12-15 04:30:56 -05:00
|
|
|
<section xml:id="relnotes_thanks"><info><title>Thank You</title></info>
|
2014-10-20 15:49:14 -04:00
|
|
|
<para>
|
|
|
|
|
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
|
2015-10-06 00:59:35 -04:00
|
|
|
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.isc.org/donate/">http://www.isc.org/donate/</link>.
|
2014-10-20 15:49:14 -04:00
|
|
|
</para>
|
2015-10-06 00:59:35 -04:00
|
|
|
</section>
|
|
|
|
|
</section>
|