diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-25 22:35:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-25 22:35:48 +0000 |
commit | 064bbb999f25e630f2b36fcacb8e58535111b07d (patch) | |
tree | 89734aa1936c7669e0f5484c66f15d375274ecf8 /RELEASE-NOTES | |
parent | bedc61ac45394eec850edfdae43a55c8586c3017 (diff) |
mention the no_proxy work
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9403740fc..d9132b39a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -38,6 +38,8 @@ This release includes the following bugfixes: o no more SIGPIPE when GnuTLS is used o FTP downloading 2 zero byte files in a row o using proxy and URLs without protocol prefixes + o first using a proxy and then accessing a site that 'no_proxy' matched, + would still make libcurl use the proxy... Other curl-related news: |