[svn] commit: r3999 - /trunk/ChangeLog
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Dec 23 23:45:00 UTC 2010
Author: jinmei
Date: Thu Dec 23 23:44:46 2010
New Revision: 3999
Log:
changelog entry for trac #446
Modified:
trunk/ChangeLog
Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Thu Dec 23 23:44:46 2010
@@ -1,3 +1,20 @@
+ 138. [func]* jinmei
+ b10-auth: added a configuration interface to support in memory
+ data sources. For example, the following command to bindctl
+ will configure a memory data source containing the "example.com"
+ zone with the zone file named "example.com.zone":
+ > config set Auth/datasources/ [{"type": "memory", "zones": \
+ [{"origin": "example.com", "file": "example.com.zone"}]}]
+ By default, the memory data source is disabled; it must be
+ configured explicitly. To disable it again, specify a null list
+ for Auth/datasources:
+ > config set Auth/datasources/ []
+ Notes: it's currently for class IN only. The zone files are not
+ actually loaded into memory yet (which will soon be implemented).
+ This is an experimental feature and the syntax may change in
+ future versions.
+ (Trac #446, svn r3998)
+
137. [bug] jreed
Fix run_*.sh scripts that are used for development testing
so they use a msgq socket file in the build tree.
More information about the bind10-changes
mailing list