Commit 1747a8d3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

1. George Comninos' progress meter fix

2. I also added the pre-releases and dates to the log
parent 1094e797
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -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.