diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-29 12:34:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-29 12:34:53 +0000 |
commit | ccfc1ddbef48ae5ebf52d6de8f4cbd1d05927d36 (patch) | |
tree | 1eb17bfd54aa5c0c6a2465581ef6b9bd772b8fe0 /RELEASE-NOTES | |
parent | 002de1eae2b7f02d3f46b4bad3516bfb337fd65a (diff) |
more fixes
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8f4f61119..03aacfd58 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -5,16 +5,18 @@ Curl and libcurl 7.14.0 Available command line options: 106 Available curl_easy_setopt() options: 122 Number of public functions in libcurl: 46 - Amount of public web site mirrors: 21 + Amount of public web site mirrors: 22 Number of known libcurl bindings: 31 This release includes the following changes: + o more search paths for curl's default .curlrc config file check o GnuTLS support, use configure --with-gnutls. Work on this was sponsored by The Written Word. This release includes the following bugfixes: + o kill the HTTPS server better when stopping the test suite o builds fine with VS2005 on x64 o auth fix for HTTP redirects and .netrc usage o FTP uploads show the progress meter easier @@ -31,11 +33,13 @@ 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/ + o http://curl.webhosting76.com/ is a new US curl mirror 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, Andres Garcia, Dave Dribin, Alex Suykov, Cory Nelson, Fred New + Olivier, Andres Garcia, Dave Dribin, Alex Suykov, Cory Nelson, Fred New, + Paul Moore Thanks! (and sorry if I forgot to mention someone) |