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 2008/04/08 09:57:02 UTC

svn commit: r645783 - in /webservices/axis2/trunk/c: ChangeLog NEWS xdocs/archived_news.html xdocs/download.html xdocs/index.html

Author: dinesh
Date: Tue Apr  8 00:56:40 2008
New Revision: 645783

URL: http://svn.apache.org/viewvc?rev=645783&view=rev
Log:
document update for Axis2/C 1.3.1

Modified:
    webservices/axis2/trunk/c/ChangeLog
    webservices/axis2/trunk/c/NEWS
    webservices/axis2/trunk/c/xdocs/archived_news.html
    webservices/axis2/trunk/c/xdocs/download.html
    webservices/axis2/trunk/c/xdocs/index.html

Modified: webservices/axis2/trunk/c/ChangeLog
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ChangeLog?rev=645783&r1=645782&r2=645783&view=diff
==============================================================================
--- webservices/axis2/trunk/c/ChangeLog (original)
+++ webservices/axis2/trunk/c/ChangeLog Tue Apr  8 00:56:40 2008
@@ -1,6 +1,6 @@
 Axis2/C (1.3.1)
    * Fixed library version numbering
-   * Made Guththila default parser for Axis2/C
+   * Made Guththila as default XML parser
 -- Axis2/C team <ax...@ws.apache.org> Mon,21 April 2008
 
 Axis2/C (1.3.0)

Modified: webservices/axis2/trunk/c/NEWS
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/NEWS?rev=645783&r1=645782&r2=645783&view=diff
==============================================================================
--- webservices/axis2/trunk/c/NEWS (original)
+++ webservices/axis2/trunk/c/NEWS Tue Apr  8 00:56:40 2008
@@ -69,7 +69,7 @@
 --------------------------------
 
    1. Fixed library version numbering
-   2. Made Guththila default parser for Axis2/C
+   2. Made Guththila as default XML parser
    3. Many bug fixes.
    4. Memory leak fixes
 

Modified: webservices/axis2/trunk/c/xdocs/archived_news.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/archived_news.html?rev=645783&r1=645782&r2=645783&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/archived_news.html (original)
+++ webservices/axis2/trunk/c/xdocs/archived_news.html Tue Apr  8 00:56:40 2008
@@ -5,6 +5,7 @@
     <div class="subsection"><a name="Contents"></a>
       <h3>Contents</h3>
       <ul>
+        <li><a href="#1_3_0">Version 1.3.0 - 3rd March 2008</a></li>
         <li><a href="#1_2_0">Version 1.2.0 - 17th January 2008</a></li>
         <li><a href="#1_1_0">Version 1.1.0 - 30th September 2007</a></li>
         <li><a href="#1_0_0">Version 1.0.0 - 06th May 2007</a></li>
@@ -21,6 +22,100 @@
         <li><a href="#M0_2">Milestone version 0.2 - 08th December 2005</a></li>
         <li><a href="#M0_1">Milestone version 0.1 - 25th November 2005</a></li>
       </ul>
+    </div>
+<!--###############################1.3.0########################################-->
+<div class="subsection"><a name="1_3_0"></a><h3>3rd March 2008 - Apache Axis2/C Version 1.3.0 Released</h3><p><a href="http://ws.apache.org/axis2/c/download.cgi" class="externalLink" title="External Link">Download 1.3.0</a></p></div><div class="subsection"><a name="Key_Features"></a><h3>Key Features</h3>
+      <ol>
+        <li>Support for one-way messaging (In-Only) and request response messaging (In-Out)</li>
+        <li>Client APIs: Easy to use service client API and more advanced operation client API</li>
+        <li>Transports supported: HTTP
+          <ul>
+
+            <li>Inbuilt HTTP server called simple axis server</li>
+            <li>Apache2 httpd module called mod_axis2 for server side</li>
+            <li>IIS module for server side</li>
+            <li>Client transport with ability to enable SSL support</li>
+            <li>Basic HTTP Authentication</li>
+            <li>libcurl based client transport</li>
+
+          </ul>
+        </li>
+        <li>Module architecture, mechanism to extend the SOAP processing model</li>
+        <li>WS-Addressing support, both the submission (2004/08) and final (2005/08) versions, implemented as a module</li>
+        <li>MTOM/XOP support</li>
+        <li>AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages; This has complete XML infoset support </li>
+        <li>XML parser abstraction
+          <ul>
+
+            <li>Libxml2 wrapper</li>
+            <li>Guththila pull parser support</li>
+          </ul>
+        </li>
+        <li>Both directory based and archive based deployment models for deploying services and modules </li>
+        <li>Description hierarchy providing access to static data of Axis2/C runtime (configuration, service groups, services, operations and messages) </li>
+        <li>Context hierarchy providing access to dynamic Axis2/C runtime information(corresponding contexts to map to each level of description hierarchy) </li>
+
+        <li>Message receiver abstraction
+          <ul>
+            <li>Inbuilt raw XML message receiver</li>
+          </ul>
+        </li>
+        <li>Code generation tool for stub and skeleton generation for a given WSDL (based on Java tool)        <ul>
+            <li>Axis Data Binding (ADB) support </li>
+          </ul>
+
+        </li>
+        <li>Transport proxy support</li>
+        <li>REST support (more POX like) using both HTTP POST and GET </li>
+        <li>Comprehensive documentation
+          <ul>
+            <li>Axis2/C Manual </li>
+          </ul>
+        </li>
+
+        <li>WS-Policy implementation called Neethi/C, with WS-SecurityPolicy extension</li>
+        <li>TCP Transport, for both client and server side </li>
+    </ol></div><div class="subsection">
+      <a name="Major_Changes_Since_Last_Release"></a>
+      <h3>Changes Since Last Release</h3>
+      <ol> 
+        <li>Fixed a bug on version numbering</li>
+
+        <li>List Axis2/C dependencies licensing in LICENSE file</li>
+        <li>Add relevant copyright notices to NOTICE file</li>
+        <li>Digest Authentication Support</li>
+        <li>Proxy Authentication Support</li>
+        <li>Ability to insert xml declaration on outgoing payloads</li>
+        <li>Enhanced REST support</li>
+
+        <li>MTOM support with libcurl</li>
+        <li>Improvements to TCPMon Tool</li>
+        <li>Improvements to Test Coverage</li>
+        <li>Improvements to API docs</li>
+        <li>Improvements to CA certificate validation mechanisms on SSL Transport</li>
+        <li>Improvements to Neethi</li>
+
+        <li>Fixed issue in HTTP GET on mod_axis2</li>
+        <li>Major Improvements to Guththila Parser</li>
+        <li>Improvements to libcurl based sender</li>
+        <li>Creation of a FAQ list</li>
+        <li>Improvements to Axis2/C documentation</li>
+        <li>Added Documentation on Archive Based Deployment</li>
+
+        <li>Fixes for IIS module</li>
+        <li>Removed dependency in util for the Axis2/C core</li>
+        <li>Ability to access transport headers at the service level (for RESTful services)</li>
+        <li>uint64_t and int64_t support at util layer and codegen level</li>
+        <li>Removed zlib dependencies when Archive Based Deployment model is disabled</li>
+        <li>Signal Handling in Windows</li>
+
+        <li>Removed over 99% of the warnings found on Windows</li>
+        <li>Increased build speed on Windows with nmake.</li>
+        <li>Improvements to Windows build system</li>
+        <li>Extensions to client API to support HTTP/Proxy Authentication</li>
+        <li>Memory leak fixes</li>
+        <li>Many bug fixes</li>
+      </ol>
     </div>
 <!--############################################################################-->
 <div class="subsection"><a name="1_2_0"></a><h3>17th January 2008 - Apache Axis2/C Version 1.2.0 Released</h3><p><a href="http://ws.apache.org/axis2/c/download.cgi" class="externalLink" title="External Link">Download 1.2.0</a></p></div><div class="subsection"><a name="Key_Features"></a><h3>Key Features</h3><ol>

Modified: webservices/axis2/trunk/c/xdocs/download.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/download.html?rev=645783&r1=645782&r2=645783&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/download.html (original)
+++ webservices/axis2/trunk/c/xdocs/download.html Tue Apr  8 00:56:40 2008
@@ -23,6 +23,32 @@
             <td width="69" align="center">Date</td>
             <td width="119" align="center">Description</td>
           </tr>
+<!--##############################1.3.1 Release#############################-->
+          <tr class="b">
+            <td align="center" valign="middle">1.3.1</td>
+            <td align="center">Release</td>
+            <td>MS Windows Distribution<br></br> - Binary Distribution <a href="[preferred]/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-win32.zip" title="[preferred]/ws/axis2/1.3.1/axis2c-bin-1.3.1-win32.zip" onclick="javascript:urchinTracker (&apos;/downloads/axis2c-bin-1.3.1-win32.zip&apos;);">zip</a>
+        <a href="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-win32.zip.md5" class="externalLink" title="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-win32.zip.md5">MD5</a>
+        <a href="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-win32.zip.asc" class="externalLink" title="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-win32.zip.asc">PGP</a>
+        <br></br>
+        - Source Distribution <a href="[preferred]/ws/axis2/c/1.3.1/axis2c-src-1.3.1.zip" title="[preferred]/ws/axis2/c/1.3.1/axis2c-src-1.3.1.zip" onclick="javascript:urchinTracker (&apos;/downloads/axis2c-src-1.3.1.zip&apos;);">zip</a>
+        <a href="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-src-1.3.1.zip.md5" class="externalLink" title="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-src-1.3.1.zip.md5">MD5</a>
+        <a href="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-src-1.3.1.zip.asc" class="externalLink" title="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-src-1.3.1.zip.asc">PGP</a>
+        <br></br>
+        Linux Distribution <br></br>
+        - Binary Distribution <a href="[preferred]/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-linux.tar.gz" title="[preferred]/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-linux.tar.gz" onclick="javascript:urchinTracker (&apos;/downloads/axis2c-bin-1.3.1-linux.tar.gz&apos;);">tar.gz</a>
+        <a href="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-linux.tar.gz.md5" class="externalLink" title="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-linux.tar.gz.md5">MD5</a>
+        <a href="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-linux.tar.gz.asc" class="externalLink" title="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-bin-1.3.1-linux.tar.gz.asc">PGP</a>
+        <br></br>
+        - Source Distribution <a href="[preferred]/ws/axis2/c/1.3.1/axis2c-src-1.3.1.tar.gz" title="[preferred]/ws/axis2/c/1.3.1/axis2c-src-1.3.1.tar.gz" onclick="javascript:urchinTracker (&apos;/downloads/axis2c-src-1.3.1.tar.gz&apos;);">tar.gz</a>
+        <a href="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-src-1.3.1.tar.gz.md5" class="externalLink" title="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-src-1.3.1.tar.gz.md5">MD5</a>
+        <a href="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-src-1.3.1.tar.gz.asc"
+           class="externalLink"  title="http://www.apache.org/dist/ws/axis2/c/1.3.1/axis2c-src-1.3.1.tar.gz.asc">PGP</a>
+            </td>
+            <td>29 - 02 - 2008</td>
+            <td>1.3.1 Release (Mirrored)</td>
+          </tr>
+
 <!--##############################1.3.0 Release #############################-->
           <tr class="b">
             <td align="center" valign="middle">1.3.0</td>

Modified: webservices/axis2/trunk/c/xdocs/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/index.html?rev=645783&r1=645782&r2=645783&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/index.html (original)
+++ webservices/axis2/trunk/c/xdocs/index.html Tue Apr  8 00:56:40 2008
@@ -23,8 +23,8 @@
     </div>
     <div class="subsection">
       <a name="17_January_2008_-_Apache_Axis2_C_Version_1_2_0_Released"></a>
-      <h3>29th February 2008 - Apache Axis2/C Version 1.3.0 Released</h3>
-      <p><a href="http://ws.apache.org/axis2/c/download.cgi" class="externalLink" title="External Link">Download 1.3.0</a></p>
+      <h3>21st April 2008 - Apache Axis2/C Version 1.3.1 Released</h3>
+      <p><a href="http://ws.apache.org/axis2/c/download.cgi" class="externalLink" title="External Link">Download 1.3.1</a></p>
     </div>
     <div class="subsection">
       <a name="Key_Features"></a>
@@ -78,35 +78,8 @@
       <a name="Major_Changes_Since_Last_Release"></a>
       <h3>Changes Since Last Release</h3>
       <ol> 
-        <li>Fixed a bug on version numbering</li>
-        <li>List Axis2/C dependencies licensing in LICENSE file</li>
-        <li>Add relevant copyright notices to NOTICE file</li>
-        <li>Digest Authentication Support</li>
-        <li>Proxy Authentication Support</li>
-        <li>Ability to insert xml declaration on outgoing payloads</li>
-        <li>Enhanced REST support</li>
-        <li>MTOM support with libcurl</li>
-        <li>Improvements to TCPMon Tool</li>
-        <li>Improvements to Test Coverage</li>
-        <li>Improvements to API docs</li>
-        <li>Improvements to CA certificate validation mechanisms on SSL Transport</li>
-        <li>Improvements to Neethi</li>
-        <li>Fixed issue in HTTP GET on mod_axis2</li>
-        <li>Major Improvements to Guththila Parser</li>
-        <li>Improvements to libcurl based sender</li>
-        <li>Creation of a FAQ list</li>
-        <li>Improvements to Axis2/C documentation</li>
-        <li>Added Documentation on Archive Based Deployment</li>
-        <li>Fixes for IIS module</li>
-        <li>Removed dependency in util for the Axis2/C core</li>
-        <li>Ability to access transport headers at the service level (for RESTful services)</li>
-        <li>uint64_t and int64_t support at util layer and codegen level</li>
-        <li>Removed zlib dependencies when Archive Based Deployment model is disabled</li>
-        <li>Signal Handling in Windows</li>
-        <li>Removed over 99% of the warnings found on Windows</li>
-        <li>Increased build speed on Windows with nmake.</li>
-        <li>Improvements to Windows build system</li>
-        <li>Extensions to client API to support HTTP/Proxy Authentication</li>
+        <li>Fixed library version numbering</li>
+        <li>Made Guththila as default XML parser</li>
         <li>Memory leak fixes</li>
         <li>Many bug fixes</li>
       </ol>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org