]> granicus.if.org Git - curl/commitdiff
7.9.6 commit curl-7_9_6
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Apr 2002 06:58:04 +0000 (06:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Apr 2002 06:58:04 +0000 (06:58 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index ac93fdb14f6bf0a79c168530d8024d33dc2a4b23..08c895b8947fa8025542b7061eb3b3c7a514a612 100644 (file)
--- 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
index a621775f9f1af163fdeb5a61e14c60c539393a25..08ee4cb9e6f54afa4896b07a6b28eaa011903c41 100644 (file)
@@ -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) */
index f10a634729b969590dae033e5bc3c4b43ffe6140..64f6e5e4a86dee3e150fd03eb1e79b5493932243 100644 (file)
@@ -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 ") "