Author: pkluegl
Date: Fri Jan 15 08:23:08 2016
New Revision: 1724736

URL: http://svn.apache.org/viewvc?rev=1724736&view=rev
Log:
UIMA-4661
- updated release notes

Modified:
    uima/ruta/trunk/README
    uima/ruta/trunk/RELEASE_NOTES.html
    
uima/ruta/trunk/ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaParser.g

Modified: uima/ruta/trunk/README
URL: 
http://svn.apache.org/viewvc/uima/ruta/trunk/README?rev=1724736&r1=1724735&r2=1724736&view=diff
==============================================================================
--- uima/ruta/trunk/README (original)
+++ uima/ruta/trunk/README Fri Jan 15 08:23:08 2016
@@ -1,5 +1,5 @@
 
-Apache UIMA Ruta (TM) v2.3.0
+Apache UIMA Ruta (TM) v2.4.0
 -------------------------------------------------------------------------
 
 Building from the Source Distribution

Modified: uima/ruta/trunk/RELEASE_NOTES.html
URL: 
http://svn.apache.org/viewvc/uima/ruta/trunk/RELEASE_NOTES.html?rev=1724736&r1=1724735&r2=1724736&view=diff
==============================================================================
--- uima/ruta/trunk/RELEASE_NOTES.html (original)
+++ uima/ruta/trunk/RELEASE_NOTES.html Fri Jan 15 08:23:08 2016
@@ -21,10 +21,10 @@
    -->
 
 <head>
-  <title>Apache UIMA Ruta v2.3.1 Release Notes</title>
+  <title>Apache UIMA Ruta v2.4.0 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA Ruta&#8482; v2.3.1 Release Notes</h1>
+<h1>Apache UIMA Ruta&#8482; v2.4.0 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
@@ -48,7 +48,27 @@
 
 <h2><a name="major.changes">2. Major Changes in this Release</a></h2>
 <p>
-  This is a bugfix release. It fixes diverse problems of the rule inference, 
the ruta-maven-plugin and the UIMA Ruta Workbench.
+  <p>UIMA Ruta Language and Analysis Engine:</p>
+  <ul>
+    <li>Explicit referencing of annotations with variables, labels and 
addresses</li>
+    <li>Helper methods for applying rules directly in Java code</li>
+    <li>New action for splitting annotations</li>
+    <li>New block for resetting match context</li>
+    <li>Import of uimaFIT analysis engines with manditory parameters</li>
+    <li>Macros for conditions and actions (prototypical)</li>
+    <li>Limited support of UIMA arrays (prototypical)</li>
+    <li>Many, many bug fixes and improvements</li>
+  </ul>
+  <p>UIMA Ruta Workbench:</p>
+  <ul>
+    <li>More support of external files</li>
+    <li>Bug fixes</li>
+  </ul>
+  <p>
+    This release requires an update of script projects and its descriptors in 
the UIMA Ruta Workbench, 
+   e.g, by deleting all descriptors and updating the script project.
+   Right-click on a project and select "UIMA Ruta -&gt; Convert to UIMA Ruta 
project
+</p>
 </p>
  
   

Modified: 
uima/ruta/trunk/ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaParser.g
URL: 
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaParser.g?rev=1724736&r1=1724735&r2=1724736&view=diff
==============================================================================
--- 
uima/ruta/trunk/ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaParser.g
 (original)
+++ 
uima/ruta/trunk/ruta-core/src/main/antlr3/org/apache/uima/ruta/parser/RutaParser.g
 Fri Jan 15 08:23:08 2016
@@ -293,6 +293,7 @@ public void setExternalFactory(RutaExter
         * @param parent - Block where the type should be imported.
         * @param typesystem - Typesystem from which to import the type.
         * @param qualifiedType - Type to import from the typesystem.
+        * @param alias - aliad for the imported type
         */
     public void importTypeFromTypeSystem(RutaBlock parent, String typesystem, 
String qualifiedType, Token alias) {
         if (alias == null) {


Reply via email to