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/01/31 07:38:42 UTC

svn commit: r617017 - in /webservices/axis2/trunk/c: ChangeLog INSTALL NEWS xdocs/index.html

Author: dinesh
Date: Wed Jan 30 22:38:39 2008
New Revision: 617017

URL: http://svn.apache.org/viewvc?rev=617017&view=rev
Log:
document updated for axis2c 1.2.1

Modified:
    webservices/axis2/trunk/c/ChangeLog
    webservices/axis2/trunk/c/INSTALL
    webservices/axis2/trunk/c/NEWS
    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=617017&r1=617016&r2=617017&view=diff
==============================================================================
--- webservices/axis2/trunk/c/ChangeLog (original)
+++ webservices/axis2/trunk/c/ChangeLog Wed Jan 30 22:38:39 2008
@@ -1,3 +1,18 @@
+Axis2/C (1.2.1)
+   * Fixed a bug on version numbering
+   * List Axis2/C dependencies licensing in LICENSE file
+   * Add relevant copyright notices to NOTICE file
+   * Digest Authentication Support
+   * Proxy Authentication Support
+   * Enhanced REST support
+   * MTOM support with libcurl
+   * Improvements to TCPMon Tool
+   * Improvements to Test Coverage
+   * Improvements to API docs
+   * Improvements to CA certificate validation mechanisms on SSL Transport
+   * Improvements to Neethi
+
+-- Axis2/C team <ax...@ws.apache.org> Mon, 31 January 2008
 Axis2/C (1.2.0)
    * Improvements to Java tool, WSDL2C, that generates C code
    * Improvment to Apache2 module so that it
@@ -10,7 +25,7 @@
    * Memory leak fixes
    * Many bug fixes
 
--- Axis2/C team <ax...@ws.apache.org> Mon, 24 September 2007
+-- Axis2/C team <ax...@ws.apache.org> Mon, 17 January 2008
 Axis2/C (1.1.0)
    * WS-Policy implementation
    * TCP Transport

Modified: webservices/axis2/trunk/c/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/INSTALL?rev=617017&r1=617016&r2=617017&view=diff
==============================================================================
--- webservices/axis2/trunk/c/INSTALL (original)
+++ webservices/axis2/trunk/c/INSTALL Wed Jan 30 22:38:39 2008
@@ -1,4 +1,4 @@
-vThe release comes in two forms, source and binary. 
+The release comes in two forms, source and binary. 
 
 To get both the binary and source distributions working, you need Libxml2 from
 http://xmlsoft.org/downloads.html

Modified: webservices/axis2/trunk/c/NEWS
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/NEWS?rev=617017&r1=617016&r2=617017&view=diff
==============================================================================
--- webservices/axis2/trunk/c/NEWS (original)
+++ webservices/axis2/trunk/c/NEWS Wed Jan 30 22:38:39 2008
@@ -1,59 +1,84 @@
 Apache Axis2/C Team is pleased to announce the release of Apache Axis2/C version 1.2.0
 You can download this release from
+
 http://ws.apache.org/axis2/c/download.cgi
 
 Key Features
 
-   1. Support for one-way messaging (In-Only) and request response 
-      messaging (In-Out)
-   2. Client APIs: Easy to use service client API and more advanced operation 
-      client API
+   1. Support for one-way messaging (In-Only) and request response messaging (In-Out)
+   2. Client APIs: Easy to use service client API and more advanced operation client API
    3. Transports supported: HTTP
           * Inbuilt HTTP server called simple axis server
           * Apache2 httpd module called mod_axis2 for server side
           * IIS module for server side
           * Client transport with ability to enable SSL support
           * Basic HTTP Authentication
+          * Digest HTTP Authentication
           * libcurl based client transport
-   4. Module architecture, mechanism to extend the SOAP processing model
-   5. WS-Addressing support, both the submission (2004/08) and final (2005/08) 
-      versions, implemented as a module
-   6. MTOM/XOP support
-   7. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages; This has 
-      complete XML infoset support
-   8. XML parser abstraction
+
+   4. Transports supported: HTTPS
+          * HTTPS Transport implementation using OpenSSL
+
+   5. Transports supported: TCP
+          * for both client and server side
+
+   6. Transport proxy support (HTTP)
+          * Proxy Authentication (Basic/Digest)
+
+   7. Module architecture, mechanism to extend the SOAP processing model.
+
+   8. WS-Addressing support, both the submission (2004/08) and final (2005/08) versions, 
+      implemented as a module.
+
+   9. MTOM/XOP support.
+
+  10. AXIOM, an XML object model optimized for SOAP 1.1/1.2 messages; 
+      This has complete XML infoset support.
+
+  11. XML parser abstraction
           * Libxml2 wrapper
           * Guththila pull parser support
-   9. Both directory based and archive based deployment models for deploying 
+
+  12. Both directory based and archive based deployment models for deploying 
       services and modules
-  10. Description hierarchy providing access to static data of Axis2/C runtime 
-      (configuration, service groups, services, operations and messages)
-  11. Context hierarchy providing access to dynamic Axis2/C runtime information
-      (corresponding contexts to map to each level of description hierarchy)
-  12. Message receiver abstraction
+
+  13. Description hierarchy providing access to static data of 
+      Axis2/C runtime (configuration, service groups, services, operations and messages)
+
+  14. Context hierarchy providing access to dynamic 
+      Axis2/C runtime information (corresponding contexts to map to each level of 
+      description hierarchy)
+
+  15. Message receiver abstraction
           * Inbuilt raw XML message receiver
-  13. Code generation tool for stub and skeleton generation for a given WSDL 
-      (based on Java tool)
-          * Axis Data Binding (ADB) support
-  14. Transport proxy support
-  15. REST support (more POX like) using both HTTP POST and GET
-  16. Comprehensive documentation
+
+  16. Code generation tool for stub and skeleton generation for a given 
+      WSDL (based on Java tool)
+          *  Axis Data Binding (ADB) support
+
+  17. REST support (more POX like) using both HTTP POST, GET, HEAD, PUT and DELETE
+          *  Support for RESTful Services
+
+  18. Comprehensive documentation
           * Axis2/C Manual
-  17. WS-Policy implementation called Neethi/C, with WS-SecurityPolicy extension
-  18. TCP Transport, for both client and server side
+  19. WS-Policy implementation called Neethi/C, with WS-SecurityPolicy extension
+
 
-Major Changes Since Last Release
+Major Changes Since Last Release.
+--------------------------------
 
-   1 Improvements to Java tool, WSDL2C, that generates C code
-   2 Improvment to Apache2 module so that it
-			(1) Create a shared memory global pool
-			(11) create context hierarchy in the global pool 
-	 enabling it to have true application level scope.
-   3 Improved Policy
-   4 Improvements to thread environment
-   5 Improvements to error handling
-   6 Memory leak fixes
-   7 Many bug fixes
+   1. Fixed a bug on version numbering
+   2. List Axis2/C dependencies licensing in LICENSE file
+   3. Add relevant copyright notices to NOTICE file
+   4. Digest Authentication Support
+   5. Proxy Authentication Support
+   6. Enhanced REST support
+   7. MTOM support with libcurl
+   8. Improvements to TCPMon Tool
+   9. Improvements to Test Coverage
+  10. Improvements to API docs
+  11. Improvements to CA certificate validation mechanisms on SSL Transport
+  12. Improvements to Neethi
 
 We welcome your early feedback on this implementation.
 Thanks for your interest in Axis2/C

Modified: webservices/axis2/trunk/c/xdocs/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/index.html?rev=617017&r1=617016&r2=617017&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/index.html (original)
+++ webservices/axis2/trunk/c/xdocs/index.html Wed Jan 30 22:38:39 2008
@@ -81,6 +81,15 @@
         <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>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>
       </ol>
     </div>
     <div class="subsection">



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