ossp-pkg/fsl/ChangeLog 1.2 -> 1.3
--- ChangeLog 2002/08/01 10:18:06 1.2
+++ ChangeLog 2002/08/02 10:56:21 1.3
@@ -9,7 +9,14 @@
ChangeLog
=========
- Changes between 0.1.* and 1.0.0 (09-Jul-2002 to 01-Aug-2002)
+ Changes between 1.0.0 and 1.0.1 (01-Aug-2002 to xx-Aug-2002)
+
+ *) Compile regular expressions with PCRE_ANCHORED to make sure
+ they are anchored. This means the ident "bar/.*" does not match
+ "foobar/quux". If it should it now has to be written ".*bar/quux".
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
+ Changes between *GENESIS* and 1.0.0 (09-Jul-2002 to 01-Aug-2002)
*) Switched to OSSP l2 for message logging
*) Switched to OSSP cfg and OSSP pcre for configuration parsing
|
|