diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-08-05 01:12:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-08-05 01:12:24 +0200 |
commit | e1f3536bacf739980560c8293779ec8c78cc1082 (patch) | |
tree | 08e6ed8020f0198dd990ef5958a2dfd8d703d261 | |
parent | afe88d85f40e19698fea01a0021b79eea01575a2 (diff) | |
download | curl-e1f3536bacf739980560c8293779ec8c78cc1082.tar.gz |
RELEASE-NOTES: synced with afe88d85f40e1
-rw-r--r-- | RELEASE-NOTES | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d4957276d..569e0fc70 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,6 +10,8 @@ Curl and libcurl 7.21.8 This release includes the following changes: o Added CURLOPT_GSSAPI_DELEGATION + o Added NTLM_SSO support + o Display notes from setup file in testcurl.pl o This release includes the following bugfixes: @@ -19,6 +21,20 @@ This release includes the following bugfixes: body is sent, stop sending the request and close the connection after having received the entire response. This is equally true if an Expect: 100-continue header was used. + o When using both -J and a single -O with multiple URLs, a missing init + could cause a segfault + o -J fixed for escaped quotes + o -J fixed for file names with semicolons + o progress: reset flags at transfer start to avoid wrong + CURLINFO_CONTENT_LENGTH_DOWNLOAD + o curl_gssapi: Guard files with HAVE_GSSAPI and rename private header + o silence picky compilers: mark unused parameters + o help output: more gnu like output + o libtests: stop checking for CURLM_CALL_MULTI_PERFORM + o setting a non-HTTP proxy with an environment variable or with CURLOPT_PROXY + / --proxy (without specifying CURLOPT_PROXYTYPE) would still make it do + proxy-like HTTP requests + o This release includes the following known bugs: @@ -27,6 +43,9 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Paolo Piacentini, Steven Parkes + Paolo Piacentini, Steven Parkes, Adam Tkac, Ben Winslow, Dan Fandrich, + Julien Chaffraix, Kamil Dudka, Mandy Wu, Michael Mueller, Patrick Monnerat, + Yang Tse, Paul Howarth, Garrett Holmstrom, Peter Hjalmarsson, Herve Amblard, + Christian Hagele, Richard Silverman Thanks! (and sorry if I forgot to mention someone) |