]> granicus.if.org Git - curl/commitdiff
7.10.5 commit curl-7_10_5
authorDaniel Stenberg <daniel@haxx.se>
Mon, 19 May 2003 11:45:10 +0000 (11:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 May 2003 11:45:10 +0000 (11:45 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index 5ade8e0ab1def5b76d88934ff029bbc4adb0f65c..8caf62b4e9f616104b35512c397609716c5e68c5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
 
                                   Changelog
 
+Version 7.10.5 (19 May 2003)
+
+Daniel (15 May)
+- Changed the order for the in_addr_t testing, as 'unsigned long' seems to be
+  a very common type inet_addr() returns.
+
 Daniel (14 May)
 - George Comninos provided a fix that calls the progress meter when waiting
   for FTP command responses take >1 second. It'll make applications more
index 882956ece8558ff9866108e1da021bdeb7ecfa79..b8b4a63dbcb639f6bce7958c86521b027c3fa6b1 100644 (file)
@@ -819,7 +819,7 @@ CURLcode curl_global_init(long flags);
 void curl_global_cleanup(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.10.5-pre2"
+#define LIBCURL_VERSION "7.10.5"
 #define LIBCURL_VERSION_NUM 0x070a05
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index e750959182b4b5fb8063624c65acf9aa9e603add..897334a59a1f50f9bd160ad4adfce90993d0f4e3 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.10.4"
+#define CURL_VERSION "7.10.5"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "