diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-26 23:29:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-26 23:29:35 +0000 |
commit | 04e4d9a0b3ef5653c816a309866e54a3913fa585 (patch) | |
tree | 5db6bac0bd224accaa6028b0c3f6306a4dcf63d6 /RELEASE-NOTES | |
parent | f277124a0f78327f6a973518c073d6a9a458326b (diff) |
Dmitry Kurochkin mentioned a flaw
(http://curl.haxx.se/mail/lib-2007-12/0252.html) in detect_proxy() which
failed to set the bits.proxy variable properly when an environment variable
told libcurl to use a http proxy.
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 7ebe7de2c..c01740d94 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -39,6 +39,7 @@ This release includes the following bugfixes: o build fix for MSVC 9.0 (VS2008) o Windows curl builds failed file truncation when retry downloading o SSL session ID cache memory leak + o bad connection re-use check with environment variable-activated proxy use This release includes the following known bugs: @@ -59,6 +60,7 @@ advice from friends like these: Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black, Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden, Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise, - Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell + Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell, + Dmitry Kurochkin Thanks! (and sorry if I forgot to mention someone) |