From d270d6518a825c0f36a9e4dcc999885f6229a460 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 10 Jan 2008 10:31:01 +0000 Subject: [PATCH] Two more items done: 109 - curl_easy_pause 110 - seekfunction --- TODO-RELEASE | 7 ------- 1 file changed, 7 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index 996902396..4b11c4cc1 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,13 +1,6 @@ To be addressed before 7.18.0 (planned release: January 2008) ============================= -109 - curl_easy_pause (patch-3 pending, sent to list) - http://curl.haxx.se/mail/lib-2008-01/0059.html (patch) - -110 - seekfunction (reviewed, updated needed, lacks docs) - http://curl.haxx.se/mail/lib-2007-12/0188.html (patch) - http://curl.haxx.se/mail/lib-2008-01/0060.html (comments) - 114 - Ranged downloads on file:// URLs by Daniel Egger (minor work left) http://curl.haxx.se/mail/lib-2008-01/0049.html (patch) http://curl.haxx.se/mail/lib-2008-01/0058.html (comments)