Check-in Number:
|
2443 | |
Date: |
2002-Jul-30 21:51:59 (local)
2002-Jul-30 19:51:59 (UTC) |
User: | rse |
Branch: | |
Comment: |
release OSSP l2 0.9.0 and OSSP l2 0.9.0 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/new/news.txt 1.16 -> 1.17
--- news.txt 2002/07/30 18:37:24 1.16
+++ news.txt 2002/07/30 19:51:59 1.17
@@ -1,3 +1,5 @@
+30-Jul-2002: Released L<OSSP cfg> 0.9.0
+30-Jul-2002: Released L<OSSP l2> 0.9.0
30-Jul-2002: Released L<OSSP fsl> 0.1.12
28-Jul-2002: Released L<OSSP mm> 1.2.1
26-Jul-2002: Released L<OSSP mm> 1.2.0
|
|
ossp-web/pkg/lib/cfg/index.wml 1.4 -> 1.5
--- index.wml 2002/07/26 09:25:54 1.4
+++ index.wml 2002/07/30 19:52:00 1.5
@@ -11,8 +11,16 @@
configuration files. A configuration is sequence of directives. Each
directive consists of zero or more tokens. Each token can be either
a string or again a complete sequence. This means the configuration
-syntax has a recursive structure and this way allows to configure
-structures which require arbitrarily nested sections.
+syntax has a recursive structure and this way allows to create
+configurations with arbitrarily nested sections.
+
+<p>
+Additionally the configuration syntax provides complex
+single/double/balanced quoting of tokens, hexadecimal/octal/decimal
+character encodings, character escaping, C/C++ and Shell-style
+comments, etc. The library API allows importing a configuration text
+into an Abstract Syntax Tree (AST), traversing the AST and optionally
+exporting the AST again as a configuration text.
<h2>Authors</h2>
@@ -22,8 +30,8 @@
<pkg_status
stable="none" stable_date="none"
- unstable="none" unstable_date="none"
- done=80>
+ unstable="0.9.0" unstable_date="30-Jul-2002"
+ done=95>
<h2>Source</h2>
@@ -32,5 +40,5 @@
url=$(FTP_ROOT_URL)/pkg/lib/cfg/
directory=$(FTP_ROOT_DIR)/pkg/lib/cfg/
files="cfg-*.tar.gz"
- stable="none" unstable="none">
+ stable="none" unstable="cfg-0.9.0.tar.gz">
|
|
ossp-web/pkg/lib/index.wml 1.20 -> 1.21
--- index.wml 2002/07/30 18:37:24 1.20
+++ index.wml 2002/07/30 19:51:59 1.21
@@ -28,7 +28,7 @@
done=100 stable=1.0.0 unstable=none>
<pkg_item name="l2" longname="OSSP l2" type="lib"
desc="Flexible Logging"
- done=80 stable=none unstable=none>
+ done=95 stable=none unstable=0.9.0>
<pkg_item name="var" longname="OSSP var" type="lib"
desc="Variable Expansion"
done=95 stable=none unstable=0.9.0>
@@ -70,7 +70,7 @@
done=50 stable=none unstable=none>
<pkg_item name="cfg" longname="OSSP cfg" type="lib"
desc="Configuration Parsing"
- done=80 stable=none unstable=none>
+ done=95 stable=none unstable=0.9.0>
<pkg_item name="adns" longname="OSSP adns" type="lib" derived=yes
desc="Asynchronous DNS Resolving"
done=100 stable=none unstable=none>
|
|
ossp-web/pkg/lib/l2/index.wml 1.3 -> 1.4
--- index.wml 2002/07/13 20:09:26 1.3
+++ index.wml 2002/07/30 19:52:00 1.4
@@ -38,8 +38,8 @@
<pkg_status
stable="none" stable_date="none"
- unstable="none" unstable_date="none"
- done=80>
+ unstable="0.9.0" unstable_date="30-Jul-2002"
+ done=95>
<h2>Source</h2>
@@ -48,5 +48,5 @@
url=$(FTP_ROOT_URL)/pkg/lib/l2/
directory=$(FTP_ROOT_DIR)/pkg/lib/l2/
files="l2-*.tar.gz"
- stable="none" unstable="none">
+ stable="none" unstable="l2-0.9.0.tar.gz">
|
|