]> granicus.if.org Git - curl/commitdiff
7.7.1 commit curl-7_7_1
authorDaniel Stenberg <daniel@haxx.se>
Wed, 4 Apr 2001 06:23:43 +0000 (06:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 4 Apr 2001 06:23:43 +0000 (06:23 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index da3e9e683886a75ff091f1ed2ee3b410beb2930a..ea5bf826eb9b0df5b7a347b503acfd825534c7aa 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,11 +6,17 @@
 
                                History of Changes
 
+Version 7.7.1
+
 Daniel (3 April 2001)
 - Puneet Pawaia pointed out two serious problems. Libcurl would attempt to
   read bad memory during situations when an (ftp) connection attempt failed.
   Also, the lib/Makefile.vc6 was corrected.
 
+- More investigations in the Location: following code made me realize that
+  it was not clean enough to work transparantly with persistant and non-
+  persistant connections. I think I've fixed it now.
+
 Daniel (29 March 2001)
 - Georg Horn mailed me some corrections for the Curl::easy perl interface.
 
index 8b4c75be3b35f115e228cd297d98a7ac3b3e9709..0a612c00646ddb05f841cf2a884cb58417f56caa 100644 (file)
@@ -481,7 +481,7 @@ char *curl_escape(char *string, int length);
 char *curl_unescape(char *string, int length);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.7.1-beta1"
+#define LIBCURL_VERSION "7.7.1"
 #define LIBCURL_VERSION_NUM 0x070701
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index c95f678b9a56423e2698051d080d577a60504379..9ee8118b8aaa97c4b845d5a5a7a5c5a6b7cff37e 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.7"
+#define CURL_VERSION "7.7.1"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "