diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-22 20:38:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-22 20:38:16 +0000 |
commit | d92945bb8af8fd7ee2e56afc0ecf942ba9169c24 (patch) | |
tree | dc257077213861e33597c34a4a35b6dbe2ca7fff /RELEASE-NOTES | |
parent | 90a6a59a2f27124917ee6931f66594a636a4c591 (diff) |
- Eduard Bloch filed the debian bug report #487567
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487567) pointing out that
libcurl used Content-Range: instead of Range when doing a range request with
--head (CURLOPT_NOBODY). This is now fixed and test case 1032 was added to
verify.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 91f093441..d94eb1e8a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -24,6 +24,7 @@ This release includes the following bugfixes: o curl_multi_socket() socket callback fix for close/re-create sockets case o SCP or SFTP over socks proxy crashed o RC4-MD5 cipher now works with NSS-built libcurl + o range requests with --head are now done correctly This release includes the following known bugs: @@ -42,6 +43,6 @@ advice from friends like these: Lenny Rachitsky, Axel Tillequin, Arnaud Ebalard, Yang Tse, Dan Fandrich, Rob Crittenden, Dengminwen, Christopher Palow, Hans-Jurgen May, - Phil Pellouchoud + Phil Pellouchoud, Eduard Bloch Thanks! (and sorry if I forgot to mention someone) |