This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to tag 1.5.0-rc2 in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
commit 38bd597acfa907b36b378e1184015cac0c8c91d1 Author: Supun Kamburugamuva <[email protected]> AuthorDate: Fri Jul 4 09:29:10 2008 +0000 fixes to docs --- build.sh | 3 ++- samples/build.sh | 2 +- samples/client/amqp/echo/Makefile.am | 2 ++ src/core/transport/Makefile.am | 2 +- xdocs/index.html | 12 +++++++++--- 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/build.sh b/build.sh index f546b40..4d426ed 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,8 @@ export AXIS2C_HOME echo "AXIS2C_HOME = ${AXIS2C_HOME}" -sh configure --prefix=${AXIS2C_HOME} --enable-tests=yes +sh configure --prefix=${AXIS2C_HOME} --enable-tests=yes --with-apache2=/usr/local/apache2/include --enable-tcp=yes --with-archive=/usr/include + make -j 10 make install diff --git a/samples/build.sh b/samples/build.sh index 9c671ad..c16c8e5 100755 --- a/samples/build.sh +++ b/samples/build.sh @@ -2,7 +2,7 @@ ./autogen.sh -./configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.4.0 +./configure --prefix=${AXIS2C_HOME} --with-axis2=${AXIS2C_HOME}/include/axis2-1.5.0 make make install diff --git a/samples/client/amqp/echo/Makefile.am b/samples/client/amqp/echo/Makefile.am index acba8b4..dbe37a0 100644 --- a/samples/client/amqp/echo/Makefile.am +++ b/samples/client/amqp/echo/Makefile.am @@ -40,3 +40,5 @@ echo_blocking_LDADD = $(LINK_FLAGS) echo_non_blocking_LDADD = $(LINK_FLAGS) INCLUDES = @AXIS2INC@ +EXTRA_DIST=echo_util.h + diff --git a/src/core/transport/Makefile.am b/src/core/transport/Makefile.am index 89312af..4f5b279 100644 --- a/src/core/transport/Makefile.am +++ b/src/core/transport/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS=http $(TCP_DIR) $(AMQP_DIR) -DIST_SUBDIRS=tcp amqp +DIST_SUBDIRS=http tcp amqp EXTRA_DIST=Makefile.am diff --git a/xdocs/index.html b/xdocs/index.html index 8c82c64..8dd45be 100644 --- a/xdocs/index.html +++ b/xdocs/index.html @@ -36,9 +36,10 @@ <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>IIS module for server side. Supports IIS 5.1, 6 and 7</li> <li>Client transport with ability to enable SSL support</li> <li>Basic HTTP Authentication</li> + <li>AMQP Transport based on Apache Qpid (Experimental)<li> <li>libcurl based client transport</li> </ul> </li> @@ -78,8 +79,13 @@ <a name="Major_Changes_Since_Last_Release"></a> <h3>Changes Since Last Release</h3> <ol> - <li>Fixed library version numbering</li> - <li>Made Guththila as default XML parser</li> + <li>AMQP Transport support with Apache Qpid. (At an experimental stage and not working under Windows)</li> + <li>Modifications to IIS Module to support IIS 6 & 7.</li> + <li>Added a JScript file to automate IIS module registry configuration</li> + <li>Specifying the MEP in the services.xml for non in-out messages made mandatory</li> + <li>Improved the in-only message handling</li> + <li>Improvements to Guthtila for better performance</li> + <li>Improvements to TCPMon tool</li> <li>Memory leak fixes</li> <li>Many bug fixes</li> </ol>
