Parcourir la source

changelog entry for trac397focused

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3891 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 14 ans
Parent
commit
f9ccf457bf
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      ChangeLog

+ 8 - 1
ChangeLog

@@ -1,5 +1,12 @@
+  131.  [func]    feng, jerry
+	src/lib/datasrc: Introduced two template classes RBTree and RBNode
+	to provide the generic map with domain name as key and anything as
+	the value. Because of some unresolved design issue, the new classes
+	are only intended to be used by memory zone and zone table.
+	(Trac #397, svn r3890)
+
   130.	[func]		jerry
-    src/lib/datasrc: Introduced a new class MemoryDataSrc to provide
+	src/lib/datasrc: Introduced a new class MemoryDataSrc to provide
 	the general interface for memory data source.  For the initial
 	implementation, we don't make it a derived class of AbstractDataSrc
 	because the interface is so different(we'll eventually consider this