diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-28 21:53:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-28 21:53:25 +0000 |
commit | fe167b6ba253880b90179fca66ead6a8cdeab937 (patch) | |
tree | cb4bff27ecc2c8d0bf4ccdec5e6ce346b27e1e22 | |
parent | f042a7419d21eb0c0c6d7b6fe526eb93e7a78bbb (diff) |
I removed: "139 - Christopher Palow's CURLM_EASY_HANDLE_EXISTS patch" simply
because at the current point in time I think the benefit of adding that new
return code is very slim and it is a lot of work to introduce new return codes
(for docs and maintenance etc)
I added "145 - Phil Blundell's CURLOPT_SCOPE patch/work" since I want it
sorted/committed.
-rw-r--r-- | TODO-RELEASE | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index a2081332b..3470894a0 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,9 +1,8 @@ To be addressed before 7.19.0 (planned release: August 2008) ============================= -139 - Christopher Palow's CURLM_EASY_HANDLE_EXISTS patch - 144 - Help apps use 64bit/LFS libcurl! -145 - +145 - Phil Blundell's CURLOPT_SCOPE patch/work +146 - |