diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-23 22:08:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-23 22:08:15 +0000 |
commit | b8bc6bed97358020963a4333077a12fa7f39fa61 (patch) | |
tree | 6d48bb941f1e05ce009d70523e61cd93948d99e4 /CHANGES | |
parent | 1a4402038c0d148b1260fd5b8e2eddbdc7fce38e (diff) |
2 days, 4 fixes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,6 +6,22 @@ Changelog + +Daniel (23 April 2005) +- Alex Suykov made the curl tool now assume that uploads using HTTP:// or + HTTPS:// are the only ones that show output and thus motivates a switched + off progress meter if the output is sent to the terminal. This makes FTP + uploads without '>', -o or -O show the progress meter. + +Daniel (22 April 2005) +- Dave Dribin's MSVC makefile fix: set CURL_STATICLIB when it builds static + library variants. + +- Andres Garcia fixed configure to set the proper define when building static + libcurl on windows. + +- --retry-delay didn't work. + Daniel (18 April 2005) - Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still used the default port. He was right. I fixed the problem and added the |