OSSP CVS Repository

ossp - Check-in [5364]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5364
Date: 2006-Jan-15 19:40:15 (local)
2006-Jan-15 18:40:15 (UTC)
User:rse
Branch:
Comment: adjust for release
Tickets:
Inspections:
Files:
ossp-pkg/uuid/ChangeLog      1.103 -> 1.104     1 inserted, 1 deleted
ossp-pkg/uuid/README      1.36 -> 1.37     1 inserted, 1 deleted
ossp-pkg/uuid/uuid_vers.h      added-> 1.21

ossp-pkg/uuid/ChangeLog 1.103 -> 1.104

--- ChangeLog    2006/01/15 18:37:43     1.103
+++ ChangeLog    2006/01/15 18:40:36     1.104
@@ -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.2 and 1.4.0 (06-Dec-2005 to 12-Jan-2006)
+  Changes between 1.3.2 and 1.4.0 (06-Dec-2005 to 15-Jan-2006)
 
    o Created a top-level Perl ExtUtils::MakeMaker wrapper script
      [Ralf S. Engelschall]


ossp-pkg/uuid/README 1.36 -> 1.37

--- README       2006/01/13 06:44:30     1.36
+++ README       2006/01/15 18:40:15     1.37
@@ -5,7 +5,7 @@
   |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|
 
   OSSP uuid - Universally Unique Identifier
-  Version 1.4.0 (12-Jan-2006)
+  Version 1.4.0 (15-Jan-2006)
 
   ABSTRACT
 


ossp-pkg/uuid/uuid_vers.h -> 1.21

*** /dev/null    Tue Apr 30 14:09:26 2024
--- -    Tue Apr 30 14:09:30 2024
***************
*** 0 ****
--- 1,46 ----
+ /*
+ **  uuid_vers.h -- Version Information for OSSP uuid (syntax: C/C++)
+ **  [automatically generated and maintained by GNU shtool]
+ */
+ 
+ #ifdef _UUID_VERS_H_AS_HEADER_
+ 
+ #ifndef _UUID_VERS_H_
+ #define _UUID_VERS_H_
+ 
+ #define _UUID_VERSION 0x104200
+ 
+ typedef struct {
+     const int   v_hex;
+     const char *v_short;
+     const char *v_long;
+     const char *v_tex;
+     const char *v_gnu;
+     const char *v_web;
+     const char *v_sccs;
+     const char *v_rcs;
+ } _uuid_version_t;
+ 
+ extern _uuid_version_t _uuid_version;
+ 
+ #endif /* _UUID_VERS_H_ */
+ 
+ #else /* _UUID_VERS_H_AS_HEADER_ */
+ 
+ #define _UUID_VERS_H_AS_HEADER_
+ #include "uuid_vers.h"
+ #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) $"
+ };
+ 
+ #endif /* _UUID_VERS_H_AS_HEADER_ */
+ 

CVSTrac 2.0.1