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 08:58:26 UTC

svn commit: r645777 - in /webservices/axis2/trunk/c: ChangeLog NEWS xdocs/api/doxygenconf

Author: dinesh
Date: Mon Apr  7 23:58:19 2008
New Revision: 645777

URL: http://svn.apache.org/viewvc?rev=645777&view=rev
Log:
document updated for 1.3.1 release

Modified:
    webservices/axis2/trunk/c/ChangeLog
    webservices/axis2/trunk/c/NEWS
    webservices/axis2/trunk/c/xdocs/api/doxygenconf

Modified: webservices/axis2/trunk/c/ChangeLog
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ChangeLog?rev=645777&r1=645776&r2=645777&view=diff
==============================================================================
--- webservices/axis2/trunk/c/ChangeLog (original)
+++ webservices/axis2/trunk/c/ChangeLog Mon Apr  7 23:58:19 2008
@@ -1,3 +1,8 @@
+Axis2/C (1.3.1)
+   * Fixed library version numbering
+   * Made Guththila default parser for Axis2/C
+-- Axis2/C team <ax...@ws.apache.org> Mon,21 April 2008
+
 Axis2/C (1.3.0)
    * Fixed a bug on version numbering
    * List Axis2/C dependencies licensing in LICENSE file
@@ -188,4 +193,3 @@
   * doxygen documentation support
   * A sample demonstrating how to use OM
  -- Axis2/C team <ax...@ws.apache.org>  Fri, 25 Nov 2005
-

Modified: webservices/axis2/trunk/c/NEWS
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/NEWS?rev=645777&r1=645776&r2=645777&view=diff
==============================================================================
--- webservices/axis2/trunk/c/NEWS (original)
+++ webservices/axis2/trunk/c/NEWS Mon Apr  7 23:58:19 2008
@@ -68,37 +68,10 @@
 Major Changes Since Last Release.
 --------------------------------
 
-   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. Ability to insert xml declaration on outgoing payloads
-   8. MTOM support with libcurl
-   9. Improvements to TCPMon Tool
-  10. Improvements to Test Coverage
-  11. Improvements to API docs
-  12. Improvements to CA certificate validation mechanisms on SSL Transport
-  13. Improvements to Neethi
-  14. Fixed issue in HTTP GET on mod_axis2
-  15. Major Improvements to Guththila Parser
-  16. Improvements to libcurl based sender
-  17. Creation of a FAQ list
-  18. Improvements to Axis2/C documentation
-  19. Added Documentation on Archive Based Deployment
-  20. Fixes for IIS module
-  21. Removed dependency in util for the Axis2/C core
-  22. Ability to access transport headers at the service level (for RESTful services)
-  23. uint64_t and int64_t support at util layer and codegen level
-  24. Removed zlib dependencies when Archive Based Deployment model is disabled
-  25. Signal Handling in Windows
-  26. Removed over 99% of the warnings found on Windows
-  27. Increased build speed on Windows with nmake.
-  28. Improvements to Windows build system
-  29. Extensions to client API to support HTTP/Proxy Authentication
-  30. Memory leak fixes
-  31. Many bug fixes
+   1. Fixed library version numbering
+   2. Made Guththila default parser for Axis2/C
+   3. Many bug fixes.
+   4. Memory leak fixes
 
 We welcome your early feedback on this implementation.
 Thanks for your interest in Axis2/C

Modified: webservices/axis2/trunk/c/xdocs/api/doxygenconf
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/api/doxygenconf?rev=645777&r1=645776&r2=645777&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/api/doxygenconf (original)
+++ webservices/axis2/trunk/c/xdocs/api/doxygenconf Mon Apr  7 23:58:19 2008
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 1.3.0
+PROJECT_NUMBER         = 1.3.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
@@ -450,7 +450,7 @@
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = ../../deploy/include/axis2-1.3.0/
+INPUT                  = ../../deploy/include/axis2-1.3.1/
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 



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