Author: henrib
Date: Thu Jul 14 15:17:41 2016
New Revision: 1752674

URL: http://svn.apache.org/viewvc?rev=1752674&view=rev
Log:
JEXL: 
Updated changes and release notes to reflect last fixes

Modified:
    commons/proper/jexl/trunk/RELEASE-NOTES.txt
    commons/proper/jexl/trunk/src/site/xdoc/changes.xml

Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/RELEASE-NOTES.txt?rev=1752674&r1=1752673&r2=1752674&view=diff
==============================================================================
--- commons/proper/jexl/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/jexl/trunk/RELEASE-NOTES.txt Thu Jul 14 15:17:41 2016
@@ -27,6 +27,9 @@ Version 3.0.1 is a micro release to fix
 
 Bugs Fixed in 3.0.1:
 ====================
+* JEXL-206:     testCallableCancel() test hangs sporadically
+* JEXL-205:     testCancelForever() is not terminated properly as 'Fixed'
+* JEXL-204:     Script is not interrupted by a method call throwing Exception
 * JEXL-202:     Detect invalid assignment operator usage with non-assignable 
l-value during script parsing
 * JEXL-198:     JxltEngine Template does not expose pragmas
 * JEXL-196:     Script execution hangs while calling method with one argument 
without parameter

Modified: commons/proper/jexl/trunk/src/site/xdoc/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/changes.xml?rev=1752674&r1=1752673&r2=1752674&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Thu Jul 14 15:17:41 2016
@@ -26,6 +26,15 @@
     </properties>
     <body>
         <release version="3.0.1" date="unreleased">
+            <action dev="henrib" type="fix" issue="JEXL-206" due-to="Dmitri 
Blinov">
+                testCallableCancel() test hangs sporadically
+            </action>
+            <action dev="henrib" type="fix" issue="JEXL-205" due-to="Dmitri 
Blinov">
+                testCancelForever() is not terminated properly as 'Fixed'
+            </action>
+            <action dev="henrib" type="fix" issue="JEXL-204" due-to="Dmitri 
Blinov">
+                Script is not interrupted by a method call throwing Exception
+            </action>
             <action dev="henrib" type="fix" issue="JEXL-202" due-to="Dmitri 
Blinov">
                 Detect invalid assignment operator usage with non-assignable 
l-value during script parsing
             </action>


Reply via email to