[svn] commit: r2550 - /trunk/ChangeLog

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jul 20 19:11:45 UTC 2010


Author: jinmei
Date: Tue Jul 20 19:11:44 2010
New Revision: 2550

Log:
added trac #256 change.

Modified:
    trunk/ChangeLog

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog (original)
+++ trunk/ChangeLog Tue Jul 20 19:11:44 2010
@@ -1,3 +1,14 @@
+  78.	[bug]		jinmei
+	lib/dns: Fixed miscellaneous bugs in the base32 (hex) and hex
+	(base16) implementation, including incorrect padding handling,
+	parser failure in decoding with a SunStudio build, missing
+	validation on the length of encoded hex string.  Test cases were
+	more detailed to identify these bugs and confirm the fix.  Also
+	renamed the incorrect term of "base32" to "base32hex".  This
+	changed the API, but they are not intended to be used outside
+	libdns++, so we don't consider it a backward incompatible change.
+	(Trac #256, r2549)
+
   77.	[func]		zhanglikun
 	Make error message be more friendly when running cmdctl and it's 
 	already running(listening on same port)(Trac #277, r2540)




More information about the bind10-changes mailing list