From 7d2355a6202f6d7b99bfd4a6fc669443acf20ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 24 Feb 2020 10:56:47 +0100 Subject: [PATCH] Update README and HISTORY for BIND 9.16 (cherry picked from commit ad8d44ed67e6bc0bf14e33a7d8f4a5ae57bc27f4) --- HISTORY | 15 +++++++++++++++ HISTORY.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/HISTORY b/HISTORY index 7357aff312e..614e18d473e 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,21 @@ HISTORY Functional enhancements from prior major releases of BIND 9 +BIND 9.16 + +BIND 9.16 (a stable branch based on the 9.15 development branch) includes +a number of changes from BIND 9.14 and earlier releases. New features +include: + + * New dnssec-policy statement to configure a key and signing policy for + zones, enabling automatic key regeneration and rollover. + * New network manager based on libuv. + * Added support for the new GeoIP2 geolocation API, libmaxminddb. + * Improved DNSSEC trust anchor configuration using the trust-anchors + statement, permitting configuration of trust anchors in DS as well as + DNSKEY format. + * YAML output for dig, mdig, and delv. + BIND 9.14 BIND 9.14 (a stable branch based on the 9.13 development branch) includes diff --git a/HISTORY.md b/HISTORY.md index 5db21760a75..50ad4c63ed6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,6 +10,21 @@ --> ### Functional enhancements from prior major releases of BIND 9 +#### BIND 9.16 + +BIND 9.16 (a stable branch based on the 9.15 development branch) +includes a number of changes from BIND 9.14 and earlier releases. +New features include: + +* New `dnssec-policy` statement to configure a key and signing policy + for zones, enabling automatic key regeneration and rollover. +* New network manager based on `libuv`. +* Added support for the new GeoIP2 geolocation API, `libmaxminddb`. +* Improved DNSSEC trust anchor configuration using the `trust-anchors` + statement, permitting configuration of trust anchors in DS as well as + DNSKEY format. +* YAML output for `dig`, `mdig`, and `delv`. + #### BIND 9.14 BIND 9.14 (a stable branch based on the 9.13 development branch) -- GitLab