You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/08/18 20:35:56 UTC

svn commit: r986847 - /axis/axis2/java/core/branches/java/1_5/release-notes.html

Author: veithen
Date: Wed Aug 18 18:35:55 2010
New Revision: 986847

URL: http://svn.apache.org/viewvc?rev=986847&view=rev
Log:
Started to write the release note for 1.5.2 (still need to insert the list of JIRA issues).

Modified:
    axis/axis2/java/core/branches/java/1_5/release-notes.html

Modified: axis/axis2/java/core/branches/java/1_5/release-notes.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/release-notes.html?rev=986847&r1=986846&r2=986847&view=diff
==============================================================================
--- axis/axis2/java/core/branches/java/1_5/release-notes.html (original)
+++ axis/axis2/java/core/branches/java/1_5/release-notes.html Wed Aug 18 18:35:55 2010
@@ -20,34 +20,24 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="">
-  <title>Apache Axis2 @axisVersion@ Release Notes</title>
+  <title>Apache Axis2 1.5.2 Release Notes</title>
 </head>
 
 <body lang="en">
-<h1>Apache Axis2 @axisVersion@ Release Notes</h1>
+<h1>Apache Axis2 1.5.2 Release Notes</h1>
 
 <h2>About this version</h2>
 
-<p>1.5.1 is a maintenance release to fix several key problems in
-the 1.5 release.</p>
+<p>1.5.2 is a maintenance release to fix the security issue described in
+<a href="http://svn.apache.org/repos/asf/axis/axis2/java/core/security/CVE-2010-1632.pdf">CVE-2010-1632</a>
+as well as some other critical issues.</p>
 
-<p><i>Note: as of Axis2 1.5 we <b>NO LONGER</b> support JDK 1.4.  You will need to be running JDK 1.5 or later in order to use Axis2 from now on.</i></p>
-
-<h2>Changes since 1.5</h2>
+<h2>Changes since 1.5.1</h2>
 
 <ul>
- <li>Fix for the dreaded "CLOSE_WAIT" problem (JIRA issues 935, 2883, etc).  We now share an instance of HTTPClient across each ConfigurationContext (i.e. each Axis2 server or ServiceClient) - connection reuse is now automatic.  This means <b>the REUSE_HTTP_CLIENT flag is no longer necessary or useful, nor is creating your own MultithreadedHttpConnectionManager</b>.</li>
- <li>Another important part of this fix involves automatically releasing the last OperationContext's resources each time ServiceClient.sendReceive() is called for blocking operations.  This behavior is controlled by setting the ServiceClient.AUTO_RELEASE_CONNECTION property in the Options class - the default is true, but if you want to turn it off you can call <code>options.setProperty(ServiceClient.AUTO_RELEASE_CONNECTION, false)</code> (note that if you do this you'll need to ensure that the transport connection is cleaned up some other way, such as by manually calling cleanupTransport() on your client or stub).</li>
- <li>Transport deployer is now actually functional, and getListenerManager() in ConfigurationContext now creates a new LM if there isn't one already.</li>
- <li>Fix for AXIS2-4034, module versions now support real versions like "1.5.1"</li>
- <li>NPE problem (see AXIS2-4114) fixed in MessageContext while retrieving policy.</li>
- <li>Fix a dependency problem with the JavaDocs build</li>
+ <li>TODO: insert list of JIRA issues here</li>
 </ul>
 
-<h4>Known Issues and Limitations in the @axisVersion@ Release:</h4>
-<p><i>Please see JIRA</i></p>
-
-
 <h2>About Axis2</h2>
 
 <p>Apache Axis2 is a complete re-design and re-write of the widely used
@@ -67,14 +57,14 @@ project. Please see the individual subpr
 satisfying experienced user experience with this release. We welcome any
 and all feedback at:</p>
 <ul>
-  <li><a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a> (please include "[axis2]" in the subject)</li>
-  <li><a href="mailto:axis-dev@ws.apache.org">axis-dev@ws.apache.org</a> (please include "[axis2]" in the subject)</li>
+  <li><a href="mailto:java-user@axis.apache.org">java-user@axis.apache.org</a> (please include "[axis2]" in the subject)</li>
+  <li><a href="mailto:java-dev@axis.apache.org">java-dev@axis.apache.org</a> (please include "[axis2]" in the subject)</li>
   <li><a href="http://issues.apache.org/jira/browse/AXIS2">http://issues.apache.org/jira/browse/AXIS2</a></li>
 </ul>
 
 <p>Thank you for your interest in Apache Axis2!</p>
 
 <p><i>The Axis2 Development Team<br>
-<a href="http://ws.apache.org/axis2/">http://ws.apache.org/axis2/</a></i></p>
+<a href="http://axis.apache.org/">http://axis.apache.org/</a></i></p>
 </body>
 </html>