From 9549cfde02d72812c5cc1ce241955382b5bc371f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 15 Apr 2002 06:58:04 +0000 Subject: 7.9.6 commit --- CHANGES | 9 +++++++++ include/curl/curl.h | 2 +- src/version.h | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ac93fdb14..08c895b89 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/include/curl/curl.h b/include/curl/curl.h index a621775f9..08ee4cb9e 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -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) */ diff --git a/src/version.h b/src/version.h index f10a63472..64f6e5e4a 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #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 ") " -- cgit v1.2.3