.. Copyright (C) Internet Systems Consortium, Inc. ("ISC") .. .. SPDX-License-Identifier: MPL-2.0 .. .. 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 https://mozilla.org/MPL/2.0/. .. .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. Release Notes ============= .. contents:: Introduction ------------ BIND 9.17 is an unstable development release of BIND. This document summarizes new features and functional changes that have been introduced on this branch. With each development release leading up to the stable BIND 9.18 release, this document will be updated with additional features added and bugs fixed. Please see the CHANGES file for a more detailed list of changes and bug fixes. Supported Platforms ------------------- To build on Unix-like systems, BIND requires support for POSIX.1c threads (IEEE Std 1003.1c-1995), the Advanced Sockets API for IPv6 (:rfc:`3542`), and standard atomic operations provided by the C compiler. 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. 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 run. If that is not the case, the BIND development team will generally 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 https://www.isc.org/download/. There you will find additional information about each release, and source code. .. include:: ../notes/notes-9.17.22.rst .. include:: ../notes/notes-9.17.21.rst .. include:: ../notes/notes-9.17.20.rst .. include:: ../notes/notes-9.17.19.rst .. include:: ../notes/notes-9.17.18.rst .. include:: ../notes/notes-9.17.17.rst .. include:: ../notes/notes-9.17.16.rst .. include:: ../notes/notes-9.17.15.rst .. include:: ../notes/notes-9.17.14.rst .. include:: ../notes/notes-9.17.13.rst .. include:: ../notes/notes-9.17.12.rst .. include:: ../notes/notes-9.17.11.rst .. include:: ../notes/notes-9.17.10.rst .. include:: ../notes/notes-9.17.9.rst .. include:: ../notes/notes-9.17.8.rst .. include:: ../notes/notes-9.17.7.rst .. include:: ../notes/notes-9.17.6.rst .. include:: ../notes/notes-9.17.5.rst .. include:: ../notes/notes-9.17.4.rst .. include:: ../notes/notes-9.17.3.rst .. include:: ../notes/notes-9.17.2.rst .. include:: ../notes/notes-9.17.1.rst .. include:: ../notes/notes-9.17.0.rst .. _relnotes_license: License ------- BIND 9 is open source software licensed under the terms of the Mozilla Public License, version 2.0 (see the ``COPYING`` file for the full text). Those wishing to discuss license compliance may contact ISC at https://www.isc.org/contact/. End of Life ----------- 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 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 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. Thank You --------- Thank you to everyone who assisted us in making this release possible.