diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html index 3bc1371144..d24a6dd0b9 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 1bd3720ec1..1d34d3fb48 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 ced4536efa..9065140791 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 609248d91f..b49fe6254e 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 3fd1a2882e..2676b9a3b4 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 e7fd9179a0..eb963b8586 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 e9a2c0a576..a941154fd2 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 a1b81a9d5c..35070d52ce 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 66bb8a59ed..392bde5b0e 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 166deafbcc..8958d186ea 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 2d1bc17e7f..a41f495f87 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 5a98a003df..ecd3ba5454 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 f6ec8a73f1..c68a158127 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 fb3c7ba8f0..e0a3d9da79 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 eaf8e8295f..e6f24fb194 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 b6e5aef804..d6addec76c 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 ea96d16e08..b2fb6d1b7b 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 b35370b434..d8961855b5 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 c3ed34ef60..1507fb07a0 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 45ed0d34ad..4b05a6261a 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 4364f2a42e..53a71e7378 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 e255bc0dec..a7bec7966c 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 86fce3f028..54bdbd9610 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 f430884a84..267ba38b80 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 f55b7f3ac4..bb2bda73a2 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 b808447de6..8757e0f5eb 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 f0d9bdbb3e..fd64372bca 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 ff7d6681d1..6f7fd3dbc3 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 893fbe67b9..17b9283ac2 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 afff34ff44..dfa4e9be68 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 7685b57a65..07d641e84d 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 6dbfc29163..c9e9971e0f 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 feae32bcf7..42f44faecb 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 c1f8df28c4..17d5997273 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 9f5ebb26c7..522ad499e5 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 27a995e513..42b905e470 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 5ad78e342e..48b60ac7a7 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 541eccd35e..0eff499f75 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 02721cc71c..7d5d452b92 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 263895854f..7886ab37a9 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 4fe60a9087..133bc1af5a 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 c425509235..7852d00b26 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 cea08fa6c0..ba1979df63 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 fca3edff40..5bf287babc 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 82add40baa..82f8d72cca 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 fe563b85a0..b36163ce50 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 e2162b38b3..dc36ec3096 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 3414f11aa3..7a52913d53 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 42ad7d24cb..dfd52bce3b 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 33ececfb52..3dbacf4dd1 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 6b660ce232..b01b23a5f2 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 85c87c98b1..817f08f5d5 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