curl/TODO-RELEASE
Daniel Stenberg 391e8afd1f - Made the SOCKS code use the new Curl_read_plain() function to fix the bug
Markus Moeller reported: http://curl.haxx.se/mail/archive-2008-09/0016.html

- recv() errors other than those equal to EAGAIN now cause proper
  CURLE_RECV_ERROR to get returned. This made test case 160 fail so I've now
  disabled it until we can figure out another way to exercise that logic.
2008-09-22 23:12:00 +00:00

27 lines
1.0 KiB
Plaintext

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
(under discussion)
168 - curl_easy_pause bugs (still under discussion)
171 - [PATCH] add some locking for thread-safety to NSS implementation
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 - "Patch to use GSSAPI authentication for socks5 connection" by
Markus Moeller http://curl.haxx.se/mail/archive-2008-09/0053.html
174 - "CURLINFO_PRIMARY_IP yields empty string?" by Jason Pump
http://curl.haxx.se/mail/lib-2008-09/0145.html
175 - "No info on REDIRECT_URL in multi-mode" by Max Ivanov
http://curl.haxx.se/mail/lib-2008-09/0143.html
Patch: http://sourceforge.net/tracker/index.php?func=detail&aid=2107803&group_id=976&atid=100976
176 -