Revision history for Perl extension UUID.
0.13 Wed Dec 24 07:45:49 EST 2014
- Split -luuid search into header file and interface type stages
- Removed SvPV_nolen everywhere (buffer overflows)
0.12 Wed Dec 24 03:07:50 EST 2014
- Added support for non-e2fs systems (BSD, OSX, Win)
0.11_01 Tue Dec 23 20:23:29 EST 2014
- Modified test.pl to hopefully catch where MacOSX fails
- Heavy mods to Makefile.PL to differentiate between interfaces
- Makefile.PL *lots* more verbose
- Lots of #ifdefs added in XS
- First shot at code that works for BSD style interface
0.11 Mon Dec 22 19:03:09 EST 2014
- Looks like I've managed to cut the failure reports down a little TOO
far, so now splitting the search for -luuid into two separate
phases. The first, which I don't want to deal with right now, tests
for usability of the -luuid flag by itself. The second, tests for
usability of individual functions. We'll deal with platforms that
actually find libuuid first, then MAYBE revisit others.
0.10 Mon Dec 22 11:55:30 EST 2014
- Added clear() and is_null()
- Added copy() and compare()
- Added unparse_lower() and unparse_upper()
- Added generate_random() and generate_time()
0.09 Mon Dec 22 04:31:26 EST 2014
- Drag test.pl into this century using Test.pm
- Add postamble to Makefile to generate README
- Overhaul POD
- Fix MacOS warning "unsigned char* <--> char*"
0.08 Sun Dec 21 06:06:21 EST 2014
- Added README with pod2text UUID.pm README
- Switched libuuid search to Devel::CheckLib
0.07 Sat Dec 20 21:12:17 EST 2014
- Updated Makefile.PL
- Added search for -luuid at Makefile.PL time
- Updated license and POD to Artistic 2.0
0.06 Thu Dec 18 08:01:44 EST 2014
- Took over maintaining (Rick Myers - JRM)
- Added uuid()
0.05 Fri Dec 14 20:00:00 GMT 2012
- Took over maintaining (Lukas Zapletal - LZAP)
- Version bump (no changes)
- Releasing in the original location
0.04 Wed Jul 22 20:17:26 PDT 2009
- Seems to be abandoned (again)
- Bump version number and upload to PAUSE
0.03 Fri Jan 12 15:24:24 MST 2007
- Added Artistic license
- Took over maintaining (Colin Faber - CFABER)
0.02 Unknown
- unknown changes
0.01 Thu Feb 8 06:07:59 2001
- original version; created by h2xs 1.20 with options -A -n UUID