From eb2a5f51bd5c100799d93d51c9e22666cbd64d90 Mon Sep 17 00:00:00 2001
From: Tinderbox User
- This feature should be considered experimental. It currently + This feature should be considered experimental. It currently supports only basic features; more advanced features such as ACLs and TSIG keys are not yet supported. Example catalog zone configurations can be found in the Chapter 9 of the @@ -150,10 +150,11 @@
Support for master entries with TSIG keys has been added to catalog zones, as well as support for allow-query and allow-transfer. -
+- Added rndc python module. + Added an isc.rndc Python module, which allows + rndc commands to be sent from Python programs.
@@ -384,6 +385,10 @@ dig +mapped can now be used to determine if mapped IPv4 addresses can be used.
+ nslookup will now look up IPv6 as well + as IPv4 addresses by default. [RT #40420] +
serial-update-method can now be set to
date. On update, the serial number will
@@ -453,6 +458,32 @@
configuration for a specified zone.
+ When BIND is built with the lmdb library + (Lightning Memory-Mapped Database), named + will store the configuration information for zones + that are added via rndc addzone + in a database, rather than in a flat "NZF" file. This + dramatically improves performance for + rndc delzone and + rndc modzone: deleting or changing + the contents of a database is much faster than rewriting + a text file. +
++ On startup, if named finds an existing + NZF file, it will automatically convert it to the new NZD + database format. +
++ To view the contents of an NZD, or to convert an + NZD back to an NZF file (for example, to revert back + to an earlier version of BIND which did not support the + NZD format), use the new command named-nzd2nzf + [RT #39837] +
+Added server-side support for pipelined TCP queries. Clients may continue sending queries via TCP while previous queries are diff --git a/doc/arm/notes.html b/doc/arm/notes.html index b6889a698b..2b7bab524d 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -102,7 +102,7 @@ mechanism.
- This feature should be considered experimental. It currently + This feature should be considered experimental. It currently supports only basic features; more advanced features such as ACLs and TSIG keys are not yet supported. Example catalog zone configurations can be found in the Chapter 9 of the @@ -111,10 +111,11 @@
Support for master entries with TSIG keys has been added to catalog zones, as well as support for allow-query and allow-transfer. -
+- Added rndc python module. + Added an isc.rndc Python module, which allows + rndc commands to be sent from Python programs.
@@ -345,6 +346,10 @@ dig +mapped can now be used to determine if mapped IPv4 addresses can be used.
+ nslookup will now look up IPv6 as well + as IPv4 addresses by default. [RT #40420] +
serial-update-method can now be set to
date. On update, the serial number will
@@ -414,6 +419,32 @@
configuration for a specified zone.
+ When BIND is built with the lmdb library + (Lightning Memory-Mapped Database), named + will store the configuration information for zones + that are added via rndc addzone + in a database, rather than in a flat "NZF" file. This + dramatically improves performance for + rndc delzone and + rndc modzone: deleting or changing + the contents of a database is much faster than rewriting + a text file. +
++ On startup, if named finds an existing + NZF file, it will automatically convert it to the new NZD + database format. +
++ To view the contents of an NZD, or to convert an + NZD back to an NZF file (for example, to revert back + to an earlier version of BIND which did not support the + NZD format), use the new command named-nzd2nzf + [RT #39837] +
+Added server-side support for pipelined TCP queries. Clients may continue sending queries via TCP while previous queries are