dfs 2004/02/17 23:26:23
Modified: . CHANGES
Log:
Changed the version number to 2.1-dev-1 because the next release will either provide
significant new functionality in the form of pattern matching engine factories and/or
conditional compilation to support J2ME/1.1 J2SE 1.2 and J2SE 1.4. Also made note of
the new engine factory classes, which may or may not make it into the final release.
Revision Changes Path
1.40 +18 -2 jakarta-oro/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/jakarta-oro/CHANGES,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- CHANGES 18 Feb 2004 03:08:48 -0000 1.39
+++ CHANGES 18 Feb 2004 07:26:23 -0000 1.40
@@ -1,6 +1,22 @@
$Id$
-Version 2.0.9-dev1
+Version 2.1-dev-1
+ o added the following classes to complete the abstraction of
+ multiple regular expression engines:
+
+ PatternMatchingEngine
+ PatternCompilerOptions
+ Perl5Engine
+ Perl5CompilerOptions
+ AwkEngine
+ AwkCompilerOptions
+ GlobEngine
+ GlobCompilerOptions
+ PatternMatchingEngineFactory
+
+ These classes may be removed or change significantly before
+ a 2.1 release.
+
o updated the license to the Apache License Version 2.0
found at: http://www.apache.org/licenses/LICENSE-2.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]