diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-04-29 22:25:12 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-29 22:34:26 +0100 |
commit | b52cf5d2cd9f65e1615fcfcbd35187843ea6abc5 (patch) | |
tree | b221ce7da0038094655a64a066bbab6b0378132a /RELEASE-NOTES | |
parent | 073e83b543cb9e9b083062302aea437e1435989f (diff) |
smtp: Fixed unknown percentage complete in progress bar
The curl command line utility would display the the completed progress
bar with a percentage of zero as the progress routines didn't know the
size of the transfer.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 799b29735..53b41c88a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -37,6 +37,7 @@ This release includes the following bugfixes: o sshserver: disable StrictHostKeyChecking o ftpserver: Fixed imap logout confirmation data o curl_easy_init: use less mallocs + o smtp: Fixed unknown percentage complete in progress bar o This release includes the following known bugs: |