Browse Source

changelog entry for trac #446

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3999 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 14 years ago
parent
commit
b1a824e0b7
1 changed files with 17 additions and 0 deletions
  1. 17 0
      ChangeLog

+ 17 - 0
ChangeLog

@@ -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
   137.	[bug]		jreed
 	Fix run_*.sh scripts that are used for development testing
 	Fix run_*.sh scripts that are used for development testing
 	so they use a msgq socket file in the build tree.
 	so they use a msgq socket file in the build tree.