|
@@ -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)
|