From: Tinderbox User Date: Thu, 2 Nov 2017 18:58:45 +0000 (+0000) Subject: regen master X-Git-Tag: v9.12.0b2~12 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=490c321e25c5fdff7616728f97a1e7e4bb3e7953;p=thirdparty%2Fbind9.git regen master --- diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html index 3bc13711440..d24a6dd0b92 100644 --- a/doc/arm/Bv9ARM.ch01.html +++ b/doc/arm/Bv9ARM.ch01.html @@ -436,14 +436,31 @@

The other authoritative servers, the slave servers (also known as secondary servers) - load - the zone contents from another server using a replication process - known as a zone transfer. Typically the data - are - transferred directly from the primary master, but it is also - possible - to transfer it from another slave. In other words, a slave server - may itself act as a master to a subordinate slave server. + load the zone contents from another server using a replication + process known as a zone transfer. + Typically the data are transferred directly from the primary + master, but it is also possible to transfer it from another + slave. In other words, a slave server may itself act as a + master to a subordinate slave server. +

+

+ Periodically, the slave server must send a refresh query to + determine whether the zone contents have been updated. This + is done by sending a query for the zone's SOA record and + checking whether the SERIAL field has been updated; if so, + a new transfer request is initiated. The timing of these + refresh queries is controlled by the SOA REFRESH and RETRY + fields, but can be overrridden with the + max-refresh-time, + min-refresh-time, + max-retry-time, and + min-retry-time options. +

+

+ If the zone data cannot be updated within the time specified + by the SOA EXPIRE option (up to a hard-coded maximum of + 24 weeks) then the slave zone expires and will no longer + respond to queries.

@@ -599,6 +616,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch02.html b/doc/arm/Bv9ARM.ch02.html index 1bd3720ec18..1d34d3fb487 100644 --- a/doc/arm/Bv9ARM.ch02.html +++ b/doc/arm/Bv9ARM.ch02.html @@ -146,6 +146,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch03.html b/doc/arm/Bv9ARM.ch03.html index ced4536efa7..90651407915 100644 --- a/doc/arm/Bv9ARM.ch03.html +++ b/doc/arm/Bv9ARM.ch03.html @@ -759,6 +759,6 @@ controls { -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch04.html b/doc/arm/Bv9ARM.ch04.html index 609248d91f4..b49fe6254e8 100644 --- a/doc/arm/Bv9ARM.ch04.html +++ b/doc/arm/Bv9ARM.ch04.html @@ -60,19 +60,19 @@
DNSSEC, Dynamic Zones, and Automatic Signing
-
Converting from insecure to secure
-
Dynamic DNS update method
-
Fully automatic zone signing
-
Private-type records
-
DNSKEY rollovers
-
Dynamic DNS update method
-
Automatic key rollovers
-
NSEC3PARAM rollovers via UPDATE
-
Converting from NSEC to NSEC3
-
Converting from NSEC3 to NSEC
-
Converting from secure to insecure
-
Periodic re-signing
-
NSEC3 and OPTOUT
+
Converting from insecure to secure
+
Dynamic DNS update method
+
Fully automatic zone signing
+
Private-type records
+
DNSKEY rollovers
+
Dynamic DNS update method
+
Automatic key rollovers
+
NSEC3PARAM rollovers via UPDATE
+
Converting from NSEC to NSEC3
+
Converting from NSEC3 to NSEC
+
Converting from secure to insecure
+
Periodic re-signing
+
NSEC3 and OPTOUT
Dynamic Trust Anchor Management
@@ -1190,8 +1190,6 @@ options {

The logged error reads "insecurity proof failed" and "got insecure response; parent indicates it should be secure". - (Prior to BIND 9.7, the logged error was "not insecure". - This referred to the zone, not the response.)

@@ -1201,12 +1199,9 @@ options {

DNSSEC, Dynamic Zones, and Automatic Signing

-

As of BIND 9.7.0 it is possible to change a dynamic zone - from insecure to signed and back again. A secure zone can use - either NSEC or NSEC3 chains.

-Converting from insecure to secure

+Converting from insecure to secure

Changing a zone from insecure to secure can be done in two @@ -1235,7 +1230,7 @@ options { signing process.

-Dynamic DNS update method

+Dynamic DNS update method

To insert the keys via dynamic update:

@@ -1274,7 +1269,7 @@ options { is happening, other updates are possible as well.

-Fully automatic zone signing

+Fully automatic zone signing

To enable automatic signing, add the @@ -1340,7 +1335,7 @@ options { fail.

-Private-type records

+Private-type records

The state of the signing process is signaled by @@ -1384,7 +1379,7 @@ options {

-DNSKEY rollovers

+DNSKEY rollovers

As with insecure-to-secure conversions, rolling DNSSEC @@ -1392,7 +1387,7 @@ options { auto-dnssec zone option.

-Dynamic DNS update method

+Dynamic DNS update method

To perform key rollovers via dynamic update, you need to add @@ -1417,7 +1412,7 @@ options { by the old key after the update completes.

-Automatic key rollovers

+Automatic key rollovers

When a new key reaches its activation date (as set by @@ -1435,7 +1430,7 @@ options { old key from the DNSKEY RRset.

-NSEC3PARAM rollovers via UPDATE

+NSEC3PARAM rollovers via UPDATE

Add the new NSEC3PARAM record via dynamic update. When the @@ -1445,7 +1440,7 @@ options { completes.

-Converting from NSEC to NSEC3

+Converting from NSEC to NSEC3

To do this, you just need to add an NSEC3PARAM record. When @@ -1455,7 +1450,7 @@ options { destroyed.

-Converting from NSEC3 to NSEC

+Converting from NSEC3 to NSEC

To do this, use nsupdate to @@ -1464,7 +1459,7 @@ options { removed.

-Converting from secure to insecure

+Converting from secure to insecure

To convert a signed zone to unsigned using dynamic DNS, @@ -1482,7 +1477,7 @@ options {

-Periodic re-signing

+Periodic re-signing

In any secure zone which supports dynamic updates, named @@ -1492,7 +1487,7 @@ options { all at once.

-NSEC3 and OPTOUT

+NSEC3 and OPTOUT

@@ -1511,11 +1506,13 @@ options {

Dynamic Trust Anchor Management

-

BIND 9.7.0 introduces support for RFC 5011, dynamic trust - anchor management. Using this feature allows - named to keep track of changes to critical - DNSSEC keys without any need for the operator to make changes to - configuration files.

+

+ BIND is able to maintain DNSSEC trust anchors using RFC 5011 key + management. This feature allows named to keep track + of changes to critical DNSSEC keys without any need for the operator to + make changes to configuration files. +

+

Validating Resolver

@@ -2870,6 +2867,6 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa.
-

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch05.html b/doc/arm/Bv9ARM.ch05.html index 3fd1a2882ee..2676b9a3b4a 100644 --- a/doc/arm/Bv9ARM.ch05.html +++ b/doc/arm/Bv9ARM.ch05.html @@ -81,6 +81,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index e7fd9179a06..eb963b85869 100644 --- a/doc/arm/Bv9ARM.ch06.html +++ b/doc/arm/Bv9ARM.ch06.html @@ -6964,21 +6964,18 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };

These options control the server's behavior on refreshing a - zone - (querying for SOA changes) or retrying failed transfers. - Usually the SOA values for the zone are used, but these - values - are set by the master, giving slave server administrators - little - control over their contents. + zone (querying for SOA changes) or retrying failed + transfers. Usually the SOA values for the zone are used, + up to a hard-coded maximum expiry of 24 weeks. However, + these values are set by the master, giving slave server + administrators little control over their contents.

These options allow the administrator to set a minimum and maximum refresh and retry time in seconds per-zone, - per-view, or globally. - These options are valid for slave and stub zones, - and clamp the SOA refresh and retry times to the specified - values. + per-view, or globally. These options are valid for + slave and stub zones, and clamp the SOA refresh and + retry times to the specified values.

The following defaults apply. @@ -8960,8 +8957,8 @@ example.com CNAME rpz-tcp-only. A managed-keys statement contains a list of the keys to be managed, along with information about how the keys are to be initialized for the first time. The only - initialization method currently supported (as of - BIND 9.7.0) is initial-key. + initialization method currently supported is + initial-key. This means the managed-keys statement must contain a copy of the initializing key. (Future releases may allow keys to be initialized by other methods, eliminating this @@ -14640,6 +14637,6 @@ HOST-127.EXAMPLE. MX 0 . -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch07.html b/doc/arm/Bv9ARM.ch07.html index e9a2c0a5767..a941154fd24 100644 --- a/doc/arm/Bv9ARM.ch07.html +++ b/doc/arm/Bv9ARM.ch07.html @@ -399,6 +399,6 @@ allow-query { !{ !10/8; any; }; key example; }; -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch08.html b/doc/arm/Bv9ARM.ch08.html index a1b81a9d5c0..35070d52cef 100644 --- a/doc/arm/Bv9ARM.ch08.html +++ b/doc/arm/Bv9ARM.ch08.html @@ -136,6 +136,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index 66bb8a59ed2..392bde5b0ee 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -36,7 +36,7 @@

-Release Notes for BIND Version 9.12.0b1

+Release Notes for BIND Version 9.12.0b2

@@ -851,6 +851,6 @@

-

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch10.html b/doc/arm/Bv9ARM.ch10.html index 166deafbccc..8958d186ea4 100644 --- a/doc/arm/Bv9ARM.ch10.html +++ b/doc/arm/Bv9ARM.ch10.html @@ -148,6 +148,6 @@
-

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch11.html b/doc/arm/Bv9ARM.ch11.html index 2d1bc17e7f8..a41f495f875 100644 --- a/doc/arm/Bv9ARM.ch11.html +++ b/doc/arm/Bv9ARM.ch11.html @@ -914,6 +914,6 @@
-

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch12.html b/doc/arm/Bv9ARM.ch12.html index 5a98a003df9..ecd3ba5454b 100644 --- a/doc/arm/Bv9ARM.ch12.html +++ b/doc/arm/Bv9ARM.ch12.html @@ -533,6 +533,6 @@ $ sample-update -a sample-update -k Kxxx.+nnn+mm
-

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.ch13.html b/doc/arm/Bv9ARM.ch13.html index f6ec8a73f11..c68a158127b 100644 --- a/doc/arm/Bv9ARM.ch13.html +++ b/doc/arm/Bv9ARM.ch13.html @@ -210,6 +210,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/Bv9ARM.html b/doc/arm/Bv9ARM.html index fb3c7ba8f0e..e0a3d9da790 100644 --- a/doc/arm/Bv9ARM.html +++ b/doc/arm/Bv9ARM.html @@ -32,7 +32,7 @@

BIND 9 Administrator Reference Manual

-

BIND Version 9.12.0b1

+

BIND Version 9.12.0b2


@@ -103,19 +103,19 @@
DNSSEC, Dynamic Zones, and Automatic Signing
-
Converting from insecure to secure
-
Dynamic DNS update method
-
Fully automatic zone signing
-
Private-type records
-
DNSKEY rollovers
-
Dynamic DNS update method
-
Automatic key rollovers
-
NSEC3PARAM rollovers via UPDATE
-
Converting from NSEC to NSEC3
-
Converting from NSEC3 to NSEC
-
Converting from secure to insecure
-
Periodic re-signing
-
NSEC3 and OPTOUT
+
Converting from insecure to secure
+
Dynamic DNS update method
+
Fully automatic zone signing
+
Private-type records
+
DNSKEY rollovers
+
Dynamic DNS update method
+
Automatic key rollovers
+
NSEC3PARAM rollovers via UPDATE
+
Converting from NSEC to NSEC3
+
Converting from NSEC3 to NSEC
+
Converting from secure to insecure
+
Periodic re-signing
+
NSEC3 and OPTOUT
Dynamic Trust Anchor Management
@@ -236,7 +236,7 @@
A. Release Notes
-
Release Notes for BIND Version 9.12.0b1
+
Release Notes for BIND Version 9.12.0b2
Introduction
Download
@@ -436,6 +436,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.arpaname.html b/doc/arm/man.arpaname.html index eaf8e8295fc..e6f24fb1945 100644 --- a/doc/arm/man.arpaname.html +++ b/doc/arm/man.arpaname.html @@ -90,6 +90,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.ddns-confgen.html b/doc/arm/man.ddns-confgen.html index b6e5aef8046..d6addec76c1 100644 --- a/doc/arm/man.ddns-confgen.html +++ b/doc/arm/man.ddns-confgen.html @@ -235,6 +235,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.delv.html b/doc/arm/man.delv.html index ea96d16e083..b2fb6d1b7b9 100644 --- a/doc/arm/man.delv.html +++ b/doc/arm/man.delv.html @@ -625,6 +625,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dig.html b/doc/arm/man.dig.html index b35370b4349..d8961855b5c 100644 --- a/doc/arm/man.dig.html +++ b/doc/arm/man.dig.html @@ -1095,6 +1095,6 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-cds.html b/doc/arm/man.dnssec-cds.html index c3ed34ef604..1507fb07a03 100644 --- a/doc/arm/man.dnssec-cds.html +++ b/doc/arm/man.dnssec-cds.html @@ -365,6 +365,6 @@ nsupdate -l -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-checkds.html b/doc/arm/man.dnssec-checkds.html index 45ed0d34ade..4b05a6261ab 100644 --- a/doc/arm/man.dnssec-checkds.html +++ b/doc/arm/man.dnssec-checkds.html @@ -150,6 +150,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-coverage.html b/doc/arm/man.dnssec-coverage.html index 4364f2a42ec..53a71e73781 100644 --- a/doc/arm/man.dnssec-coverage.html +++ b/doc/arm/man.dnssec-coverage.html @@ -270,6 +270,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-dsfromkey.html b/doc/arm/man.dnssec-dsfromkey.html index e255bc0decd..a7bec7966cc 100644 --- a/doc/arm/man.dnssec-dsfromkey.html +++ b/doc/arm/man.dnssec-dsfromkey.html @@ -289,6 +289,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-importkey.html b/doc/arm/man.dnssec-importkey.html index 86fce3f0284..54bdbd9610e 100644 --- a/doc/arm/man.dnssec-importkey.html +++ b/doc/arm/man.dnssec-importkey.html @@ -250,6 +250,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-keyfromlabel.html b/doc/arm/man.dnssec-keyfromlabel.html index f430884a84d..267ba38b800 100644 --- a/doc/arm/man.dnssec-keyfromlabel.html +++ b/doc/arm/man.dnssec-keyfromlabel.html @@ -498,6 +498,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-keygen.html b/doc/arm/man.dnssec-keygen.html index f55b7f3ac49..bb2bda73a28 100644 --- a/doc/arm/man.dnssec-keygen.html +++ b/doc/arm/man.dnssec-keygen.html @@ -596,6 +596,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-keymgr.html b/doc/arm/man.dnssec-keymgr.html index b808447de67..8757e0f5eb8 100644 --- a/doc/arm/man.dnssec-keymgr.html +++ b/doc/arm/man.dnssec-keymgr.html @@ -398,6 +398,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-revoke.html b/doc/arm/man.dnssec-revoke.html index f0d9bdbb3eb..fd64372bcaf 100644 --- a/doc/arm/man.dnssec-revoke.html +++ b/doc/arm/man.dnssec-revoke.html @@ -171,6 +171,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-settime.html b/doc/arm/man.dnssec-settime.html index ff7d6681d1f..6f7fd3dbc37 100644 --- a/doc/arm/man.dnssec-settime.html +++ b/doc/arm/man.dnssec-settime.html @@ -349,6 +349,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-signzone.html b/doc/arm/man.dnssec-signzone.html index 893fbe67b95..17b9283ac27 100644 --- a/doc/arm/man.dnssec-signzone.html +++ b/doc/arm/man.dnssec-signzone.html @@ -725,6 +725,6 @@ db.example.com.signed -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnssec-verify.html b/doc/arm/man.dnssec-verify.html index afff34ff441..dfa4e9be686 100644 --- a/doc/arm/man.dnssec-verify.html +++ b/doc/arm/man.dnssec-verify.html @@ -202,6 +202,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.dnstap-read.html b/doc/arm/man.dnstap-read.html index 7685b57a657..07d641e84dc 100644 --- a/doc/arm/man.dnstap-read.html +++ b/doc/arm/man.dnstap-read.html @@ -143,6 +143,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.genrandom.html b/doc/arm/man.genrandom.html index 6dbfc291639..c9e9971e0f6 100644 --- a/doc/arm/man.genrandom.html +++ b/doc/arm/man.genrandom.html @@ -126,6 +126,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.host.html b/doc/arm/man.host.html index feae32bcf73..42f44faecb2 100644 --- a/doc/arm/man.host.html +++ b/doc/arm/man.host.html @@ -375,6 +375,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.mdig.html b/doc/arm/man.mdig.html index c1f8df28c44..17d59972734 100644 --- a/doc/arm/man.mdig.html +++ b/doc/arm/man.mdig.html @@ -610,6 +610,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.named-checkconf.html b/doc/arm/man.named-checkconf.html index 9f5ebb26c70..522ad499e55 100644 --- a/doc/arm/man.named-checkconf.html +++ b/doc/arm/man.named-checkconf.html @@ -200,6 +200,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.named-checkzone.html b/doc/arm/man.named-checkzone.html index 27a995e5136..42b905e470d 100644 --- a/doc/arm/man.named-checkzone.html +++ b/doc/arm/man.named-checkzone.html @@ -463,6 +463,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.named-journalprint.html b/doc/arm/man.named-journalprint.html index 5ad78e342ef..48b60ac7a7a 100644 --- a/doc/arm/man.named-journalprint.html +++ b/doc/arm/man.named-journalprint.html @@ -117,6 +117,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.named-nzd2nzf.html b/doc/arm/man.named-nzd2nzf.html index 541eccd35e4..0eff499f758 100644 --- a/doc/arm/man.named-nzd2nzf.html +++ b/doc/arm/man.named-nzd2nzf.html @@ -119,6 +119,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.named-rrchecker.html b/doc/arm/man.named-rrchecker.html index 02721cc71cf..7d5d452b929 100644 --- a/doc/arm/man.named-rrchecker.html +++ b/doc/arm/man.named-rrchecker.html @@ -121,6 +121,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.named.conf.html b/doc/arm/man.named.conf.html index 263895854f2..7886ab37a91 100644 --- a/doc/arm/man.named.conf.html +++ b/doc/arm/man.named.conf.html @@ -1039,6 +1039,6 @@ zone -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.named.html b/doc/arm/man.named.html index 4fe60a9087a..133bc1af5a0 100644 --- a/doc/arm/man.named.html +++ b/doc/arm/man.named.html @@ -492,6 +492,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.nsec3hash.html b/doc/arm/man.nsec3hash.html index c4255092357..7852d00b263 100644 --- a/doc/arm/man.nsec3hash.html +++ b/doc/arm/man.nsec3hash.html @@ -155,6 +155,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.nslookup.html b/doc/arm/man.nslookup.html index cea08fa6c0d..ba1979df638 100644 --- a/doc/arm/man.nslookup.html +++ b/doc/arm/man.nslookup.html @@ -420,6 +420,6 @@ nslookup -query=hinfo -timeout=10 -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.nsupdate.html b/doc/arm/man.nsupdate.html index fca3edff40e..5bf287babc2 100644 --- a/doc/arm/man.nsupdate.html +++ b/doc/arm/man.nsupdate.html @@ -832,6 +832,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.pkcs11-destroy.html b/doc/arm/man.pkcs11-destroy.html index 82add40baa9..82f8d72cca8 100644 --- a/doc/arm/man.pkcs11-destroy.html +++ b/doc/arm/man.pkcs11-destroy.html @@ -162,6 +162,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.pkcs11-keygen.html b/doc/arm/man.pkcs11-keygen.html index fe563b85a05..b36163ce50e 100644 --- a/doc/arm/man.pkcs11-keygen.html +++ b/doc/arm/man.pkcs11-keygen.html @@ -200,6 +200,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.pkcs11-list.html b/doc/arm/man.pkcs11-list.html index e2162b38b3d..dc36ec3096a 100644 --- a/doc/arm/man.pkcs11-list.html +++ b/doc/arm/man.pkcs11-list.html @@ -158,6 +158,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.pkcs11-tokens.html b/doc/arm/man.pkcs11-tokens.html index 3414f11aa33..7a52913d535 100644 --- a/doc/arm/man.pkcs11-tokens.html +++ b/doc/arm/man.pkcs11-tokens.html @@ -123,6 +123,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.rndc-confgen.html b/doc/arm/man.rndc-confgen.html index 42ad7d24cb3..dfd52bce3bb 100644 --- a/doc/arm/man.rndc-confgen.html +++ b/doc/arm/man.rndc-confgen.html @@ -276,6 +276,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.rndc.conf.html b/doc/arm/man.rndc.conf.html index 33ececfb52d..3dbacf4dd16 100644 --- a/doc/arm/man.rndc.conf.html +++ b/doc/arm/man.rndc.conf.html @@ -268,6 +268,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/man.rndc.html b/doc/arm/man.rndc.html index 6b660ce232c..b01b23a5f26 100644 --- a/doc/arm/man.rndc.html +++ b/doc/arm/man.rndc.html @@ -1002,6 +1002,6 @@ -

BIND 9.12.0b1

+

BIND 9.12.0b2

diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 85c87c98b18..817f08f5d55 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -15,7 +15,7 @@

-Release Notes for BIND Version 9.12.0b1

+Release Notes for BIND Version 9.12.0b2