You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/01/28 06:33:33 UTC

svn commit: r615732 - in /webservices/axis2/trunk/c: src/core/transport/http/sender/http_client.c util/include/axutil_version.h

Author: dinesh
Date: Sun Jan 27 21:33:32 2008
New Revision: 615732

URL: http://svn.apache.org/viewvc?rev=615732&view=rev
Log:
updated axutil_version.h file

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/sender/http_client.c
    webservices/axis2/trunk/c/util/include/axutil_version.h

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/http_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/http_client.c?rev=615732&r1=615731&r2=615732&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/http_client.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/http_client.c Sun Jan 27 21:33:32 2008
@@ -72,6 +72,7 @@
     http_client->sockfd = -1;
     http_client->response = NULL;
     http_client->request_sent = AXIS2_FALSE;
+    /* default timeout is 60000 milliseconds */
     http_client->timeout = AXIS2_HTTP_DEFAULT_CONNECTION_TIMEOUT;
     http_client->proxy_enabled = AXIS2_FALSE;
     http_client->proxy_port = 0;

Modified: webservices/axis2/trunk/c/util/include/axutil_version.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_version.h?rev=615732&r1=615731&r2=615732&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_version.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_version.h Sun Jan 27 21:33:32 2008
@@ -34,13 +34,13 @@
  * Minor API changes that do not cause binary compatibility problems.
  * Reset to 0 when upgrading AXIS2_MAJOR_VERSION
  */
-#define AXIS2_MINOR_VERSION       1
+#define AXIS2_MINOR_VERSION       2
 
 /** patch level
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading AXIS2_MINOR_VERSION
  */
-#define AXIS2_PATCH_VERSION       0
+#define AXIS2_PATCH_VERSION       1
 
 /**
  * The symbol AXIS2_IS_DEV_VERSION is only defined for internal,



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