Check-in Number:
|
5990 | |
Date: |
2008-Feb-21 16:36:52 (local)
2008-Feb-21 15:36:52 (UTC) |
User: | rse |
Branch: | |
Comment: |
prepare release of OSSP uuid 1.6.1 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.153 -> 1.154
--- ChangeLog 2008/02/21 08:58:44 1.153
+++ ChangeLog 2008/02/21 15:36:52 1.154
@@ -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.6.0 and 1.6.1 (19-May-2007 to xx-Jan-2008)
+ Changes between 1.6.0 and 1.6.1 (19-May-2007 to 21-Feb-2008)
o Port to Win32 API.
[Hiroshi Saito, Wu Yongwei, Ralf S. Engelschall]
|
|
ossp-pkg/uuid/README 1.45 -> 1.46
--- README 2008/01/10 14:18:46 1.45
+++ README 2008/02/21 15:36:52 1.46
@@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_|
OSSP uuid - Universally Unique Identifier
- Version 1.6.1 (10-Jan-2008)
+ Version 1.6.1 (21-Feb-2008)
ABSTRACT
|
|
ossp-pkg/uuid/uuid_vers.h 1.28 -> 1.29
--- uuid_vers.h 2008/01/10 14:18:47 1.28
+++ uuid_vers.h 2008/02/21 15:36:52 1.29
@@ -34,12 +34,12 @@
_uuid_version_t _uuid_version = {
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)",
+ "1.6.1 (21-Feb-2008)",
+ "This is OSSP uuid, Version 1.6.1 (21-Feb-2008)",
+ "OSSP uuid 1.6.1 (21-Feb-2008)",
"OSSP uuid/1.6.1",
- "@(#)OSSP uuid 1.6.1 (10-Jan-2008)",
- "$Id: OSSP uuid 1.6.1 (10-Jan-2008) $"
+ "@(#)OSSP uuid 1.6.1 (21-Feb-2008)",
+ "$Id: OSSP uuid 1.6.1 (21-Feb-2008) $"
};
#endif /* _UUID_VERS_H_AS_HEADER_ */
|
|