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
* "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%.
-->
### 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)
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
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
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)
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