diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-25 23:26:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-25 23:26:25 +0000 |
commit | 5aeef9c1c87f2f72f10807a609ced1976ab46cd2 (patch) | |
tree | 2989dc65cfaf49acc6e014c256b920dc1e01b95b /RELEASE-NOTES | |
parent | ddd3fe594861e671ea4951371f4a3c0885c3f24f (diff) |
- Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.
They basically offer the same thing the NO_PROXY environment variable only
offered previously: list a set of host names that shall not use the proxy
even if one is specified.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8f29683ec..bb76da697 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,15 +1,15 @@ Curl and libcurl 7.19.4 Public curl releases: 110 - Command line options: 128 - curl_easy_setopt() options: 158 + Command line options: 129 + curl_easy_setopt() options: 159 Public functions in libcurl: 58 Known libcurl bindings: 37 Contributors: 700 This release includes the following changes: - o + o Added CURLOPT_NOPROXY and the corresponding --noproxy This release includes the following bugfixes: @@ -23,6 +23,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Lisa Xu + Lisa Xu, Daniel Fandrich, Craig A West Thanks! (and sorry if I forgot to mention someone) |