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 /RELEASE-NOTES | |
parent | 1a4402038c0d148b1260fd5b8e2eddbdc7fce38e (diff) |
2 days, 4 fixes
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 99d7db58a..5185fa0aa 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,10 @@ This release includes the following changes: This release includes the following bugfixes: + o FTP uploads show the progress meter easier + o MSVC makefile fixes for static libcurl builds + o configure fix for static libcurl build on Windows + o --retry-delay o POST with read callback now uses Expect: 100-continue o CURLOPT_PORT didn't actually use the set port number o HTTP 304 response with Content-Length: header @@ -24,11 +28,12 @@ Other curl-related news since the previous public release: o http://curl.mirroring.de/ is a new german curl mirror o pycurl 7.13.2: http://pycurl.sf.net/ + o TclCurl 0.13.2: http://personal1.iddeo.es/andresgarci/tclcurl/english/ This release would not have looked like this without help, code, reports and advice from friends like these: Christophe Legry, Cory Nelson, Gisle Vanem, Dan Fandrich, Toshiyuki Maezawa, - Olivier + Olivier, Andres Garcia, Dave Dribin, Alex Suykov Thanks! (and sorry if I forgot to mention someone) |