You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/12/05 20:43:53 UTC

svn commit: r601488 - /ode/branches/APACHE_ODE_1.1/RELEASE_NOTES

Author: mriou
Date: Wed Dec  5 11:43:52 2007
New Revision: 601488

URL: http://svn.apache.org/viewvc?rev=601488&view=rev
Log:
Updated release notes for 1.1.1

Modified:
    ode/branches/APACHE_ODE_1.1/RELEASE_NOTES

Modified: ode/branches/APACHE_ODE_1.1/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/RELEASE_NOTES?rev=601488&r1=601487&r2=601488&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/RELEASE_NOTES (original)
+++ ode/branches/APACHE_ODE_1.1/RELEASE_NOTES Wed Dec  5 11:43:52 2007
@@ -2,11 +2,12 @@
 Apache ODE Release Notes
 ========================
 
-Apache ODE 1.1 is the first official release of ODE since the project
-graduation from the Apache Incubator. It's mostly a bug fix release
-but also introduces a few performance improvements and enhancements.
+Apache ODE 1.1.1 is a minor release reflecting all the small fixes
+and improvements we've added since 1.1. There's no major new feature
+in this release (this should come in due time) but chockfull of
+usability and performance enhancements.
  
-Apache ODE 1.1 requires Java 1.5.x. The WAR distribution can run in
+Apache ODE 1.1.1 requires Java 1.5.x. The WAR distribution can run in
 most J2EE servlet container. The JBI distribution should be able to
 run in any JBI container but has only been tested with ServiceMix
 3.1 so far. See the BUILDING file if you want to build your own
@@ -15,19 +16,10 @@
 Changes:
 -------
 
-* Several in-memory processes performance enhancements.
-* Improvements around execution events, giving more control and
-information to the listeners.
-* Removal of the Quartz scheduler for a much simpler, custom 
-implementation. Fixed a few transactional and concurrency bugs and
-brought a small performance boost.
-* Upgrade to Axis2 1.3 fixing several related issues (notably 
-getting the WSDL documents for processes with a slash in their name).
-* Better support for the BPEL processes generated by the Eclipse BPEL
-designer.
-* Migrated our build to buildr completely (http://buildr.rubyforge.org)
-* Bug fixes including but not limited to: ODE-163, ODE-158, ODE-153,
-ODE-150, ODE-148, ODE-143, ODE-130 (check all issues under ODE 1.1 in
-JIRA for more).
-
+* Performance improvements for persistent mode.
+* Better integration with Axis2 (possibility to provide a 
+services.xml).
+* Weblogic support.
+* Lots of bug fixes. See 
+https://issues.apache.org/jira/browse/ODE/fixforversion/12312750