aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-11-11 09:01:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-11-11 09:01:43 +0000
commit107c4d878abea8940cae85bc9d330c13481ea634 (patch)
treeb1acdfe119d0d3b35ba79e5fd69cdffe3d559d04 /RELEASE-NOTES
parent5d786d0e9795f6a210645bd75717d3ef1849e5ff (diff)
- Christian Schmitz noticed that the progress meter/callback was not properly
used during the FTP connection phase (after the actual TCP connect), while it of course should be. I also made the speed check get called correctly so that really slow servers will trigger that properly too.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index fc8c3dd36..08d7215d8 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -15,6 +15,7 @@ This release includes the following bugfixes:
o progress meter percentage and transfer time estimates fixes
o portability enhancement for OS's without orthogonal directory tree structure
+ o progress meter/callback during FTP connection
This release includes the following known bugs:
@@ -23,6 +24,6 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
-
+ Yang Tse, Kamil Dudka, Christian Schmitz
Thanks! (and sorry if I forgot to mention someone)