You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/11/12 18:16:02 UTC

svn commit: r835454 - in /incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme: RELEASE_NOTES RELEASE_NOTES.html

Author: schor
Date: Thu Nov 12 17:16:01 2009
New Revision: 835454

URL: http://svn.apache.org/viewvc?rev=835454&view=rev
Log:
UIMA-1539 regen release notes

Modified:
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES
    incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES?rev=835454&r1=835453&r2=835454&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES Thu Nov 12 17:16:01 2009
@@ -148,6 +148,7 @@
 
 
 
+
 Release Notes - UIMA - Version 2.3
 
 
@@ -248,6 +249,7 @@
     * [UIMA-1521] - File encoding is platform dependent
     * [UIMA-1523] - Generics: FSIterator.moveTo(T) should be moveTo(FeatureStructure)
     * [UIMA-1525] - Running an AE inside the Cas Editor does not marks editor as dirty if document is opened
+    * [UIMA-1532] - Generics in FSIndex maybe incorrect
     * [UIMA-1536] - move RunWithJarPath into its own project
     * [UIMA-1543] - Missing <version> tags in uimaj-distr POM
     * [UIMA-1548] - Include LICENSE/NOTICE/DISCLAIMER files from local sources ahead of common sources
@@ -268,6 +270,9 @@
     * [UIMA-1618] - Rename CasEditor NLP category to "Cas Editor" and the NLP project to "Cas Editor Project"
     * [UIMA-1619] - Clarify that a Cas Editor Project is required to use the Cas Editor in the documentation
     * [UIMA-1631] - UimaBootstrap Loader approach fails to work for classes loaded by logger (and maybe other parts of Java)
+    * [UIMA-1641] - Cas Processor integration was changed, but documentation not updated
+    * [UIMA-1647] - Scripts fail to call runUimaClass.sh 
+    * [UIMA-1650] - Bug in common launcher script causing UIMA_CLASSPATH to be ignored
 
 ** Improvement
     * [UIMA-71] - New v2 features missing from tutorial chapters
@@ -384,6 +389,3 @@
 
 ** Test
     * [UIMA-1389] - Remove OpenNLP example wrapper
-
-
-

Modified: incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html?rev=835454&r1=835453&r2=835454&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html (original)
+++ incubator/uima/uimaj/trunk/uimaj-distr/src/main/readme/RELEASE_NOTES.html Thu Nov 12 17:16:01 2009
@@ -180,8 +180,6 @@
 <h2><a name="list.issues">6. List of JIRA Issues Fixed in this Release</a></h2>
     
 
-
-
         Release Notes - UIMA - Version 2.3
         
 <h2>        Bug
@@ -379,6 +377,8 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1525'>UIMA-1525</a>] -         Running an AE inside the Cas Editor does not marks editor as dirty if document is opened
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1532'>UIMA-1532</a>] -         Generics in FSIndex maybe incorrect
+</li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1536'>UIMA-1536</a>] -         move RunWithJarPath into its own project
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1543'>UIMA-1543</a>] -         Missing &lt;version&gt; tags in uimaj-distr POM
@@ -419,6 +419,12 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/UIMA-1631'>UIMA-1631</a>] -         UimaBootstrap Loader approach fails to work for classes loaded by logger (and maybe other parts of Java)
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1641'>UIMA-1641</a>] -         Cas Processor integration was changed, but documentation not updated
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1647'>UIMA-1647</a>] -         Scripts fail to call runUimaClass.sh 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/UIMA-1650'>UIMA-1650</a>] -         Bug in common launcher script causing UIMA_CLASSPATH to be ignored
+</li>
 </ul>
     
 <h2>        Improvement