You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2005/10/27 22:28:28 UTC

svn commit: r328945 - in /webservices/axis/trunk/java: changelog.html release-notes.html

Author: dims
Date: Thu Oct 27 13:28:25 2005
New Revision: 328945

URL: http://svn.apache.org/viewcvs?rev=328945&view=rev
Log:
sync back from the AXIS_1_3_FINAL branch.


Modified:
    webservices/axis/trunk/java/changelog.html
    webservices/axis/trunk/java/release-notes.html

Modified: webservices/axis/trunk/java/changelog.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/changelog.html?rev=328945&r1=328944&r2=328945&view=diff
==============================================================================
--- webservices/axis/trunk/java/changelog.html (original)
+++ webservices/axis/trunk/java/changelog.html Thu Oct 27 13:28:25 2005
@@ -18,27 +18,29 @@
 
 <h2>Axis 1.3</h2>
 
-<h3>Changes from 1.2final</h3>
-<ul>Support Axis inside Applets
-<ul>Upgrade versions of dependency jars
-<ul>Updated xmlbeans serializer/deserializer
-<ul>Fixes for SAAJ 
-<ul>Fixes for Code Generation 
-<ul>Fixes for tools 
-<ul>Fixes for Runtime 
-<ul>Fixes for Performance 
-<ul>Fixes for various attachments problems
-<ul>Fixes for Memory Leaks
-<ul>Cleanup support for JavaBeans with array-type properties 
-<ul>Extract attachment streams directly from http request (w/o intermediate files)
-<ul>GC Fixes for long standing servers (Geronimo)
-<ul>Preliminary support for MTOM
+<h3>Changes from 1.2.1 final</h3>
+<ul>
+<li>Support Axis inside Applets
+<li>Upgrade versions of dependency jars
+<li>Updated xmlbeans serializer/deserializer
+<li>Fixes for SAAJ 
+<li>Fixes for Code Generation 
+<li>Fixes for tools 
+<li>Fixes for Runtime 
+<li>Fixes for Performance 
+<li>Fixes for various attachments problems
+<li>Fixes for Memory Leaks
+<li>Cleanup support for JavaBeans with array-type properties 
+<li>Extract attachment streams directly from http request (w/o intermediate files)
+<li>GC Fixes for long standing servers (Geronimo)
+<li>Preliminary support for MTOM
 </ul>
 
 <h2>Axis 1.2.1</h2>
 
 <h3>Changes from 1.2final</h3>
-<ul> Cleanup array handling for rpc/lit and doc/lit
+<ul>
+<li> Cleanup array handling for rpc/lit and doc/lit
 <li> Enhancements to HTTPSender/CommonsHTTPSender (including better cookie support)
 <li> Generate array of wrappers for soapenc array nillable elements
 <li> Better handling of elementFormDefault during dynamic wsdl generation

Modified: webservices/axis/trunk/java/release-notes.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/release-notes.html?rev=328945&r1=328944&r2=328945&view=diff
==============================================================================
--- webservices/axis/trunk/java/release-notes.html (original)
+++ webservices/axis/trunk/java/release-notes.html Thu Oct 27 13:28:25 2005
@@ -14,17 +14,15 @@
 </style>
 </head>
 <body>
-<h2>Axis 1.2 Release Notes</h2>
+<h2>Axis 1.3 Release Notes</h2>
 
-<p>This is the <a href="http://ws.apache.org/axis/releases.html">1.2 release</a> 
+<p>This is the <a href="http://ws.apache.org/axis/releases.html">1.3 release</a> 
   of the <a href="http://ws.apache.org/axis">Axis SOAP toolkit</a>.</p>
 
 <h3>About this release</h3>
-<p>This is the Final release of Axis 1.2.  Please kick the tires, 
+<p>This is the Final release of Axis 1.3.  Please kick the tires, 
 put it through it's paces, and let us know via our mailing lists or 
 <a href="http://issues.apache.org/jira/browse/AXIS">bug tracking system</a> if there are problems.
-
-<dl><dd><b>Please Note:</b> It's been much too long between 1.1 and 1.2, and as such we are releasing 1.2 in order to distribute an "official" release incorporating all the fixes and improvements.  We do realize that there are still some issues to be resolved, and we expect to follow the "release early and often" mantra in a much more rigorous way than we have been over the past year.  The net of this : expect to see a follow-on 1.2.1 or 1.3 release sometime soon as well.</dd></dl>
 
 <h3>Change History</h3>
 <p>Here is the <a href="changelog.html">change log</a> (a high-level list of changes).  You can also read the <a href="docs/cvslog.html">cvs change log</a> (which lists actual diffs).</p>