BIND 10 master, updated. c9de713dfe88ac13976d31dafb28a928d95fb239 [master] changelog for (part of) #2833
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 3 21:16:04 UTC 2013
The branch, master has been updated
via c9de713dfe88ac13976d31dafb28a928d95fb239 (commit)
from 212ccdc84508f1c03b2ae3790067011e1bde0ba2 (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 c9de713dfe88ac13976d31dafb28a928d95fb239
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Apr 3 14:15:53 2013 -0700
[master] changelog for (part of) #2833
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index f479e6c..953d2e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+598. [func]* jinmei
+ The separate "static" data source is now deprecated as it can be
+ served in the more generic "MasterFiles" type of data source.
+ This means existing configuration may not work after an update.
+ If "config show data_sources/classes/CH[0]" on bindctl contains a
+ "static" type of data source, you'll need to update it as follows:
+ > config set data_sources/classes/CH[0]/type MasterFiles
+ > config set data_sources/classes/CH[0]/params {"BIND": =>
+ "<the value of current data_sources/classes/CH[0]/params>"}
+ > config set data_sources/classes/CH[0]/cache-enable true
+ > config commit
+ (Same for CH[1], CH[2], IN[0], etc, if applicable, although it
+ should be very unlikely in practice. Also note: '=>' above
+ indicates the next line is actually part of the command. Do
+ not type in this "arrow").
+ (Part of Trac #2833, git 0363b4187fe3c1a148ad424af39e12846610d2d7)
+
597. [func] tmark
b10-dhcp6: Added unit tests for handling requests when no
IPv6 subnets are configured/defined. Testing these conditions
More information about the bind10-changes
mailing list