Browse Source

Changelog

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2903 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 14 years ago
parent
commit
40c4c91f7c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      ChangeLog

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+  92.	[func]*		jelte
+	libdns_python (the python wrappers for libdns++) has been renamed
+	to pydnspp (Python DNS++). Programs and libraries that used
+	'import libdns_python' now need to use 'import pydnspp'.
+	(Trac #314, r2902)
+
   91.	[func]*		jinmei
 	lib/cc: Use const pointers and const member functions for the API
 	as much as possible for safer operations.  Basically this does