diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-07-28 00:16:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-07-28 00:16:51 +0200 |
commit | a797e9efdfcebecba5e8da8ac3e2456aa3087336 (patch) | |
tree | 383a7e75046d2cb782e10bb7736b5fc3d21696d0 /TODO-RELEASE | |
parent | 27893c64f351152e1d9f997d9db7e8f466ba4f88 (diff) |
TODO-RELEASE: updated after 7.27.0 release
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 5aeec5850..120e3bf27 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,21 +1,38 @@ -Try to fix in 7.27 -================== +To be addressed in 7.28 +======================= + +Bugs: 313 - host.name vs. host.dispname and "(nil)" outputs -To be addressed in 7.28 -======================= +318 - bug #3546353 "Curl crashes with > 9 glob patterns" + +319 - bug #3545398 "auth status not being cleared when handles are reset" + +320 - bug #3544688 "crash during retry with libcurl and SFTP" + +323 - patch - select.c / Curl_socket_check() interrupted + +325 - Avoid leak of local device string when reusing connection + +Others: 310 - a new authentication callback 312 - custom Content-Length appears in CONNECT, solve it by offering a separate option to provide headers for the CONNECT request -314 - CURL_SOCKOPTFUNCTION for accept()ed connection +314 - CURL_SOCKOPTFUNCTION for accept()ed connection, see Gokhan Sengun's patch 315 - multiple receivers with SMTP and one fails 317 - CURLINFO_SSL_TRUST to return SSL-specific data for a darwinssl build -318 - +321 - CURLSSH_AUTH_AGENT patch by Armel Asselin + +322 - pipelining improvements + +324 - curl_multi_select() vs curl_multi_fdvec() etc + +326 - |