BIND 10 trac3258, updated. 73ffb138421c4041650853f036a8b19cdaece240 [3258] Updated bind10-guide css to highlight the new warning in 19.2.1.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 28 13:47:53 UTC 2014
The branch, trac3258 has been updated
via 73ffb138421c4041650853f036a8b19cdaece240 (commit)
from 49fdbcb947bddf7742f2e55c6d0b79e6742ebb77 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 73ffb138421c4041650853f036a8b19cdaece240
Author: Marcin Siodelski <marcin at isc.org>
Date: Fri Mar 28 14:47:41 2014 +0100
[3258] Updated bind10-guide css to highlight the new warning in 19.2.1.
Also, corrected one typo.
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.css | 9 +++++++++
doc/guide/bind10-guide.xml | 5 +++--
2 files changed, 12 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.css b/doc/guide/bind10-guide.css
index 3c62781..a8e34e7 100644
--- a/doc/guide/bind10-guide.css
+++ b/doc/guide/bind10-guide.css
@@ -30,6 +30,15 @@ body {
-webkit-border-radius: 10px;
}
+.warning {
+ background-color: #eedddd;
+ border: 1px solid #ccaaaa;
+ margin: 1em 0 1em 0;
+ padding: 0.5em 1em 0.5em 1em;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+}
+
h3 {
text-decoration: underline;
}
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 9ca409f..6c64525 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -7226,11 +7226,12 @@ DhcpDdns/reverse_ddns/ddns_domains[0]/dns_servers[0]/port 53 integer(default)
<itemizedlist>
<listitem>
<simpara>
- Requests are received from the DHCP servers are placed in a
+ Requests received from the DHCP servers are placed in a
queue until they are processed. Currently all queued requests
are lost when the server shuts down.
</simpara>
- </listitem> <listitem>
+ </listitem>
+ <listitem>
<simpara>
TSIG Authentication (<ulink
url="http://tools.ietf.org/html/rfc2845">RFC 2845</ulink>)
More information about the bind10-changes
mailing list