]> granicus.if.org Git - curl/commitdiff
7.10.7-pre4 commit
authorDaniel Stenberg <daniel@haxx.se>
Tue, 12 Aug 2003 12:48:40 +0000 (12:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 12 Aug 2003 12:48:40 +0000 (12:48 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index d4a1979b673eb35815b6292a42bf29ec6e07e63b..42532d7ebd33519b4207d031192f81fda9ba8b58 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,15 @@
 
                                   Changelog
 
+Version 7.10.7-pre4 (12 August 2003)
+
+Daniel (12 August)
+- curl_version_info() now returns a flag if libcurl was built with asynch DNS
+  support, and this is now also displayed with 'curl -V'.
+
+- Added a few new man pages to the docs/libcurl dir: curl_share_init,
+  curl_share_setopt, curl_share_cleanup, libcurl-easy and libcurl-share.
+
 Daniel (11 August)
 - Mike Cherepov made the local binding code work for Windows, which makes
   the option CURLOPT_INTERFACE work on Windows as well.
index 4c4f41f13ef8d1c8844ac10c509e72bcb209268c..8b6f314370fb29646c5ca75c526650bd4e1c0708 100644 (file)
@@ -29,7 +29,7 @@
 
 /* This is the version number of the libcurl package from which this header
    file origins: */
-#define LIBCURL_VERSION "7.10.7-pre3"
+#define LIBCURL_VERSION "7.10.7-pre4"
 
 /* This is the numeric version of the libcurl version number, meant for easier
    parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
index a8cac78bcd126816ad6ae457f4ee8bf78d7a1a17..1b02b060198643a0bb9febadf9e292160a17cff5 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.10.7-pre3"
+#define CURL_VERSION "7.10.7-pre4"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "