diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | release_process | 2 | ||||
-rw-r--r-- | samples/ChangeLog | 7 |
3 files changed, 10 insertions, 1 deletions
@@ -3,6 +3,8 @@ Axis2/C (1.7.0) * HTTP KeepAlive support
* Performance improvement to Guththila Parser
* Transport URL support
+ * Many bug fixes
+
Axis2/C (1.6.0)
* XPath support for Axiom XML object model
diff --git a/release_process b/release_process index 4cfef01..defd6de 100644 --- a/release_process +++ b/release_process @@ -3,7 +3,7 @@ AXIS2/C release process 1. Get a svn checkout from the trunk. 2. Change the version numbers and update the following files. - * ChangeLog + ChangeLog NEWS samples/ChangeLog axutil_version.h diff --git a/samples/ChangeLog b/samples/ChangeLog index dab96de..d43eb9b 100644 --- a/samples/ChangeLog +++ b/samples/ChangeLog @@ -1,3 +1,10 @@ +Axis2/C (1.7.0)
+ * HTTP Session support
+ * HTTP KeepAlive support
+ * Performance improvement to Guththila Parser
+ * Transport URL support
+ * Many bug fixes
+
Axis2/C (1.6.0)
* XPath support for Axiom XML object model
* CGI support
|