BIND 10 jreed-docs, updated. 13204f9c20a03dcc041cd22fff22fb28af569eaf [jreed-docs] in-memory datasource exists now
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 24 13:52:06 UTC 2011
The branch, jreed-docs has been updated
via 13204f9c20a03dcc041cd22fff22fb28af569eaf (commit)
via 7c9c7811d3d8642ae675073e0cf9e8b83df49c4c (commit)
from cb2cf2013b616b055904e301b3d5ff4c49475525 (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 13204f9c20a03dcc041cd22fff22fb28af569eaf
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Feb 24 07:51:18 2011 -0600
[jreed-docs] in-memory datasource exists now
so sqlite3 is not the only one.
TODO: still need to document the in-memory datasource.
commit 7c9c7811d3d8642ae675073e0cf9e8b83df49c4c
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Feb 24 07:50:42 2011 -0600
[jreed-docs] regen manpage
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 9 ++++-----
src/bin/bind10/bind10.8 | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 3670c46..2067854 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -79,9 +79,7 @@
</para>
<note><para>
- For this development prototype release, the only supported
- data source backend is SQLite3. The authoritative server
- requires SQLite 3.3.9 or newer.
+ The authoritative server requires SQLite 3.3.9 or newer.
The <command>b10-xfrin</command>, <command>b10-xfrout</command>,
and <command>b10-zonemgr</command> modules require the
libpython3 library and the Python _sqlite3.so module.
@@ -1108,9 +1106,10 @@ This may be a temporary setting until then.
<note><para>
For the development prototype release, <command>b10-auth</command>
- only supports the SQLite3 data source backend.
+ supports a SQLite3 data source backend and in-memory data source
+ backend.
Upcoming versions will be able to use multiple different
- data sources, such as MySQL, Berkeley DB, or in-memory DB.
+ data sources, such as MySQL and Berkeley DB.
</para></note>
diff --git a/src/bin/bind10/bind10.8 b/src/bin/bind10/bind10.8
index a3ac653..f625abe 100644
--- a/src/bin/bind10/bind10.8
+++ b/src/bin/bind10/bind10.8
@@ -71,7 +71,7 @@ daemon to listen on\&. The default is 5300\&.
\fBNote\fR
.ps -1
.br
-The Y1 prototype release uses a non\-default port for domain service\&.
+This prototype release uses a non\-default port for domain service\&.
.sp .5v
.RE
.RE
More information about the bind10-changes
mailing list