2019-03-31 12:49:47 +02:00
|
|
|
..
|
|
|
|
Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
|
|
|
|
|
|
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
|
2020-09-14 21:04:19 +00:00
|
|
|
file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
2019-03-31 12:49:47 +02:00
|
|
|
|
|
|
|
See the COPYRIGHT file distributed with this work for additional
|
|
|
|
information regarding copyright ownership.
|
|
|
|
|
|
|
|
Release Notes
|
|
|
|
=============
|
|
|
|
|
2020-05-12 15:20:22 +02:00
|
|
|
.. contents::
|
|
|
|
|
2019-03-31 12:49:47 +02:00
|
|
|
Introduction
|
|
|
|
------------
|
|
|
|
|
2020-05-12 15:20:22 +02:00
|
|
|
BIND 9.17 is an unstable development release of BIND. This document
|
2019-03-31 12:49:47 +02:00
|
|
|
summarizes new features and functional changes that have been introduced
|
|
|
|
on this branch. With each development release leading up to the stable
|
2020-05-12 15:20:22 +02:00
|
|
|
BIND 9.18 release, this document will be updated with additional
|
2020-07-02 16:54:57 +00:00
|
|
|
features added and bugs fixed. Please see the CHANGES file for a more
|
2020-05-12 15:20:22 +02:00
|
|
|
detailed list of changes and bug fixes.
|
2019-03-31 12:49:47 +02:00
|
|
|
|
|
|
|
Supported Platforms
|
|
|
|
-------------------
|
|
|
|
|
2020-07-02 16:54:57 +00:00
|
|
|
To build on Unix-like systems, BIND requires support for POSIX.1c
|
2019-03-31 12:49:47 +02:00
|
|
|
threads (IEEE Std 1003.1c-1995), the Advanced Sockets API for IPv6
|
2020-05-12 15:20:22 +02:00
|
|
|
(:rfc:`3542`), and standard atomic operations provided by the C
|
|
|
|
compiler.
|
2019-03-31 12:49:47 +02:00
|
|
|
|
2020-05-12 15:20:22 +02:00
|
|
|
The libuv asynchronous I/O library and the OpenSSL cryptography library
|
|
|
|
must be available for the target platform. A PKCS#11 provider can be
|
|
|
|
used instead of OpenSSL 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.
|
2019-03-31 12:49:47 +02:00
|
|
|
|
|
|
|
More information can be found in the ``PLATFORMS.md`` 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
|
2020-05-12 15:20:22 +02:00
|
|
|
run. If that is not the case, the BIND development team will generally
|
2019-03-31 12:49:47 +02:00
|
|
|
accept patches that add support for systems that are still supported by
|
|
|
|
their respective vendors.
|
|
|
|
|
|
|
|
Download
|
|
|
|
--------
|
|
|
|
|
|
|
|
The latest versions of BIND 9 software can always be found at
|
2020-05-12 15:20:22 +02:00
|
|
|
https://www.isc.org/download/. There you will find additional
|
2019-03-31 12:49:47 +02:00
|
|
|
information about each release, source code, and pre-compiled versions
|
|
|
|
for Microsoft Windows operating systems.
|
|
|
|
|
2021-01-08 16:16:51 +01:00
|
|
|
.. include:: ../notes/notes-9.17.9.rst
|
2020-12-04 11:07:22 +01:00
|
|
|
.. include:: ../notes/notes-9.17.8.rst
|
2020-11-16 11:00:50 +01:00
|
|
|
.. include:: ../notes/notes-9.17.7.rst
|
2020-10-12 13:19:50 +02:00
|
|
|
.. include:: ../notes/notes-9.17.6.rst
|
2020-09-03 13:10:48 +02:00
|
|
|
.. include:: ../notes/notes-9.17.5.rst
|
2020-08-05 16:02:38 +02:00
|
|
|
.. include:: ../notes/notes-9.17.4.rst
|
2020-07-03 09:36:17 +02:00
|
|
|
.. include:: ../notes/notes-9.17.3.rst
|
2020-06-10 11:07:02 +02:00
|
|
|
.. include:: ../notes/notes-9.17.2.rst
|
2020-05-12 15:20:22 +02:00
|
|
|
.. include:: ../notes/notes-9.17.1.rst
|
2020-05-12 15:20:22 +02:00
|
|
|
.. include:: ../notes/notes-9.17.0.rst
|
|
|
|
|
2019-03-31 12:49:47 +02:00
|
|
|
.. _relnotes_license:
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
2020-05-12 15:20:22 +02:00
|
|
|
BIND 9 is open source software licensed under the terms of the Mozilla
|
2019-03-31 12:49:47 +02:00
|
|
|
Public License, version 2.0 (see the ``LICENSE`` file for the full
|
|
|
|
text).
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Those wishing to discuss license compliance may contact ISC at
|
2020-05-12 15:20:22 +02:00
|
|
|
https://www.isc.org/contact/.
|
2019-03-31 12:49:47 +02:00
|
|
|
|
|
|
|
End of Life
|
|
|
|
-----------
|
|
|
|
|
2020-05-12 15:20:22 +02:00
|
|
|
BIND 9.17 is an unstable development branch. When its development is
|
|
|
|
complete, it will be renamed to BIND 9.18, which will be a stable
|
2020-07-02 16:54:57 +00:00
|
|
|
branch. The end-of-life date for BIND 9.18 has not yet been determined.
|
|
|
|
For those needing long-term stability, the current Extended Support
|
2020-05-12 15:20:22 +02:00
|
|
|
Version (ESV) is BIND 9.11, which will be supported until at least
|
|
|
|
December 2021. See https://kb.isc.org/docs/aa-00896 for details of
|
|
|
|
ISC's software support policy.
|
2019-03-31 12:49:47 +02:00
|
|
|
|
|
|
|
Thank You
|
|
|
|
---------
|
|
|
|
|
|
|
|
Thank you to everyone who assisted us in making this release possible.
|