aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-01 15:26:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-01 15:26:43 +0000
commitab7f25ab417ce440c726d102c34ad5b260a86bb7 (patch)
tree2621e5c5b5f0312f6cacbb9c1c1098d9935560f7
parent6d213e207de2c743e83937f3bab842223348c326 (diff)
another day another commit
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 05a142c02..9f78557d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,18 @@
History of Changes
+Daniel (1 November 2001)
+- When an FTP transfer was aborted due to a timeout, it wasn't really aware of
+ how many bytes that had been transferred and the error text always said 0
+ bytes. I modified this to output the actually transferred amount! :-)
+
+- The FTP fixes in pre7 didn't compile on IPv6 enabled hosts. Does now. I also
+ added more comments in the lib/ftp.c source file.
+
+- Minor updates to the FAQ, added a brand new section to the web site about
+ the name issue (who owns "curl"? will someone sue us? etc etc):
+ http://curl.haxx.se/legal/thename.html
+
Version 7.9.1-pre7
Daniel (31 October 2001)