]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
2 days, 4 fixes
authorDaniel Stenberg <daniel@haxx.se>
Sat, 23 Apr 2005 22:08:15 +0000 (22:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 23 Apr 2005 22:08:15 +0000 (22:08 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index b70d3d77bf88132734f53d96bd9cfa8ce4b38e52..7942930943a28e7b5edd057408c878c1d82c6d0c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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
index 99d7db58a8cf1202adb057d9af17e00a297badbf..5185fa0aa3cc2769b4bf731904ea262f105f2b8d 100644 (file)
@@ -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)