Check-in Number:
|
3168 | |
Date: |
2003-Feb-06 15:38:31 (local)
2003-Feb-06 14:38:31 (UTC) |
User: | rse |
Branch: | |
Comment: |
release OSSP sio 0.9.0 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/new/news.txt 1.50 -> 1.51
--- news.txt 2003/01/31 19:07:55 1.50
+++ news.txt 2003/02/06 14:38:31 1.51
@@ -1,3 +1,4 @@
+06-Feb-2003: Released L<OSSP sio> 0.9.0
31-Jan-2003: Released L<OSSP sa> 1.0.5
30-Jan-2003: Released L<OSSP ex> 1.0.2
28-Jan-2003: Released L<OSSP sa> 1.0.4
|
|
ossp-web/pkg/lib/index.wml 1.47 -> 1.48
--- index.wml 2003/01/31 19:07:56 1.47
+++ index.wml 2003/02/06 14:38:34 1.48
@@ -48,7 +48,7 @@
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=none>
+ done=95 stable=none unstable=0.9.0>
<pkg_item name="cfg" longname="OSSP cfg" type="lib"
desc="Configuration Parsing"
done=95 stable=none unstable=0.9.0>
|
|
ossp-web/pkg/lib/sio/index.wml 1.4 -> 1.5
--- index.wml 2002/10/02 12:44:43 1.4
+++ index.wml 2003/02/06 14:38:35 1.5
@@ -8,18 +8,26 @@
<h2>Abstract</h2>
OSSP sio is an I/O abstraction library for layered stream communication.
+It was built to deal efficiently with complex I/O protocols and includes
+capabilities to filter and multiplex data streams. Its modular structure
+is fully supported by the underlying OSSP al data buffer library.
+
+<h2>Documentation</h2>
+
+<pkg_manpage name="sio" sect=3 path="/pkg/lib/sio/sio.pod">,
+<pkg_manpage name="sio-config" sect=1 path="/pkg/lib/sio/sio-config.pod">.
<h2>Authors</h2>
-<pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+<pkg_author name="Michael van Elst" mail="mlelstv@dev.de.cw.net">
<h2>Status</h2>
<pkg_status
- name="sio" assign="rse"
- stable="none" stable_date="none"
- unstable="none" unstable_date="none"
- done=15>
+ name="sio" assign="mlelstv"
+ stable="none" stable_date="none"
+ unstable="0.9.0" unstable_date="06-Feb-2003"
+ done=95>
<h2>Source</h2>
@@ -28,5 +36,9 @@
url=$(FTP_ROOT_URL)/pkg/lib/sio/
directory=$(FTP_ROOT_DIR)/pkg/lib/sio/
files="sio-*.tar.gz"
- stable="none" unstable="none">
+ stable="sio-0\.9\.0\.tar\.gz" unstable="sa-SNAP.*\.tar.gz">
+<h2>Donation</h2>
+
+<pkg_donation name="sio" return="$(BASE_URL)/pkg/lib/sio/">
+
|
|