From 3111701c38ee4d15df8e2d76dfcf945dbf2c0bfe Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Dec 2009 23:16:09 +0000 Subject: - Jon Nelson found a regression that turned out to be a flaw in how libcurl detects and uses proxies based on the environment variables. If the proxy was given as an explicit option it worked, but due to the setup order mistake proxies would not be used fine for a few protocols when picked up from '[protocol]_proxy'. Obviously this broke after 7.19.4. I now also added test case 1106 that verifies this functionality. (http://curl.haxx.se/bug/view.cgi?id=2913886) --- RELEASE-NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index dd6eb8fd2..eeb2cb871 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -34,6 +34,7 @@ This release includes the following bugfixes: o Expect: 100-continue handling when set by the application o multi interface with OpenSSL read already freed memory when closing down o --retry didn't do right for FTP transient errors + o some *_proxy environment variables didn't function This release includes the following known bugs: @@ -45,6 +46,7 @@ advice from friends like these: Yang Tse, Kamil Dudka, Christian Schmitz, Constantine Sapuntzakis, Marco Maggi, Camille Moncelier, Claes Jakobsson, Kevin Baughman, Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron, - Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko + Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko, + Jon Nelson, Thanks! (and sorry if I forgot to mention someone) -- cgit v1.2.3