You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/11/13 00:03:42 UTC

svn commit: r835627 - /commons/proper/jexl/trunk/xdocs/changes.xml

Author: sebb
Date: Thu Nov 12 23:03:42 2009
New Revision: 835627

URL: http://svn.apache.org/viewvc?rev=835627&view=rev
Log:
Typos; update author

Modified:
    commons/proper/jexl/trunk/xdocs/changes.xml

Modified: commons/proper/jexl/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/xdocs/changes.xml?rev=835627&r1=835626&r2=835627&view=diff
==============================================================================
--- commons/proper/jexl/trunk/xdocs/changes.xml (original)
+++ commons/proper/jexl/trunk/xdocs/changes.xml Thu Nov 12 23:03:42 2009
@@ -22,7 +22,7 @@
 <document>
   <properties>
     <title>Changes</title>
-    <author email="dion@apache.org">dIon Gillard</author>
+    <author email="dev@commons.apache.org">Commons Developers</author>
   </properties>
   <body>
     <release version="2.0" date="unreleased">
@@ -30,26 +30,26 @@
         <action dev="henrib" type="add" issue="JEXL-19" due-to="Jesse Glick">Ternary operator support</action>
         <action dev="henrib" type="add" issue="JEXL-41" due-to="Alejandro Torras">Support for ${...} and #{...} expressions</action>
         <action dev="henrib" type="add" issue="JEXL-15" due-to="Paul Libbrecht">User definable functions</action>
-        <action dev="Sebb" type="add" issue="JEXL-63">JSR-223 support</action>
+        <action dev="sebb" type="add" issue="JEXL-63">JSR-223 support</action>
         <action dev="henrib" type="update" issue="JEXL-10" due-to="Paul Libbrecht">Make possible checking for unresolved variables</action>
         <action dev="henrib" type="update" issue="JEXL-11" due-to="Paul Libbrecht">Don't make null convertible into anything</action>
-        <action dev="henrib" type="fix" issue="JEXL-47" due-to="Sebb">Allow single-line comments with //</action>
-        <action dev="henrib" type="fix" issue="JEXL-44" due-to="Sebb">Comments don't allow double-quotes</action>
-        <action dev="henrib" type="add" issue="JEXL-71" due-to="Sebb">Array literal syntax is not supported</action>
-        <action dev="diong" type="fix" issue="JEXL-17" due-to="Nestor Urquiza">allowing quote escaping</action>
-        <action dev="diong" type="fix" issue="JEXL-25" due-to="Marek Lewczuk">Call method with varargs</action>
-        <action dev="diong" type="fix" issue="JEXL-32" due-to="Kedar Dave">BigDecimal values are treated as Long values which results in loss of precision</action>
-        <action dev="diong" type="fix" issue="JEXL-33">Remove unnecessary throws Exception from various classes</action>
-        <action dev="henrib" type="fix" issue="JEXL-50" due-to="Sebb">Div operator does not do integer division</action>
-        <action dev="henrib" type="fix" issue="JEXL-87" due-to="Sebb">Inconsistent behaviour of arithmetical operations<action>
+        <action dev="henrib" type="fix" issue="JEXL-47" due-to="sebb">Allow single-line comments with //</action>
+        <action dev="henrib" type="fix" issue="JEXL-44" due-to="sebb">Comments don't allow double-quotes</action>
+        <action dev="henrib" type="add" issue="JEXL-71" due-to="sebb">Array literal syntax is not supported</action>
+        <action dev="dion" type="fix" issue="JEXL-17" due-to="Nestor Urquiza">allowing quote escaping</action>
+        <action dev="dion" type="fix" issue="JEXL-25" due-to="Marek Lewczuk">Call method with varargs</action>
+        <action dev="dion" type="fix" issue="JEXL-32" due-to="Kedar Dave">BigDecimal values are treated as Long values which results in loss of precision</action>
+        <action dev="dion" type="fix" issue="JEXL-33">Remove unnecessary throws Exception from various classes</action>
+        <action dev="henrib" type="fix" issue="JEXL-50" due-to="sebb">Div operator does not do integer division</action>
+        <action dev="henrib" type="fix" issue="JEXL-87" due-to="sebb">Inconsistent behaviour of arithmetical operations<action>
         <action dev="henrib" type="fix" issue="JEXL-21" due-to="AC">operator overloading / hooks on operator processing</action>
         <action dev="henrib" type="add">'new' operator support</action>
         <action dev="henrib" type="add">Support Unicode escapes in string literals</action>
         <action dev="henrib" type="update">Various performance enhancements & caches</action>
     </release>
     <release version="1.1.1-SNAPSHOT" date="unreleased">
-      <action dev="diong" type="update" issue="JEXL-23">Fix jdk1.3 only code that has crept into Jexl tests</action>
-      <action dev="diong" type="update" issue="JEXL-22" due-to="Randy H.">Allow unicode literals to be used</action>
+      <action dev="dion" type="update" issue="JEXL-23">Fix jdk1.3 only code that has crept into Jexl tests</action>
+      <action dev="dion" type="update" issue="JEXL-22" due-to="Randy H.">Allow unicode literals to be used</action>
     </release>
     <release version="1.1" date="2006-09-10">
       <action dev="rahul" type="fix" issue="JEXL-17" due-to="Kohsuke Kawaguchi">Consistently throw ParseException in case of a parsing failure, not an Error.</action>