Browse Source

Add one entry for changelog.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac352@3077 e5f2f494-b856-4b98-b285-d166d9295462
Likun Zhang 14 years ago
parent
commit
9b3bd92d22
1 changed files with 7 additions and 1 deletions
  1. 7 1
      ChangeLog

+ 7 - 1
ChangeLog

@@ -1,4 +1,10 @@
-  101.	[func]		jinmei
+102.	[func]		zhang likun
+	Add one mixin class to override the naive serve_forever() provided
+	in python library socketserver. Instead of polling for shutdwon
+	every poll_interval seconds, one socketpair is used to wake up
+	the waiting server.(Trac #352, svn TBD)
+
+101.	[func]		jinmei
 	src/lib/dns: Completed Opcode and Rcode implementation with more
 	tests and documentation.  API is mostly the same but the
 	validation was a bit tightened. (Trac #351, svn r3056)