Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.151' '-r1.152' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2008/01/10 14:16:02 1.151 +++ ChangeLog 2008/01/10 14:18:46 1.152 @@ -12,6 +12,9 @@ For a more brief summary please have a look at the NEWS file. Changes between 1.6.0 and 1.6.1 (19-May-2007 to xx-Jan-2008) + + o Adjust copyright messages for new year 2008. + [Ralf S. Engelschall] o Fix __VA_COPY_USE_{CSP,CPP} fallback macros for va_copy. [Mark A. Lindner ] Index: ossp-pkg/uuid/Makefile.PL RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.PL,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.PL,v' 2>/dev/null --- Makefile.PL 2007/01/01 18:14:54 1.2 +++ Makefile.PL 2008/01/10 14:18:46 1.3 @@ -1,7 +1,7 @@ ## ## OSSP uuid - Universally Unique Identifier -## Copyright (c) 2004-2007 Ralf S. Engelschall -## Copyright (c) 2004-2007 The OSSP Project +## Copyright (c) 2004-2008 Ralf S. Engelschall +## Copyright (c) 2004-2008 The OSSP Project ## ## This file is part of OSSP uuid, a library for the generation ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v rcsdiff -q -kk '-r1.44' '-r1.45' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v' 2>/dev/null --- Makefile.in 2007/05/19 19:59:56 1.44 +++ Makefile.in 2008/01/10 14:18:46 1.45 @@ -1,7 +1,7 @@ ## ## OSSP uuid - Universally Unique Identifier -## Copyright (c) 2004-2007 Ralf S. Engelschall -## Copyright (c) 2004-2007 The OSSP Project +## Copyright (c) 2004-2008 Ralf S. Engelschall +## Copyright (c) 2004-2008 The OSSP Project ## ## This file is part of OSSP uuid, a library for the generation ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/README RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/README,v rcsdiff -q -kk '-r1.44' '-r1.45' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/README,v' 2>/dev/null --- README 2007/05/19 20:00:46 1.44 +++ README 2008/01/10 14:18:46 1.45 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_| OSSP uuid - Universally Unique Identifier - Version 1.6.0 (19-May-2007) + Version 1.6.1 (10-Jan-2008) ABSTRACT @@ -29,8 +29,8 @@ COPYRIGHT AND LICENSE - Copyright (c) 2004-2007 Ralf S. Engelschall - Copyright (c) 2004-2007 The OSSP Project + Copyright (c) 2004-2008 Ralf S. Engelschall + Copyright (c) 2004-2008 The OSSP Project This file is part of OSSP uuid, a library for the generation of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/configure.ac,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/configure.ac,v' 2>/dev/null --- configure.ac 2007/01/01 18:14:54 1.13 +++ configure.ac 2008/01/10 14:18:46 1.14 @@ -1,7 +1,7 @@ dnl ## dnl ## OSSP uuid - Universally Unique Identifier -dnl ## Copyright (c) 2004-2007 Ralf S. Engelschall -dnl ## Copyright (c) 2004-2007 The OSSP Project +dnl ## Copyright (c) 2004-2008 Ralf S. Engelschall +dnl ## Copyright (c) 2004-2008 The OSSP Project dnl ## dnl ## This file is part of OSSP uuid, a library for the generation dnl ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/perl/uuid.pm RCS File: /v/ossp/cvs/ossp-pkg/uuid/perl/Attic/uuid.pm,v rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/uuid/perl/Attic/uuid.pm,v' 2>/dev/null --- uuid.pm 2007/05/19 20:00:47 1.22 +++ uuid.pm 2008/01/10 14:18:49 1.23 @@ -118,7 +118,7 @@ use Exporter; # API version -our $VERSION = do { my @v = ('1.6.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); }; +our $VERSION = do { my @v = ('1.6.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); }; # API inheritance our @ISA = qw(Exporter); Index: ossp-pkg/uuid/perl/uuid_compat.pm RCS File: /v/ossp/cvs/ossp-pkg/uuid/perl/Attic/uuid_compat.pm,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/uuid/perl/Attic/uuid_compat.pm,v' 2>/dev/null --- uuid_compat.pm 2007/05/19 20:00:47 1.13 +++ uuid_compat.pm 2008/01/10 14:18:49 1.14 @@ -42,7 +42,7 @@ our @ISA = qw(Exporter); our @EXPORT = qw(NameSpace_DNS NameSpace_OID NameSpace_URL NameSpace_X500); -our $VERSION = do { my @v = ('1.6.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); }; +our $VERSION = do { my @v = ('1.6.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); }; sub new { my $class = shift; Index: ossp-pkg/uuid/uuid++.cc RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid++.cc,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid++.cc,v' 2>/dev/null --- uuid++.cc 2007/01/01 18:14:54 1.7 +++ uuid++.cc 2008/01/10 14:18:46 1.8 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid++.hh RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid++.hh,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid++.hh,v' 2>/dev/null --- uuid++.hh 2007/01/01 18:14:54 1.5 +++ uuid++.hh 2008/01/10 14:18:46 1.6 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid++.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid++.pod,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid++.pod,v' 2>/dev/null --- uuid++.pod 2007/01/01 18:14:54 1.4 +++ uuid++.pod 2008/01/10 14:18:46 1.5 @@ -1,7 +1,7 @@ ## ## OSSP uuid - Universally Unique Identifier -## Copyright (c) 2004-2007 Ralf S. Engelschall -## Copyright (c) 2004-2007 The OSSP Project +## Copyright (c) 2004-2008 Ralf S. Engelschall +## Copyright (c) 2004-2008 The OSSP Project ## ## This file is part of OSSP uuid, a library for the generation ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid-config.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid-config.in,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid-config.in,v' 2>/dev/null --- uuid-config.in 2007/05/19 19:59:56 1.7 +++ uuid-config.in 2008/01/10 14:18:46 1.8 @@ -1,8 +1,8 @@ #!/bin/sh ## ## OSSP uuid - Universally Unique Identifier -## Copyright (c) 2004-2007 Ralf S. Engelschall -## Copyright (c) 2004-2007 The OSSP Project +## Copyright (c) 2004-2008 Ralf S. Engelschall +## Copyright (c) 2004-2008 The OSSP Project ## ## This file is part of OSSP uuid, a library for the generation ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid-config.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid-config.pod,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid-config.pod,v' 2>/dev/null --- uuid-config.pod 2007/01/01 18:14:54 1.5 +++ uuid-config.pod 2008/01/10 14:18:46 1.6 @@ -1,8 +1,8 @@ #!/bin/sh ## ## OSSP uuid - Universally Unique Identifier -## Copyright (c) 2004-2007 Ralf S. Engelschall -## Copyright (c) 2004-2007 The OSSP Project +## Copyright (c) 2004-2008 Ralf S. Engelschall +## Copyright (c) 2004-2008 The OSSP Project ## ## This file is part of OSSP uuid, a library for the generation ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid.ac RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.ac,v rcsdiff -q -kk '-r1.22' '-r1.23' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.ac,v' 2>/dev/null --- uuid.ac 2007/01/01 18:14:54 1.22 +++ uuid.ac 2008/01/10 14:18:46 1.23 @@ -1,7 +1,7 @@ dnl ## dnl ## OSSP uuid - Universally Unique Identifier -dnl ## Copyright (c) 2004-2007 Ralf S. Engelschall -dnl ## Copyright (c) 2004-2007 The OSSP Project +dnl ## Copyright (c) 2004-2008 Ralf S. Engelschall +dnl ## Copyright (c) 2004-2008 The OSSP Project dnl ## dnl ## This file is part of OSSP uuid, a library for the generation dnl ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.c,v rcsdiff -q -kk '-r1.64' '-r1.65' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.c,v' 2>/dev/null --- uuid.c 2007/01/01 18:14:54 1.64 +++ uuid.c 2008/01/10 14:18:46 1.65 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid.h.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.h.in,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.h.in,v' 2>/dev/null --- uuid.h.in 2007/01/01 18:14:54 1.14 +++ uuid.h.in 2008/01/10 14:18:47 1.15 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid.pc.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.pc.in,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.pc.in,v' 2>/dev/null --- uuid.pc.in 2007/01/01 18:14:54 1.3 +++ uuid.pc.in 2008/01/10 14:18:47 1.4 @@ -1,7 +1,7 @@ ## ## OSSP uuid - Universally Unique Identifier -## Copyright (c) 2004-2007 Ralf S. Engelschall -## Copyright (c) 2004-2007 The OSSP Project +## Copyright (c) 2004-2008 Ralf S. Engelschall +## Copyright (c) 2004-2008 The OSSP Project ## ## This file is part of OSSP uuid, a library for the generation ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.pod,v rcsdiff -q -kk '-r1.42' '-r1.43' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid.pod,v' 2>/dev/null --- uuid.pod 2007/01/01 18:14:54 1.42 +++ uuid.pod 2008/01/10 14:18:47 1.43 @@ -1,7 +1,7 @@ ## ## OSSP uuid - Universally Unique Identifier -## Copyright (c) 2004-2007 Ralf S. Engelschall -## Copyright (c) 2004-2007 The OSSP Project +## Copyright (c) 2004-2008 Ralf S. Engelschall +## Copyright (c) 2004-2008 The OSSP Project ## ## This file is part of OSSP uuid, a library for the generation ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_ac.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_ac.h,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_ac.h,v' 2>/dev/null --- uuid_ac.h 2007/01/01 18:14:54 1.7 +++ uuid_ac.h 2008/01/10 14:18:47 1.8 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_bm.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_bm.h,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_bm.h,v' 2>/dev/null --- uuid_bm.h 2007/01/01 18:14:54 1.7 +++ uuid_bm.h 2008/01/10 14:18:47 1.8 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_cli.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.c,v rcsdiff -q -kk '-r1.25' '-r1.26' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.c,v' 2>/dev/null --- uuid_cli.c 2007/01/01 18:14:54 1.25 +++ uuid_cli.c 2008/01/10 14:18:47 1.26 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_cli.pod RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.pod,v rcsdiff -q -kk '-r1.26' '-r1.27' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.pod,v' 2>/dev/null --- uuid_cli.pod 2007/01/01 18:14:54 1.26 +++ uuid_cli.pod 2008/01/10 14:18:47 1.27 @@ -1,7 +1,7 @@ ## ## OSSP uuid - Universally Unique Identifier -## Copyright (c) 2004-2007 Ralf S. Engelschall -## Copyright (c) 2004-2007 The OSSP Project +## Copyright (c) 2004-2008 Ralf S. Engelschall +## Copyright (c) 2004-2008 The OSSP Project ## ## This file is part of OSSP uuid, a library for the generation ## of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_dce.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_dce.c,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_dce.c,v' 2>/dev/null --- uuid_dce.c 2007/01/01 18:14:54 1.8 +++ uuid_dce.c 2008/01/10 14:18:47 1.9 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_dce.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_dce.h,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_dce.h,v' 2>/dev/null --- uuid_dce.h 2007/01/01 18:14:55 1.4 +++ uuid_dce.h 2008/01/10 14:18:47 1.5 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_mac.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_mac.c,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_mac.c,v' 2>/dev/null --- uuid_mac.c 2007/01/01 18:14:55 1.12 +++ uuid_mac.c 2008/01/10 14:18:47 1.13 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_mac.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_mac.h,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_mac.h,v' 2>/dev/null --- uuid_mac.h 2007/01/01 18:14:55 1.6 +++ uuid_mac.h 2008/01/10 14:18:47 1.7 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_md5.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_md5.c,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_md5.c,v' 2>/dev/null --- uuid_md5.c 2007/01/01 18:14:55 1.16 +++ uuid_md5.c 2008/01/10 14:18:47 1.17 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_md5.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_md5.h,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_md5.h,v' 2>/dev/null --- uuid_md5.h 2007/01/01 18:14:55 1.6 +++ uuid_md5.h 2008/01/10 14:18:47 1.7 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_prng.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_prng.c,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_prng.c,v' 2>/dev/null --- uuid_prng.c 2007/01/01 18:14:55 1.15 +++ uuid_prng.c 2008/01/10 14:18:47 1.16 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_prng.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_prng.h,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_prng.h,v' 2>/dev/null --- uuid_prng.h 2007/01/01 18:14:55 1.5 +++ uuid_prng.h 2008/01/10 14:18:47 1.6 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_sha1.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_sha1.c,v rcsdiff -q -kk '-r1.6' '-r1.7' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_sha1.c,v' 2>/dev/null --- uuid_sha1.c 2007/01/01 18:14:55 1.6 +++ uuid_sha1.c 2008/01/10 14:18:47 1.7 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_sha1.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_sha1.h,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_sha1.h,v' 2>/dev/null --- uuid_sha1.h 2007/01/01 18:14:55 1.4 +++ uuid_sha1.h 2008/01/10 14:18:47 1.5 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_str.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_str.c,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_str.c,v' 2>/dev/null --- uuid_str.c 2007/01/01 18:14:55 1.10 +++ uuid_str.c 2008/01/10 14:18:47 1.11 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_str.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_str.h,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_str.h,v' 2>/dev/null --- uuid_str.h 2007/01/01 18:14:55 1.4 +++ uuid_str.h 2008/01/10 14:18:47 1.5 @@ -1,7 +1,7 @@ /* ** OSSP uuid - Universally Unique Identifier -** Copyright (c) 2004-2007 Ralf S. Engelschall -** Copyright (c) 2004-2007 The OSSP Project +** Copyright (c) 2004-2008 Ralf S. Engelschall +** Copyright (c) 2004-2008 The OSSP Project ** ** This file is part of OSSP uuid, a library for the generation ** of UUIDs which can found at http://www.ossp.org/pkg/lib/uuid/ Index: ossp-pkg/uuid/uuid_vers.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_vers.h,v rcsdiff -q -kk '-r1.27' '-r1.28' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_vers.h,v' 2>/dev/null --- uuid_vers.h 2007/05/19 20:00:47 1.27 +++ uuid_vers.h 2008/01/10 14:18:47 1.28 @@ -8,7 +8,7 @@ #ifndef _UUID_VERS_H_ #define _UUID_VERS_H_ -#define _UUID_VERSION 0x106200 +#define _UUID_VERSION 0x106201 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _UUID_VERS_H_AS_HEADER_ _uuid_version_t _uuid_version = { - 0x106200, - "1.6.0", - "1.6.0 (19-May-2007)", - "This is OSSP uuid, Version 1.6.0 (19-May-2007)", - "OSSP uuid 1.6.0 (19-May-2007)", - "OSSP uuid/1.6.0", - "@(#)OSSP uuid 1.6.0 (19-May-2007)", + 0x106201, + "1.6.1", + "1.6.1 (10-Jan-2008)", + "This is OSSP uuid, Version 1.6.1 (10-Jan-2008)", + "OSSP uuid 1.6.1 (10-Jan-2008)", + "OSSP uuid/1.6.1", + "@(#)OSSP uuid 1.6.1 (10-Jan-2008)", "$Id$" };