diff --git a/FAQ b/FAQ index 29475d47a1..6a75e8af81 100644 --- a/FAQ +++ b/FAQ @@ -1,8 +1,6 @@ -Copyright ? 2004-2010, 2013, 2014 Internet Systems Consortium, Inc. +Copyright ? 2000-2010, 2013-2016 Internet Systems Consortium, Inc. ("ISC") -Copyright ? 2000-2003 Internet Software Consortium. - ----------------------------------------------------------------------- 1. Compilation and Installation Questions diff --git a/FAQ.xml b/FAQ.xml index 1c7748bba6..484c40fc74 100644 --- a/FAQ.xml +++ b/FAQ.xml @@ -9,8 +9,12 @@
- + + 2000 + 2001 + 2002 + 2003 2004 2005 2006 @@ -20,16 +24,11 @@ 2010 2013 2014 + 2015 + 2016 Internet Systems Consortium, Inc. ("ISC") - - 2000 - 2001 - 2002 - 2003 - Internet Software Consortium. - - + Compilation and Installation Questions diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index 9e507ec33c..5c33e1a310 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 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