diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-08 12:49:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-08 12:49:23 +0000 |
commit | 836d945ecede0ad1f252f1bcb2170d8e2cecbe34 (patch) | |
tree | 17048ebbe9110e1e30f36eb29915f9acb1a63967 | |
parent | 2816902f0e91073887a0f746eae70edb75d9ea43 (diff) |
Removed: 166 167
Added : 172
-rw-r--r-- | TODO-RELEASE | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index e7139ce3e..a4762ac2c 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,11 +7,6 @@ To be addressed before 7.19.1 (planned release: October/November 2008) 165 - "Problem with CURLOPT_RESUME_FROM and CURLOPT_APPEND" by Daniele Pinau, recipe: http://curl.haxx.se/mail/lib-2008-08/0439.html -166 - Cookies with bad expiry date treated as session cookies (and thus wrongly - matches and get sent) - -167 - pipelining with proxy hangs - 168 - curl_easy_pause bugs 169 - curl crash when using sftp with socks. We need a Curl_plain_read() to @@ -23,6 +18,7 @@ To be addressed before 7.19.1 (planned release: October/November 2008) 171 - [PATCH] add some locking for thread-safety to NSS implementation -172 - - +172 - Apply the getdate patch with Jamie Lokier's date function. Needs an + added check for years < 1970 (== no negative numbers may be returned) +173 - |