diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-03 22:28:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-03 22:28:41 +0000 |
commit | 71f3877f3a2e76b4c32f625438c36cd739884c06 (patch) | |
tree | a8e434ffaea24a463042f52d420d61ec9050d4fa /RELEASE-NOTES | |
parent | 83d135f990f8420c3777bf1a5650545b46207a28 (diff) |
- Hidemoto Nakada provided a small fix that makes it possible to get the
CURLINFO_CONTENT_LENGTH_DOWNLOAD size from file:// "transfers" with
CURLOPT_NOBODY set true.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 550a68c59..ba56fb419 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,6 +26,8 @@ This release includes the following bugfixes: o realms with quoted quotation marks in HTTP Digest headers o VC9 makefiles are now really included o multi interface memory leak with CURLMOPT_MAXCONNECTS set + o CURLINFO_CONTENT_LENGTH_DOWNLOAD size from file:// "transfers" with + CURLOPT_NOBODY set true This release includes the following known bugs: @@ -36,6 +38,6 @@ advice from friends like these: Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov, Sharad Gupta, Peter Sylvester, Chad Monroe, Markus Moeller, Yang Tse, Scott Cantor, - Patrick Scott + Patrick Scott, Hidemoto Nakada Thanks! (and sorry if I forgot to mention someone) |