aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
AgeCommit message (Collapse)Author
2005-10-117.15.0 in november?Daniel Stenberg
2005-08-19The big POST to HTTPS is probably not a bug.Daniel Stenberg
The CONNECT problem is now bug #25 planned to get fixed in next release.
2005-08-18Harshal Pradhan's use-after-free bug with ares is now known bug #24 to beDaniel Stenberg
fixed after 7.14.1
2005-08-08mention two other bugs we should fix before releaseDaniel Stenberg
2005-07-30Moved items from TODO-RELEASE to TODO since they're not really bound to happenDaniel Stenberg
in any specific release.
2005-05-04towards 7.14.0 - reallyDaniel Stenberg
2005-04-12next release will be version 7.14.0 thanks to the added GnuTLS supportDaniel Stenberg
2005-03-31the cookie API is better and more likely to happen in a separate releaseDaniel Stenberg
2005-03-29postpone theseDaniel Stenberg
2005-03-14two issues fixedDaniel Stenberg
2005-03-04stand clear for release timeDaniel Stenberg
2005-02-09David Byron fixed his SSL problems, initially mentioned here:Daniel Stenberg
http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use SSL_pending() as we should. This was TODO-RELEASE issue #59.
2005-02-09issue #54 doneDaniel Stenberg
2005-02-017.13 coming upDaniel Stenberg
2005-01-30Let's add a cookie interface in 7.14Daniel Stenberg
2005-01-22added a few items I plan to doDaniel Stenberg
2004-12-25issue 54 - this takes sweatDaniel Stenberg
2004-12-22issue 47 in next release?Daniel Stenberg
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-11-24decided to skip the MSVC makefile fixes, nobody seems to really want themDaniel Stenberg
and they are rather excessive
2004-11-23cut out release with no issue to fixDaniel Stenberg
2004-11-22issue 52 is fixed, I work on 51Daniel Stenberg
2004-11-21The FD_SETSIZE issue is already sorted, at least internally. We still needDaniel Stenberg
to provide a better multi-API to allow apps to avoid select().
2004-11-11added some details on what to comeDaniel Stenberg
2004-10-19CURLINFO_NUM_CONNECTS and moreDaniel Stenberg
2004-10-16today's changesDaniel Stenberg
2004-10-14Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user nameDaniel Stenberg
and password fields properly in URLs, like ftp://us?er:pass?word@site.com/. Added test 191 to verify the fix.
2004-10-14let's fix this tooDaniel Stenberg
2004-10-12one item fixed, one added for 7.12.2 and two more for 7.12.3Daniel Stenberg
2004-10-04closing in on releaseDaniel Stenberg
2004-10-01- Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg
formposts no longer include the path part. If you _really_ want them, you must provide your preferred full file name with CURLFORM_FILENAME. Added detection for libgen.h and basename() to configure. My custom basename() replacement function for systems without it, might be a bit too naive... Updated 6 test cases to make them work with the stripped paths.
2004-09-30- Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg
app to retrieve the errno variable after a (connect) failure. It will make sense to provide this for more failures in a more generic way, but let's start like this.
2004-09-3048 - Harshal Pradhan's isspace() fix for 8bit cookie contentDaniel Stenberg
2004-09-30issue 47 - Peter Sylvester's patch related to the new SRP on the TLS layerDaniel Stenberg
2004-09-30fix the multi.h tooDaniel Stenberg
2004-09-30added issue 45 "Chris' suspected race condition in the windows threadedDaniel Stenberg
resolver"
2004-09-30added five things I want fixed before the next releaseDaniel Stenberg
2004-08-30removed issue 36 from this list, we don't know how to do it and no one hasDaniel Stenberg
stepped forward to help us. Let's postpone that fix.
2004-08-09adding notes for 7.12.2 now, 7.12.1 is removed due to release ANY DAY NOWDaniel Stenberg
2004-06-29multi interface connect fixDaniel Stenberg
2004-06-22Gisle Vanem improved the certificate wildcard checksDaniel Stenberg
2004-06-21recent eventsDaniel Stenberg
2004-06-18two issues to remember to fix before next releaseDaniel Stenberg
2004-06-08time schedule for this yearDaniel Stenberg
2004-06-043rd party transfers are in CVS nowDaniel Stenberg
2004-05-26the CONNECT issue seems fixed too nowDaniel Stenberg
2004-05-26curllib.dsp works in the latest snapshotsDaniel Stenberg
2004-05-26updated with recent stuffDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
memory.h is included everywhere for this.
2004-05-04Gisle made item 38, now there's only one low-prio task left...Daniel Stenberg