]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update README and HISTORY for BIND 9.17
authorMichał Kępień <michal@isc.org>
Mon, 24 Feb 2020 09:56:47 +0000 (10:56 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 24 Feb 2020 09:56:47 +0000 (10:56 +0100)
HISTORY
HISTORY.md
README
README.md

diff --git a/HISTORY b/HISTORY
index 6585ad461c8ce6e2219afc9353cae15ffa4b77aa..614e18d473e682f2349e9bb8d51aae7d2d85caf2 100644 (file)
--- 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
@@ -143,7 +158,7 @@ releases. New features include:
   * "rndc modzone" reconfigures a single zone, without requiring the
     entire server to be reconfigured.
   * "rndc showzone" displays the current configuration of a zone.
-  * "rndc managed-keys" can be used to check the status of RFC 5001
+  * "rndc managed-keys" can be used to check the status of RFC 5011
     managed trust anchors, or to force trust anchors to be refreshed.
   * "max-cache-size" can now be set to a percentage of available memory.
     The default is 90%.
index 5db21760a755eab37dab1679df82033166474d7c..50ad4c63ed611b2c8e8617bb2e4e01ced4615530 100644 (file)
 -->
 ### 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)
diff --git a/README b/README
index 974909ce392f49603b4ee904b030abe512c30dd2..5c40df113999fa46965fcba724411c57ae2b283a 100644 (file)
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ Contents
  1. Introduction
  2. Reporting bugs and getting help
  3. Contributing to BIND
- 4. BIND 9.15 features
+ 4. BIND 9.17 features
  5. Building BIND
  6. macOS
  7. Dependencies
@@ -109,19 +109,10 @@ If you prefer, you may also submit code by opening a GitLab Issue and
 including your patch as an attachment, preferably generated by git
 format-patch.
 
-BIND 9.15 features
+BIND 9.17 features
 
-BIND 9.15 is the newest development branch of BIND 9. It 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.17 is the newest development branch of BIND 9. It includes a number
+of changes from BIND 9.16 and earlier releases.
 
 Building BIND
 
index 5cc717d155fb9d198d0c3760bcb6e94b43ede76a..698bb85765d41ab73f1eb30569889a8904c76bb6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
 1. [Introduction](#intro)
 1. [Reporting bugs and getting help](#help)
 1. [Contributing to BIND](#contrib)
-1. [BIND 9.15 features](#features)
+1. [BIND 9.17 features](#features)
 1. [Building BIND](#build)
 1. [macOS](#macos)
 1. [Dependencies](#dependencies)
@@ -125,20 +125,10 @@ If you prefer, you may also submit code by opening a
 including your patch as an attachment, preferably generated by
 `git format-patch`.
 
-### <a name="features"/> BIND 9.15 features
+### <a name="features"/> BIND 9.17 features
 
-BIND 9.15 is the newest development branch of BIND 9. It 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.17 is the newest development branch of BIND 9. It includes a
+number of changes from BIND 9.16 and earlier releases.
 
 ### <a name="build"/> Building BIND