Revision history for Perl extension Data::UUID. 0.01 Thu Oct 25 16:19:30 2001 - original version; created by h2xs 1.21 with options -f -nData::UUID -v0.01 0.02 Wed Oct 31 12:11:00 2001 - fixed from_string/from_hexstring bug, which caused problems on little endian machines (linux) 0.03 Mon Nov 5 12:47:00 2001 - fixed padding problem in from_b64string - re-tested with Cygwin v2.78.2.15 0.04 Tue Dec 11 12:03:00 2001 - fixed padding in create_b64/to_b64string - added advisory locking for state storage 0.05 Tue Feb 12 09:46:00 2002 - added custom OS defines - added LOCK/UNLOCK defines for Darwin OS 0.06 Sun Mar 2 01:41:00 2002 - added code to fix ccflags on HP (as per Lincoln Baxter) - fixed state/nodeid sharing problem (as per Lincoln Baxter) - fixed most compiler warnings (as per Lincoln Baxter) - replaced Base64-encode algorithm to fix buffer overflow (as per Lincoln Baxter). - fixed count of tests in test.pl (as per Lincoln Baxter) - added ok() to every line of test.pl (as per Lincoln Baxter) 0.07 Wed Jun 12 17:31:00 2002 - changed get_system_time to use I64 ints (CPAN Ticket #737 - Incorrect Time based UUIDs) 0.08 Fri Nov 29 12:12:00 2002 - added default umask for state storage files (as per James A. Duncan, Fotango.com) 0.10 Thu Jul 17 17:12:00 2003 - added support for PERL_MM_USE_DEFAULT as per Heath Malstrom - replaced GetSystemTimeAsFileTime with QueryPerformanceCounter as per Paul Stodghill 0.11 Wed Aug 27 16:05:00 2003 - reformatted POD documentation as per David Wheeler - added ref. links to articles on database keys reengineering problem