diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-05-06 11:26:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-05-06 11:26:37 +0200 |
commit | b996b202c4ff644d45b1bff48c90bc0a4f6962b6 (patch) | |
tree | 3caf45363e14b241d02638ac4ae9b6dbb2a8d7e2 /RELEASE-NOTES | |
parent | 32001ac4149b2062402b5914d756d405ab45c212 (diff) |
RELEASE-NOTES: synced with 32001ac4149b206
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bb7f68f75..844f98406 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,7 +10,7 @@ Curl and libcurl 7.21.7 This release includes the following changes: o recognize the [protocol]:// prefix in proxy hosts where the protocol is one - of socks4, socks4a or socks5. + of socks4, socks4a, socks5 or socks5h. This release includes the following bugfixes: @@ -18,6 +18,7 @@ This release includes the following bugfixes: o fix connect with SOCKS proxy when using the multi interface o anyauthput.c: stdint.h must not be included unconditionally o CMake: improved build + o SCP/SFTP enable non-blocking earlier This release includes the following known bugs: |