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 2013/08/05 16:57:59 UTC

svn commit: r1510521 - in /uima/uimaj/trunk: README RELEASE_NOTES.html pom.xml

Author: schor
Date: Mon Aug  5 14:57:59 2013
New Revision: 1510521

URL: http://svn.apache.org/r1510521
Log:
no Jira - prepare for 2.4.2 release

Modified:
    uima/uimaj/trunk/README
    uima/uimaj/trunk/RELEASE_NOTES.html
    uima/uimaj/trunk/pom.xml

Modified: uima/uimaj/trunk/README
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/README?rev=1510521&r1=1510520&r2=1510521&view=diff
==============================================================================
--- uima/uimaj/trunk/README (original)
+++ uima/uimaj/trunk/README Mon Aug  5 14:57:59 2013
@@ -1,5 +1,5 @@
 
-      Apache UIMA (Unstructured Information Management Architecture) v2.4.1 SDK
+      Apache UIMA (Unstructured Information Management Architecture) v2.4.2 SDK
       -------------------------------------------------------------------------
 
 Building from the Source Distribution
@@ -21,47 +21,10 @@ Look for the result here: 
 
 For more details, please see http://uima.apache.org/building-uima.html   
 
-What's New in 2.4.1
+What's New in 2.4.2
 -------------------
 
-  There are many improvements, some bug fixes, and tooling enhancements in this release.  The major changes include:
-  
-    * Documentation of binary serialization.
-    * New kinds of compressed binary serialization that compress the data significantly
-      and one form that supports unequal source/target type systems
-      
-    * A new facility called External Parameter Overrides for specifying parameter settings for annotators 
-      that uses properties files and is independent of the annotator hierarchy
-
-    * CasCopier enhancements to allow copying one view to a different view.
-    
-    * Additional options to restrict JCasGen operation to generating just those types that are defined in a project,
-      excluding other types that are imported from other projects
-    * A new Maven plugin that runs JCasGen (see tools documentation for how to configure and use this)
-
-    * a new ability to preserve white space (indentation) when parsing XML descriptors; this is now used in the
-      Component Descriptor Editor (CDE), to preserve indentation when editing an existing descriptor.
-
-    * Performance and space improvements
-    * Some "bulk" methods for efficiently removing Feature Structures from Indexes
-
-    * The CDE supports 3 new things: the preserving of existing white-space in XML descriptors, 
-      External Parameter Overrides, and a configuration option to restrict JCasGen to just those
-      types defined in the project.
-    * Enhancements to the DocumentAnalyzer utility to support reading CASes in various formats
- 
- Some User-facing Interfaces and Classes have new methods:
-    * FsIndexRepository - new methods for bulk removal of all instances of a type from the indexes
-    * JCas - same methods added for bulk removal, as above
-    * Serialization - Javadocs added to document the kinds of serialization and deserialization supported (binary and compressed binary forms)
-                    - Methods added to support Binary Compressed serialization / deserialization
-    * CasCopier - new copyCasView methods for copying to a different view
-    
- Some interfaces and classes, less likely to be used by users, were changed:
-    * ConfigurationManager's createContext method has additional parameter for the new external parameter override mechanism
-    * ConfigurationParameter - has new support for external parameter override names               
-    
-    
+  This is a bug fix release, only.    
     
 Supported Platforms
 --------------------

Modified: uima/uimaj/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/RELEASE_NOTES.html?rev=1510521&r1=1510520&r2=1510521&view=diff
==============================================================================
--- uima/uimaj/trunk/RELEASE_NOTES.html (original)
+++ uima/uimaj/trunk/RELEASE_NOTES.html Mon Aug  5 14:57:59 2013
@@ -20,10 +20,10 @@
    -->
 <html>
 <head>
-  <title>Apache UIMA v2.4.1 Release Notes</title>
+  <title>Apache UIMA v2.4.2 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA (Unstructured Information Management Architecture) v2.4.1 Release Notes</h1>
+<h1>Apache UIMA (Unstructured Information Management Architecture) v2.4.2 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
@@ -62,17 +62,17 @@
 				replicating processing pipelines over a cluster of
 				networked nodes.
 			</p>
-                                                <p>
+      <p>
 				Apache UIMA is an Apache-licensed open source
 				implementation of the UIMA specification (that
 				specification is, in turn, being developed concurrently
 				by a technical committee within
-				<a href="http://www.oasis-open.org">OASIS</a>
-				, a standards organization). We invite and encourage you
+				<a href="http://www.oasis-open.org">OASIS</a>,
+				a standards organization). We invite and encourage you
 				to participate in both the implementation and
 				specification efforts.
 			</p>
-                                                <p>
+      <p>
 				UIMA is a component framework for analysing unstructured
 				content such as text, audio and video. It comprises an
 				SDK and tooling for composing and running analytic
@@ -82,7 +82,7 @@
 
 <h2><a name="major.changes">Major Changes in this Release</a></h2>
 <p>
-Please see the <a href="README">README</a> for this information.
+There are no major changes in this release; it is a bugfix release for the 2.4.1 version.
 </p>
   
 <h2><a name="get.involved">How to Get Involved</a></h2>

Modified: uima/uimaj/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/pom.xml?rev=1510521&r1=1510520&r2=1510521&view=diff
==============================================================================
--- uima/uimaj/trunk/pom.xml (original)
+++ uima/uimaj/trunk/pom.xml Mon Aug  5 14:57:59 2013
@@ -62,7 +62,7 @@
 
   <properties>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <jiraVersion>12319201</jiraVersion> <!-- for 2.4.1SDK -->  
+    <jiraVersion>12324793</jiraVersion> <!-- for 2.4.2SDK -->  
     <assemblyFinalName>uimaj-${project.version}</assemblyFinalName>  
     <postNoticeText>${ibmNoticeText}</postNoticeText>    
   </properties>