Check-in Number:
|
5376 | |
Date: |
2006-Feb-07 09:42:53 (local)
2006-Feb-07 08:42:53 (UTC) |
User: | rse |
Branch: | |
Comment: |
bump before release |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.106 -> 1.107
--- ChangeLog 2006/02/07 08:22:26 1.106
+++ ChangeLog 2006/02/07 08:42:53 1.107
@@ -13,7 +13,7 @@
Changes between 1.4.0 and 1.4.1 (15-Jan-2006 to 07-Feb-2006)
- o Upgrade to GNU shtool 2.0.4
+ o Upgrade to GNU shtool 2.0.5
[Ralf S. Engelschall]
o Apply workaround to uuid.h to avoid conflicts with
|
|
ossp-pkg/uuid/README 1.37 -> 1.38
--- README 2006/01/15 18:40:15 1.37
+++ README 2006/02/07 08:42:53 1.38
@@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_|
OSSP uuid - Universally Unique Identifier
- Version 1.4.0 (15-Jan-2006)
+ Version 1.4.1 (07-Feb-2006)
ABSTRACT
|
|
ossp-pkg/uuid/devtool.conf 1.25 -> 1.26
--- devtool.conf 2006/02/07 08:22:26 1.25
+++ devtool.conf 2006/02/07 08:42:53 1.26
@@ -3,7 +3,7 @@
##
%autogen
- @autogen shtool 2.0.4 "2.0.*" all
+ @autogen shtool 2.0.5 "2.0.*" all
@autogen libtool 1.5.22 "1.5*"
@autogen autoconf 2.59 "2.5[3-9]*"
|
|
ossp-pkg/uuid/perl/uuid.pm 1.15 -> 1.16
--- uuid.pm 2006/01/13 06:44:33 1.15
+++ uuid.pm 2006/02/07 08:42:53 1.16
@@ -118,7 +118,7 @@
use Exporter;
# API version
-our $VERSION = do { my @v = ('1.4.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.4.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
# API inheritance
our @ISA = qw(Exporter);
|
|
ossp-pkg/uuid/perl/uuid_compat.pm 1.6 -> 1.7
--- uuid_compat.pm 2006/01/13 06:44:33 1.6
+++ uuid_compat.pm 2006/02/07 08:42:53 1.7
@@ -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.4.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
+our $VERSION = do { my @v = ('1.4.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); };
sub new {
my $class = shift;
|
|
ossp-pkg/uuid/uuid_vers.h 1.21 -> 1.22
--- uuid_vers.h 2006/01/15 18:40:15 1.21
+++ uuid_vers.h 2006/02/07 08:42:53 1.22
@@ -8,7 +8,7 @@
#ifndef _UUID_VERS_H_
#define _UUID_VERS_H_
-#define _UUID_VERSION 0x104200
+#define _UUID_VERSION 0x104201
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _UUID_VERS_H_AS_HEADER_
_uuid_version_t _uuid_version = {
- 0x104200,
- "1.4.0",
- "1.4.0 (15-Jan-2006)",
- "This is OSSP uuid, Version 1.4.0 (15-Jan-2006)",
- "OSSP uuid 1.4.0 (15-Jan-2006)",
- "OSSP uuid/1.4.0",
- "@(#)OSSP uuid 1.4.0 (15-Jan-2006)",
- "$Id: OSSP uuid 1.4.0 (15-Jan-2006) $"
+ 0x104201,
+ "1.4.1",
+ "1.4.1 (07-Feb-2006)",
+ "This is OSSP uuid, Version 1.4.1 (07-Feb-2006)",
+ "OSSP uuid 1.4.1 (07-Feb-2006)",
+ "OSSP uuid/1.4.1",
+ "@(#)OSSP uuid 1.4.1 (07-Feb-2006)",
+ "$Id: OSSP uuid 1.4.1 (07-Feb-2006) $"
};
#endif /* _UUID_VERS_H_AS_HEADER_ */
|
|