diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-19 18:05:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-19 18:05:56 +0000 |
commit | 01205f772c4fde121787ec59737ad079f1b00bd7 (patch) | |
tree | c40d05a3c555944a7e0672b44005533fdebbcdb3 /RELEASE-NOTES | |
parent | 06ad5be3af79adc302fd985c54a7c15e501985fd (diff) | |
download | curl-01205f772c4fde121787ec59737ad079f1b00bd7.tar.gz |
today's proxy fixes
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6f532eb67..e622bdd9f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,8 @@ This release includes the following changes: This release includes the following bugfixes: + o proxy environment variables are now ignored when built HTTP-disabled + o CURLOPT_PROXY can now disable HTTP proxy even when built HTTP-disabled o "curl dictionary.com" no longer assumes DICT protocol o re-invoke some system calls on EINTR o duplicate Host: when failed connection re-use @@ -39,6 +41,7 @@ advice from friends like these: Dan Fandrich, Peter Pentchev, Marcin Konicki, Rune Kleveland, David Shaw, Werner Koch, Gisle Vanem, Alex Neblett, Kai Sommerfeld, Marty Kuhrt, Hzhijun, Pavel Orehov, Bruce Mitchener, Cyrill Osterwalder, Dan Torop, - Martijn Koster, Alex aka WindEagle, Cody Jones, Samuel Díaz García + Martijn Koster, Alex aka WindEagle, Cody Jones, Samuel Díaz García, + Stephan Bergmann Thanks! (and sorry if I forgot to mention someone) |