Browse Source

Add changelog entry for trac327 merge (r3903).

This is slightly out of order for the b10-recurse entries. This also includes: 
Trac #401, svn r3660
Trac #393, r3602
Trac #389, r3448

And I kept those change log entries too.

I renumbered the two newest entries.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3992 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 14 years ago
parent
commit
03d0f3f523
1 changed files with 7 additions and 2 deletions
  1. 7 2
      ChangeLog

+ 7 - 2
ChangeLog

@@ -1,15 +1,20 @@
-  136.	[bug]		jreed
+  137.	[bug]		jreed
 	Fix run_*.sh scripts that are used for development testing
 	so they use a msgq socket file in the build tree.
 	(Trac #226, svn r3989)
 
-  135.  [bug]       jelte
+  136.  [bug]       jelte
   	bindctl (and the configuration manager in general) now no longer
 	accepts 'unknown' data; i.e. data for modules that it does not know
 	about, or configuration items that are not specified in the .spec
 	files.
 	(Trac #202, svn r3967)
 
+  135.  [func]      each
+	Add b10-recurse. This is an example recursive server that
+	currently does forwarding only and no caching.
+	(Trac #327, svn r3903)
+
   134.  [func]      vorner
 	b10-recurse supports timeouts and retries in forwarder mode.
 	(Trac #401, svn r3660)