From: Tinderbox User Date: Fri, 22 Jul 2016 01:05:36 +0000 (+0000) Subject: regen master X-Git-Tag: v9.12.0a0~149 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=806ed3a2f195949ec5d33c4862e1d97488ae6f8e;p=thirdparty%2Fbind9.git regen master --- diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index 9e507ec33cf..5c33e1a3104 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -141,7 +141,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 @@ -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 b6889a698b9..2b7bab524dd 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