Check-in Number:
|
5156 | |
Date: |
2005-Sep-02 16:23:46 (local)
2005-Sep-02 14:23:46 (UTC) |
User: | rse |
Branch: | |
Comment: |
prepare for release |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.86 -> 1.87
--- ChangeLog 2005/09/01 22:24:01 1.86
+++ ChangeLog 2005/09/02 14:23:46 1.87
@@ -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.2.1 and 1.3.0 (30-Aug-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
can be enabled under build-time with opption --with-php.
|
|
ossp-pkg/uuid/NEWS 1.5 -> 1.6
--- NEWS 2005/08/31 20:08:54 1.5
+++ NEWS 2005/09/02 14:23:46 1.6
@@ -12,9 +12,10 @@
change descriptions, please have a look at the ChangeLog file.
Changes between 1.2 and 1.3
- o Added new C++ API.
o Added Perl TIE-style API.
o Added Perl Data::UUID backward compatibility API.
+ o Added C++ API.
+ o Added PHP API.
Changes between 1.1 and 1.2
o Added support for version 5 UUIDs (name-based, SHA-1)
Changes between 1.0 and 1.1
|
|
ossp-pkg/uuid/README 1.31 -> 1.32
--- README 2005/09/02 14:00:00 1.31
+++ README 2005/09/02 14:23:46 1.32
@@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_|
OSSP uuid - Universally Unique Identifier
- Version 1.3.0 (31-Aug-2005)
+ Version 1.3.0 (02-Sep-2005)
ABSTRACT
|
|
ossp-pkg/uuid/uuid_vers.h 1.16 -> 1.17
--- uuid_vers.h 2005/08/31 09:59:45 1.16
+++ uuid_vers.h 2005/09/02 14:23:46 1.17
@@ -34,12 +34,12 @@
_uuid_version_t _uuid_version = {
0x103200,
"1.3.0",
- "1.3.0 (31-Aug-2005)",
- "This is OSSP uuid, Version 1.3.0 (31-Aug-2005)",
- "OSSP uuid 1.3.0 (31-Aug-2005)",
+ "1.3.0 (02-Sep-2005)",
+ "This is OSSP uuid, Version 1.3.0 (02-Sep-2005)",
+ "OSSP uuid 1.3.0 (02-Sep-2005)",
"OSSP uuid/1.3.0",
- "@(#)OSSP uuid 1.3.0 (31-Aug-2005)",
- "$Id: OSSP uuid 1.3.0 (31-Aug-2005) $"
+ "@(#)OSSP uuid 1.3.0 (02-Sep-2005)",
+ "$Id: OSSP uuid 1.3.0 (02-Sep-2005) $"
};
#endif /* _UUID_VERS_H_AS_HEADER_ */
|
|