diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-02 07:59:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-02 07:59:47 +0000 |
commit | 329ca40b6f4c43524d2b31af4c00a8974f07967d (patch) | |
tree | 9777a7d376265e0310cb1a6d91176ac3922a2650 /RELEASE-NOTES | |
parent | e71bd416f4822113d49d7523268fd32a3ce462f2 (diff) |
two bugs, one change
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 03aacfd58..4748b403e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,12 +10,15 @@ Curl and libcurl 7.14.0 This release includes the following changes: + o curl now respects the SSL_CERT_DIR and SSL_CERT_PATH environment variables 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 curl --head could wrongly complain on bad chunked-encoding + o --interface SIGSEGVed on a bad address 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 @@ -40,6 +43,6 @@ 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, - Paul Moore + Paul Moore, Alexander Zhuravlev, Bryan Henderson Thanks! (and sorry if I forgot to mention someone) |