Check-in Number:
|
5347 | |
Date: |
2005-Dec-06 12:52:11 (local)
2005-Dec-06 11:52:11 (UTC) |
User: | rse |
Branch: | |
Comment: |
bump before release |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.96 -> 1.97
--- ChangeLog 2005/12/06 07:38:48 1.96
+++ ChangeLog 2005/12/06 11:52:11 1.97
@@ -11,7 +11,7 @@
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.1 and 1.3.2 (24-Sep-2005 to xx-xxx-2005)
+ Changes between 1.3.1 and 1.3.2 (24-Sep-2005 to 06-Dec-2005)
o Cleaned up and speed optimized perl/uuid_compat.pm
(the Data::UUID compatibility module for Perl)
|
|
ossp-pkg/uuid/README 1.33 -> 1.34
--- README 2005/09/24 10:20:24 1.33
+++ README 2005/12/06 11:52:11 1.34
@@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_|
OSSP uuid - Universally Unique Identifier
- Version 1.3.1 (24-Sep-2005)
+ Version 1.3.2 (06-Dec-2005)
ABSTRACT
|
|
ossp-pkg/uuid/perl/uuid.pm 1.12 -> 1.13
--- uuid.pm 2005/09/24 10:20:24 1.12
+++ uuid.pm 2005/12/06 11:52:11 1.13
@@ -118,7 +118,7 @@
use Exporter;
# API version
-our $VERSION = do { my @v = ('1.3.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.3.2' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
# API inheritance
our @ISA = qw(Exporter);
|
|
ossp-pkg/uuid/perl/uuid_compat.pm 1.3 -> 1.4
--- uuid_compat.pm 2005/12/06 07:38:49 1.3
+++ uuid_compat.pm 2005/12/06 11:52:11 1.4
@@ -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.3.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.3.2' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
sub new {
my $class = shift;
|
|
ossp-pkg/uuid/uuid_vers.h 1.18 -> 1.19
--- uuid_vers.h 2005/09/24 10:20:24 1.18
+++ uuid_vers.h 2005/12/06 11:52:11 1.19
@@ -8,7 +8,7 @@
#ifndef _UUID_VERS_H_
#define _UUID_VERS_H_
-#define _UUID_VERSION 0x103201
+#define _UUID_VERSION 0x103202
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _UUID_VERS_H_AS_HEADER_
_uuid_version_t _uuid_version = {
- 0x103201,
- "1.3.1",
- "1.3.1 (24-Sep-2005)",
- "This is OSSP uuid, Version 1.3.1 (24-Sep-2005)",
- "OSSP uuid 1.3.1 (24-Sep-2005)",
- "OSSP uuid/1.3.1",
- "@(#)OSSP uuid 1.3.1 (24-Sep-2005)",
- "$Id: OSSP uuid 1.3.1 (24-Sep-2005) $"
+ 0x103202,
+ "1.3.2",
+ "1.3.2 (06-Dec-2005)",
+ "This is OSSP uuid, Version 1.3.2 (06-Dec-2005)",
+ "OSSP uuid 1.3.2 (06-Dec-2005)",
+ "OSSP uuid/1.3.2",
+ "@(#)OSSP uuid 1.3.2 (06-Dec-2005)",
+ "$Id: OSSP uuid 1.3.2 (06-Dec-2005) $"
};
#endif /* _UUID_VERS_H_AS_HEADER_ */
|
|