ossp-pkg/uuid/ChangeLog 1.65 -> 1.66
--- ChangeLog 2005/01/13 09:58:14 1.65
+++ ChangeLog 2005/01/13 10:30:40 1.66
@@ -13,6 +13,11 @@
Changes between 1.1.1 and 1.1.2 (18-Nov-2004 to xx-Jan-2005)
+ o Fix generation of v3 UUIDs by adding support for 64-bit platforms
+ to the underlying uuid_md5.c code (which internally is based on
+ the RFC reference code which in turn assumes a 32-bit environment).
+ [Ralf S. Engelschall, Piotr Roszatycki <Piotr_Roszatycki@netia.net.pl>]
+
o Optimize internal md5_store() function by directly finalizing MD5
calculation on buffer copy instead of finalizing original buffer
and having to restore it from the buffer copy.
|
|