diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-05-24 19:28:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-24 19:28:31 +0000 |
commit | 466429efb06c6b97f7e5c06651b88c9cf79eab54 (patch) | |
tree | ecf1fd70a8e1d2cec362c4dc166e29d7a8b22c7b | |
parent | 89977c73d1c0cba4401cfe70eb7b3cd69fdb190f (diff) |
summary of the current outstanding issues for upcoming and the subsequent
releases
-rw-r--r-- | TODO-RELEASE | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 2795045fc..0a8a40dff 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,4 +1,24 @@ To be addressed before 7.18.2 (planned release: June 2008) ============================= -139 -
\ No newline at end of file +142 - Jeff Weber's reported (and verified) memory leaks on SCP and SFTP + uploads that are aborted due to timeout. + http://curl.haxx.se/mail/lib-2008-05/0187.html + +143 - Emil Romanus's reported (and verified) problems with HTTP pipelining + when using the multi_socket API: + http://curl.haxx.se/mail/lib-2008-05/0210.html + + +To be addressed before 7.18.3 (planned release: August 2008) +============================= + +139 - Christopher Palow's CURLM_EASY_HANDLE_EXISTS patch + +140 - Arnaud Ebalard and Axel Tillequin's CRL support and issuer check patches + +141 - The sponsored feature CURLINFO_PRIMARY_IP that returns the IP address + as a string for the most recently used connection. + +144 - + |