diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-07-14 00:40:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-07-14 00:40:20 +0200 |
commit | 84332b60b9e55bb5c930fbc3a458d064d59d7a20 (patch) | |
tree | fdf9e1258a66ea5b5ea56b364fdbd8b5be348f3c /RELEASE-NOTES | |
parent | bc0699f226ec55fde58a823fb818d8f8106c8fbd (diff) | |
download | curl-84332b60b9e55bb5c930fbc3a458d064d59d7a20.tar.gz |
releasnote: synch up with commit f3b77e5611d
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index baf04963e..f65d2a83a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,18 @@ This release includes the following bugfixes: o multi_socket: re-use of same socket without notifying app o ftp wildcard: FTP LIST parser FIX o urlglobbing backslash escaping bug + o build: add enable IPV6 option for the VC makefiles + o multi: CURLINFO_LASTSOCKET doesn't work after remove_handle + o --libcurl: use *_LARGE options with typecasted constants + o --libcurl: hide setopt() calls setting default options + o curl: avoid setting libcurl options to its default + o --libcurl: list the tricky options instead of using [REMARK] + o http: don't enable chunked during authentication negotiations + o upload: warn users trying to upload from stdin with anyauth + o configure: allow environments variable to override internals + o threaded resolver: fix timeout issue + o multi: fix condition that remove timers before trigger + o examples: add curl_multi_timeout This release includes the following known bugs: @@ -30,8 +42,8 @@ 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: - Dan Fandrich, Kamil Dudka, Krister Johansen, Pavel Raiskup, - Jon Sargeant + Dan Fandrich, Kamil Dudka, Krister Johansen, Pavel Raiskup, Jon Sargeant, + Pierre Joye, Tor Arntsen, Constantine Sapuntzakis, Sidney San Martin Thanks! (and sorry if I forgot to mention someone) |