diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-07-27 21:14:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-07-27 21:14:30 +0000 |
commit | 8978b87728d059594e4dfc7c9ad03ae0fef7a932 (patch) | |
tree | 46afb9192e2344f1c9f7f7d6141e43062d126b4f | |
parent | 06841282097c583a3c0b92790a5553895002bffd (diff) | |
download | curl-8978b87728d059594e4dfc7c9ad03ae0fef7a932.tar.gz |
moved the changes that aren't strictly bugfixes until after 7.19.6 since I
can't seem to catch up
243 - ftp QUOTE commands that are allowed to fail but not close the connection
is done
-rw-r--r-- | TODO-RELEASE | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index d787f7136..fc20fee43 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,15 +1,18 @@ To be addressed in 7.19.6 (planned release: August 2009) ========================= -243 - ftp QUOTE commands that are allowed to fail but not close the connection +246 - small logic error with CURLOPT_NOPROXY + +248 - "Pausing pipeline problems." + +To be addressed in 7.19.7 (planned release: October 2009) +========================= 244 - patch for [out] parameters 245 - HTTP version getinfo -246 - small logic error with CURLOPT_NOPROXY - 247 - Using CURLINFO_ERROR in Curl_failf -248 - +249 - |