aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-15 08:13:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-15 08:13:19 +0000
commit1747a8d3d96accfc02be2f65c26bc1ab04cdc2fa (patch)
tree2927f1024700d82141cbaa9e1b613e19d90a5901 /CHANGES
parent1094e797490b429fdd3ed3280f14f24a87cbcd2d (diff)
1. George Comninos' progress meter fix
2. I also added the pre-releases and dates to the log
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7f23f0bab..5ade8e0ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (14 May)
+- George Comninos provided a fix that calls the progress meter when waiting
+ for FTP command responses take >1 second. It'll make applications more
+ "responsive" even when dealing with very slow ftp servers.
+
Daniel (12 May)
- George Comninos pointed out that libcurl uploads had two quirks:
o when using FTP PORT command, it used blocking sockets!
@@ -19,7 +24,7 @@ Daniel (9 May)
- Dan Fandrich pointed out we had three unnecessary files in CVS that is
generated with libtoolize, so they're now removed and libtoolize is invoked
- accordinly in the buildconf script.
+ accordingly in the buildconf script.
- Avery Fay found out that the CURLOPT_INTERFACE way of first checking if the
given name is a network interface gave a real performance penalty on Linux,
@@ -30,6 +35,8 @@ Daniel (9 May)
to use EPRT and LPRT before the traditional PORT command. The command line
tool sets this option with '--disable-eprt'.
+Version 7.10.5-pre2 (6 May 2003)
+
Daniel (6 May)
- Kevin Delafield reported another case where we didn't correctly check for
EAGAIN but only EWOULDBLOCK, which caused badness on HPUX.
@@ -83,6 +90,8 @@ Daniel (29 Apr)
- Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine
when using the multi interface (too).
+Version 7.10.5-pre1 (23 Apr 2003)
+
Daniel (23 Apr)
- Upgraded to libtool 1.5.