OSSP CVS Repository

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

Check-in Number: 4827
Date: 2004-Nov-03 20:03:03 (local)
2004-Nov-03 19:03:03 (UTC)
User:rse
Branch:
Comment: release OSSP uuid 1.1.0
Tickets:
Inspections:
Files:
ossp-web/new/news.txt      1.104 -> 1.105     1 inserted, 0 deleted
ossp-web/pkg/lib/index.wml      added-> 1.91
ossp-web/pkg/lib/uuid/index.wml      1.17 -> 1.18     7 inserted, 6 deleted

ossp-web/new/news.txt 1.104 -> 1.105

--- news.txt     2004/10/31 19:41:05     1.104
+++ news.txt     2004/11/03 19:03:03     1.105
@@ -1,3 +1,4 @@
+03-Nov-2004: Released L<OSSP uuid> 1.1.0
 31-Oct-2004: Released L<OSSP cfg> 0.9.4
 31-Oct-2004: Released L<OSSP var> 1.1.2
 16-Oct-2004: Released L<OSSP uuid> 1.0.4


ossp-web/pkg/lib/index.wml -> 1.91

*** /dev/null    Thu May 16 16:45:28 2024
--- -    Thu May 16 16:48:13 2024
***************
*** 0 ****
--- 1,95 ----
+ 
+ #use wml::ossp area=pkg:lib subarea=NONE
+ 
+ <title>Packages: Libraries</title>
+ 
+ <h1>Index of Libraries</h1>
+ 
+ The libraries OSSP provides are the passive components used in the
+ OSSP platform. They are all stand-alone and fully reusable libraries
+ and can be used fully separately. On these packages currently the main
+ development effort is put, because they are the base of the whole OSSP
+ platform.
+ 
+ <p>
+ <pkg_list>
+   <pkg_item name="pth" longname="GNU pth" type="lib"
+             desc="Portable Threads"
+                        done=100 stable=2.0.2 unstable=none>
+   <pkg_item name="mm" longname="OSSP mm" type="lib"
+             desc="Shared Memory Allocation"
+                        done=100 stable=1.3.1 unstable=none>
+   <pkg_item name="ex" longname="OSSP ex" type="lib"
+             desc="Exception Handling"
+                        done=100 stable=1.0.4 unstable=none>
+   <pkg_item name="sa" longname="OSSP sa" type="lib"
+             desc="Socket Abstraction"
+                        done=100 stable=1.2.2 unstable=none>
+   <pkg_item name="fsl" longname="OSSP fsl" type="lib"
+             desc="Faked/Flexible Syslog"
+                        done=100 stable=1.5.0 unstable=none>
+   <pkg_item name="var" longname="OSSP var" type="lib"
+             desc="Variable Expansion"
+                        done=100 stable=1.1.2 unstable=none>
+   <pkg_item name="uuid" longname="OSSP uuid" type="lib"
+             desc="Universally Unique Identifier"
+                        done=100 stable=1.1.0 unstable=none>
+   <pkg_item name="val" longname="OSSP val" type="lib"
+             desc="Value Access"
+                        done=95 stable=none unstable=0.9.3>
+   <pkg_item name="xds" longname="OSSP xds" type="lib"
+             desc="Extensible Data Serialization"
+                        done=95 stable=none unstable=0.9.1>
+   <pkg_item name="str" longname="OSSP str" type="lib"
+             desc="String Handling"
+                        done=95 stable=none unstable=0.9.9>
+   <pkg_item name="l2" longname="OSSP l2" type="lib"
+             desc="Flexible Logging"
+                        done=95 stable=none unstable=0.9.8>
+   <pkg_item name="al" longname="OSSP al" type="lib"
+             desc="Assembly Line"
+                        done=95 stable=none unstable=0.9.1>
+   <pkg_item name="sio" longname="OSSP sio" type="lib"
+             desc="Stream I/O"
+                        done=95 stable=none unstable=0.9.2>
+   <pkg_item name="cfg" longname="OSSP cfg" type="lib"
+             desc="Configuration Parsing"
+                        done=95 stable=none unstable=0.9.4>
+   <pkg_item name="act" longname="OSSP act" type="lib"
+             desc="Abstract Container Types"
+                        done=25 stable=none unstable=none>
+   <pkg_item name="cache" longname="OSSP cache" type="lib"
+             desc="User-Space Cache"
+                        done=15 stable=none unstable=none>
+   <pkg_item name="path" longname="OSSP path" type="lib"
+             desc="Filesystem Path Manipulations"
+                        done=70 stable=none unstable=none>
+   <pkg_item name="proc" longname="OSSP proc" type="lib"
+             desc="Process Management"
+                        done=30 stable=none unstable=none>
+   <pkg_item name="pcbe" longname="OSSP pcbe" type="lib"
+             desc="Perl Style Boolean Expressions"
+                        done=15 stable=none unstable=none>
+   <pkg_item name="res" longname="OSSP res" type="lib"
+             desc="Resource Pools"
+                        done=15 stable=none unstable=none>
+   <pkg_item name="hook" longname="OSSP hook" type="lib"
+             desc="API Hooks"
+                        done=50 stable=none unstable=none>
+   <pkg_item name="mux" longname="OSSP mux" type="lib"
+             desc="Multiplexing Protocol"
+                        done=15 stable=none unstable=none>
+   <pkg_item name="err" longname="OSSP err" type="lib"
+             desc="Error Stacks"
+                        done=15 stable=none unstable=none>
+   <pkg_item name="popt" longname="OSSP popt" type="lib" derived=yes
+             desc="Option Parsing"
+                        done=100 stable=none unstable=none>
+   <pkg_item name="pcre" longname="OSSP pcre" type="lib" derived=yes
+             desc="Perl Compatible Regular Expressions"
+                        done=100 stable=none unstable=none>
+   <pkg_item name="adns" longname="OSSP adns" type="lib" derived=yes
+             desc="Asynchronous DNS Resolving"
+                        done=100 stable=none unstable=none>
+ </pkg_list>
+ 


ossp-web/pkg/lib/uuid/index.wml 1.17 -> 1.18

--- index.wml    2004/10/16 18:32:09     1.17
+++ index.wml    2004/11/03 19:03:08     1.18
@@ -14,9 +14,9 @@
 
 <h2>Abstract</h2>
 
-OSSP uuid is a ISO-C application programming interface (API) and
-corresponding command line interface (CLI) for the generation of DCE
-1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers
+OSSP uuid is a ISO-C and Perl application programming interface (API)
+and corresponding command line interface (CLI) for the generation of
+DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifiers
 (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node
 based), version 3 (name based) and version 4 (random number based).
 
@@ -33,7 +33,8 @@
 
 <pkg_manpage name="uuid" sect=3 path="/pkg/lib/uuid/uuid.pod">,
 <pkg_manpage name="uuid" sect=1 path="/pkg/lib/uuid/uuid_cli.pod">,
-<pkg_manpage name="uuid-config" sect=1 path="/pkg/lib/sa/uuid-config.pod">.
+<pkg_manpage name="uuid-config" sect=1 path="/pkg/lib/sa/uuid-config.pod">,
+<pkg_manpage name="OSSP::uuid" sect=3 path="/pkg/lib/uuid/perl/uuid.pod">.
 
 <h2>Authors</h2>
 
@@ -43,7 +44,7 @@
 
 <pkg_status
     name="uuid" assign="rse"
-    stable="1.0.4"    stable_date="16-Oct-2004"
+    stable="1.1.0"    stable_date="03-Nov-2004"
     unstable="none" unstable_date="none"
         done=100>
 
@@ -54,7 +55,7 @@
     url=$(FTP_ROOT_URL)/pkg/lib/uuid/
     directory=$(FTP_ROOT_DIR)/pkg/lib/uuid/
     files="uuid-[0-9.]*.tar.gz" 
-        stable="uuid-1\.0\.4\.tar\.gz" unstable="none">
+        stable="uuid-1\.1\.0\.tar\.gz" unstable="none">
         
 <h2>Donation</h2>
 

CVSTrac 2.0.1