Author: henrib
Date: Sun Mar 28 16:51:48 2010
New Revision: 928452
URL: http://svn.apache.org/viewvc?rev=928452&view=rev
Log:
Prepare for 2.0.1
Modified:
commons/proper/jexl/trunk/RELEASE-NOTES.txt
commons/proper/jexl/trunk/xdocs/changes.xml
Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/RELEASE-NOTES.txt?rev=928452&r1=928451&r2=928452&view=diff
==============================================================================
--- commons/proper/jexl/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/jexl/trunk/RELEASE-NOTES.txt Sun Mar 28 16:51:48 2010
@@ -104,8 +104,15 @@ Error and exception handling
* Configuring the leniency and verbosity of the Jexl engine allows user
control over the
error handling policy
-Bugs fixed:
-===========
+Bugs fixed in 2.0.1:
+====================
+
+* JEXL-100: Array access expressions fail when evaluated twice and cache
is enabled
+* JEXL-99: Documentation of Thread Safety / Invalid code examples on
homepage
+* JEXL-98: Quote escaping cannot be escaped
+
+Bugs fixed in 2.0:
+==================
* JEXL-90: Jexl parser allows invalid expressions, e.g. "a=1 b=2 3"
* JEXL-88: MethodKey.java - name clash getMostSpecific() with Java 1.5.0
Modified: commons/proper/jexl/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/xdocs/changes.xml?rev=928452&r1=928451&r2=928452&view=diff
==============================================================================
--- commons/proper/jexl/trunk/xdocs/changes.xml (original)
+++ commons/proper/jexl/trunk/xdocs/changes.xml Sun Mar 28 16:51:48 2010
@@ -25,6 +25,11 @@
<author email="[email protected]">Commons Developers</author>
</properties>
<body>
+ <release version="2.0.1" date="2010-03-28">
+ <action dev="henrib" type="add" issue="JEXL-100">Array access
expressions fail when evaluated twice and cache is enabled</action>
+ <action dev="henrib" type="add" issue="JEXL-99" due-to="Marcel
Schoen">Documentation of Thread Safety / Invalid code examples on
homepage</action>
+ <action dev="henrib" type="add" issue="JEXL-98" due-to="Marcel
Schoen">Quote escaping cannot be escaped</action>
+ </release>
<release version="2.0" date="2010-02-02">
<action dev="henrib" type="add" issue="JEXL-27" due-to="Weikuo
Liaw">Bean-ish & ant-ish like assignment</action>
<action dev="henrib" type="add" issue="JEXL-19" due-to="Jesse
Glick">Ternary operator support</action>