Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.87' '-r1.88' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2005/09/02 14:23:46 1.87 +++ ChangeLog 2005/09/02 17:22:05 1.88 @@ -11,6 +11,8 @@ This is a list of all changes to OSSP uuid. For a more brief summary please have a look at the NEWS file. + Changes between 1.3.0 and 1.3.1 (02-Sep-2005 to xx-xxx-2005) + Changes between 1.2.1 and 1.3.0 (30-Aug-2005 to 02-Sep-2005) o Add an experimental PHP 4/5 language API binding which Index: ossp-pkg/uuid/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v rcsdiff -q -kk '-r1.35' '-r1.36' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v' 2>/dev/null --- Makefile.in 2005/09/02 14:40:13 1.35 +++ Makefile.in 2005/09/02 17:22:05 1.36 @@ -29,9 +29,9 @@ @SET_MAKE@ +VPATH = @srcdir@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ -VPATH = @srcdir@ DESTDIR = prefix = @prefix@ Index: ossp-pkg/uuid/TODO RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/TODO,v rcsdiff -q -kk '-r1.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/TODO,v' 2>/dev/null --- TODO 2005/01/23 11:27:12 1.25 +++ TODO 2005/09/02 17:22:05 1.26 @@ -15,10 +15,9 @@ ===== - allow to re-create version 1 UUIDs by specifying time, etc. - - use MD5/SHA1 for further post-processing data in PRNG? - getopt_long support for CLI? - a more sophisticated test suite with UUID references?! - more platform support in uuid_mac.c?! - - global memory locking according to standard?? - - persistent/non-volatile state writing according to standard?? + - global memory locking according to standard hints?? + - persistent/non-volatile state writing according to standard hints?? Index: ossp-pkg/uuid/perl/Makefile.PL RCS File: /v/ossp/cvs/ossp-pkg/uuid/perl/Attic/Makefile.PL,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/uuid/perl/Attic/Makefile.PL,v' 2>/dev/null --- Makefile.PL 2005/08/31 10:34:09 1.7 +++ Makefile.PL 2005/09/02 17:22:05 1.8 @@ -27,7 +27,8 @@ ## Makefile.PL: Perl MakeMaker build source procedure ## -use 5.008; +require 5.008; + use Config; use ExtUtils::MakeMaker;