diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-11-04 23:09:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-11-04 23:09:17 +0000 |
commit | 257f2376d59ebde87645c207d5006d4657352bbb (patch) | |
tree | 5f0feb1c4110c527f3fad95048acf69837970b21 /RELEASE-NOTES | |
parent | 1d8d389bced14fd724ba3f0ccd553f4a90363ca5 (diff) |
- I fixed several problems with the transfer progress meter. It showed the
wrong percentage for small files, most notable for <1000 bytes and could
easily end up showing more than 100% at the end. It also didn't show any
percentage, transfer size or estimated transfer times when transferring
less than 100 bytes.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 696875b79..cb688c5ea 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -13,7 +13,7 @@ This release includes the following changes: This release includes the following bugfixes: - o + o progress meter percentage and transfer time estimates fixes This release includes the following known bugs: |