Loading CHANGES +9 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,15 @@ History of Changes Daniel (14 April 2002) - Dirk Manske brought a fix that makes libcurl strip off white spaces from the beginning of cookie contents. - Had to patch include/curl/curl.h since MSVC doesn't set the __STDC__ define. Moonesamy pointed out the problem, Bjorn Reese the solution. Version 7.9.6-pre5 Daniel (12 April 2002) - Fixed the TIMER_CONNECT to be more accurate for FTP transfers. Previously FTP transfers got the "connect done" time set after the initial FTP commands Loading include/curl/curl.h +1 −1 Original line number Diff line number Diff line Loading @@ -663,7 +663,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ #define LIBCURL_VERSION "7.9.6-pre5" #define LIBCURL_VERSION "7.9.6" #define LIBCURL_VERSION_NUM 0x070906 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ Loading src/version.h +1 −1 Original line number Diff line number Diff line #define CURL_NAME "curl" #define CURL_VERSION "7.9.6-pre5" #define CURL_VERSION "7.9.6" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " Loading
CHANGES +9 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,15 @@ History of Changes Daniel (14 April 2002) - Dirk Manske brought a fix that makes libcurl strip off white spaces from the beginning of cookie contents. - Had to patch include/curl/curl.h since MSVC doesn't set the __STDC__ define. Moonesamy pointed out the problem, Bjorn Reese the solution. Version 7.9.6-pre5 Daniel (12 April 2002) - Fixed the TIMER_CONNECT to be more accurate for FTP transfers. Previously FTP transfers got the "connect done" time set after the initial FTP commands Loading
include/curl/curl.h +1 −1 Original line number Diff line number Diff line Loading @@ -663,7 +663,7 @@ CURLcode curl_global_init(long flags); void curl_global_cleanup(void); /* This is the version number */ #define LIBCURL_VERSION "7.9.6-pre5" #define LIBCURL_VERSION "7.9.6" #define LIBCURL_VERSION_NUM 0x070906 /* linked-list structure for the CURLOPT_QUOTE option (and other) */ Loading
src/version.h +1 −1 Original line number Diff line number Diff line #define CURL_NAME "curl" #define CURL_VERSION "7.9.6-pre5" #define CURL_VERSION "7.9.6" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "