Check-in Number:
|
3745 | |
Date: |
2004-Jan-11 09:43:50 (local)
2004-Jan-11 08:43:50 (UTC) |
User: | rse |
Branch: | |
Comment: |
release OSSP uuid 0.9.0 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/new/news.txt 1.67 -> 1.68
--- news.txt 2003/11/10 19:04:51 1.67
+++ news.txt 2004/01/11 08:43:50 1.68
@@ -1,3 +1,4 @@
+11-Jan-2004: Released L<OSSP uuid> 0.9.0
10-Nov-2003: Released L<OSSP sa> 1.1.0
10-Nov-2003: Released L<OSSP cfg> 0.9.1
10-Nov-2003: Released L<OSSP l2> 0.9.5
|
|
ossp-web/pkg/lib/uuid/index.wml 1.1 -> 1.2
--- index.wml 2004/01/10 22:32:31 1.1
+++ index.wml 2004/01/11 08:43:51 1.2
@@ -5,8 +5,6 @@
<h1>Universally Unique Identifiers</h1>
-<img src="socket.png" alt="" align=right>
-
<h2>Abstract</h2>
OSSP uuid is a ISO-C application programming interface (API) and
@@ -15,6 +13,15 @@
(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).
+<p>
+UUIDs are 128 bit numbers which are intended to have a high likelihood
+of uniqueness over space and time and are computationally difficult
+to guess. They are globally unique identifiers which can be locally
+generated without contacting a global registration authority. UUIDs
+are intended as unique identifiers for both mass tagging objects
+with an extremely short lifetime and to reliably identifying very
+persistent objects across a network.
+
<h2>Documentation</h2>
<pkg_manpage name="uuid" sect=3 path="/pkg/lib/uuid/uuid.pod">,
@@ -30,7 +37,7 @@
<pkg_status
name="uuid" assign="rse"
stable="none" stable_date="none"
- unstable="0.9.0" unstable_date="10-Jan-2004"
+ unstable="0.9.0" unstable_date="11-Jan-2004"
done=90>
<h2>Source</h2>
|
|