aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
AgeCommit message (Collapse)Author
2008-08-18#159 and #160 already done.Yang Tse
Add more tasks to #144.
2008-08-16Added #159 and #160Yang Tse
2008-08-13Fixed:Daniel Stenberg
155 - bug #2038004 "Curl OpenSSL not compatible with 7.17 or 7.18" 156 - proxy CONNECT issue (details not public yet due to possible security impact)
2008-08-11152 + 153 are fixed!Daniel Stenberg
2008-08-11added two known topics for 7.19.1Daniel Stenberg
2008-08-11five more bugs I'd like to get fixed or at least considered before 7.19.0Daniel Stenberg
2008-08-11Old logic based on CURL_SIZEOF_CURL_OFF_T, ENABLE_64BIT, HAVE_LONGLONG,Yang Tse
has to be revisited and adjusted as appropriate. Enabling and disabling of large file support needs further inspection.
2008-08-07sync with realityYang Tse
2008-08-05#148 Removed.Yang Tse
Rebooting the problematic system, releasing allocated memory and swap, has allowed buildconf and configure to complete sucessfully since then.
2008-08-04- Yehoshua Hershberg found a problem that would make libcurl re-use aDaniel Stenberg
connection with the multi interface even if a previous use of it caused a CURLE_PEER_FAILED_VERIFICATION to get returned. I now make sure that failed SSL connections properly close the connections.
2008-08-04- Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 andDaniel Stenberg
proved how PUT and POST with a redirect could lead to a "hang" due to the data stream not being rewound properly when it had to in order to get sent properly (again) to the subsequent URL. This is now fixed and these test cases are no longer disabled.
2008-08-04Update #144Yang Tse
Third version of the patch fixing a failure to chose a proper data type submitted to the mailing list 2008-08-04.
2008-08-03- Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUTDaniel Stenberg
with -C - sent garbage in the Content-Range: header. I fixed this problem by making sure libcurl always sets the size of the _entire_ upload if an app attemps to do resumed uploads since libcurl simply cannot know the size of what is currently at the server end. Test 1041 is no longer disabled.
2008-08-03Update #148Yang Tse
Rebooting the Solaris system, releasing allocated memory and swap, has allowed buildconf and configure to complete sucessfully. Further tests on the system might allow determination of the problem origin. Solaris AutoBuilds suceeded on August 2 and 3.
2008-07-31Second version of the patch addressing building outside of CVS treeYang Tse
submitted to the mailing list 2008-07-31. Awaiting Ok to commit.
2008-07-31#149 fully done and verified. Removed from here now.Yang Tse
2008-07-30Committed just now and thus removed from here:Daniel Stenberg
145 - Phil Blundell's CURLOPT_SCOPE patch/work
2008-07-30Fixed:Daniel Stenberg
147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a true bug in libcurl built with OpenSSL.
2008-07-30Added the problems with test cases 1041 and 1051Dan Fandrich
2008-07-30#149 done. Awaiting autobuild verification before removing.Yang Tse
2008-07-30#148 no longer blocks #144Yang Tse
2008-07-30updated #148Yang Tse
2008-07-29Updtae #148 with link to start of threadYang Tse
2008-07-29Updated #144Yang Tse
Added #148 and # 149
2008-07-29Added:Daniel Stenberg
146 - Yehoshua Hershberg's re-using of connections that failed with CURLE_PEER_FAILED_VERIFICATION 147 - PHP's bug report #43158 (http://bugs.php.net/bug.php?id=43158) identifies a true bug in libcurl built with OpenSSL.
2008-07-28I removed: "139 - Christopher Palow's CURLM_EASY_HANDLE_EXISTS patch" simplyDaniel Stenberg
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.
2008-06-08the next release is now called 7.19.0Daniel Stenberg
2008-06-06- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg
OpenSSL, NSS and GnuTLS-built libcurls.
2008-06-06- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg
OpenSSL, NSS and GnuTLS-built libcurls.
2008-06-057.18.2 is done nowDaniel Stenberg
2008-05-28Fixed 142 and 143Daniel Stenberg
Moved 144 to 7.18.3 instead
2008-05-26I'd like to see this fixed for the 7.18,2:Daniel Stenberg
144 - Help apps use 64bit/LFS libcurl
2008-05-24summary of the current outstanding issues for upcoming and the subsequentDaniel Stenberg
releases
2008-05-15ten days with no further response or feedback, removing:Daniel Stenberg
136 - adding easy handles when using curl_multi_socket* by Markus Koetter
2008-05-13Three out of the four issues are now extinct.Daniel Stenberg
2008-05-07-135 - Busy looping bug in multi_socket interface byDaniel Stenberg
- Christopher Palow
2008-05-05mention four outstanding issues we should deal with before releaseDaniel Stenberg
2008-04-16Removed 129 and 130 due to lack of response on those issuesDaniel Stenberg
2008-04-03- Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method toDaniel Stenberg
GET simply because previously when you set CURLOPT_NOBODY to TRUE first and then FALSE you'd end up in a broken state where a HTTP request would do a HEAD by still act a lot like for a GET and hang waiting for the content etc.
2008-04-03Scott Barrett added support for CURLOPT_NOBODY over SFTPDaniel Stenberg
2008-04-01128 - Phil Blundell's ares and ipv6 fix (feedback lacking)Daniel Stenberg
removed 133 - Setting CURLOPT_NOBODY to "false" causes cURL to wait for content if a content-length header is read added
2008-03-31132 - Xponaut's CURLFORM_STREAM option to curl_formadd()Daniel Stenberg
done
2008-03-30132 - Xponaut's CURLFORM_STREAM option to curl_formadd()Daniel Stenberg
2008-03-30I'm officially pushing the two remaining issues to the next release instead,Daniel Stenberg
since they're still not clear enough to be to sort about before 7.18.1
2008-03-27- As found out and reported by Dan Petitt, libcurl didn't show progress/callDaniel Stenberg
the progress callback for the first (potentially huge) piece of body data sent together with the POST request headers in the initial send().
2008-03-22- Fixed the problem with doing a zero byte SCP transfer, verified with testDaniel Stenberg
case 617 (which was added by Daniel Fandrich 5 Mar 2008).
2008-03-21roadmap aheadDaniel Stenberg
2008-03-12Done: 125 - Michal Marek's typechecker-gcc workDaniel Stenberg
2008-03-08Done: 123 - Mike Protts' SFTP resume downloadDaniel Stenberg
2008-03-01- Anatoli Tubman found and fixed a crash with Negotiate authentication used onDaniel Stenberg
a re-used connection where both requests used Negotiate.