summaryrefslogtreecommitdiff
path: root/TODO-RELEASE
Commit message (Collapse)AuthorAgeFilesLines
* 7.19.4 won't get anything elseDaniel Stenberg2009-03-021-3/+0
|
* nothing more left for 7.19.4, the issue #216 is moved to 7.19.5 since we'reDaniel Stenberg2009-03-011-3/+3
| | | | too close to release now
* 217 - Dan Fandrich's "GnuTLS initialization thread safety"Daniel Stenberg2009-02-271-5/+0
| | | | | | | 218 - Senthil Raja Velu's "CURLOPT_LOCALPORT option broken", patch by Markus Koetter Both are now committed
* - After a bug reported by James Cheng I've made curl_easy_getinfo() forDaniel Stenberg2009-02-231-3/+0
| | | | | | CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD return -1 if the sizes aren't know. Previously these returned 0, make it impossible to detect the difference between actually zero and unknown.
* For 7.19.5 (due to feature freeze)Daniel Stenberg2009-02-231-1/+3
| | | | | 220 - Take advantage of libssh2_version() that's been added for the upcoming 1.1, to extract the run-time version number properly.
* mention 4 pending fixes/patchesDaniel Stenberg2009-02-201-1/+11
|
* there is nothing left planned for next release, metalink experiments are post-Daniel Stenberg2009-02-131-0/+3
| | | | poned
* 214 - progress bar prefix, second try (for the curl tool)Daniel Stenberg2009-02-071-2/+0
| | | | patch declined
* 206 - A. Craig West's CURLOPT_HTTP_VERSION change for CONNECTDaniel Stenberg2009-02-041-2/+0
| | | | applied!
* - Markus Moeller introduced two new options to libcurl:Daniel Stenberg2009-01-281-2/+0
| | | | | | | CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these.
* - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg2009-01-251-2/+0
| | | | | | They basically offer the same thing the NO_PROXY environment variable only offered previously: list a set of host names that shall not use the proxy even if one is specified.
* 7.19.3 is out nowDaniel Stenberg2009-01-191-4/+0
|
* 213 - bug #2501457 "Timeouts not working with curl_multi_socket_action()" -Daniel Stenberg2009-01-131-4/+0
| | | | now put in KNOWN_BUGS as entry #62
* Grant Erickson fixed timeouts for TFTPDaniel Stenberg2009-01-131-4/+0
|
* - Michael Wallner fixed a NULL pointer deref when callingDaniel Stenberg2009-01-131-3/+6
| | | | | curl_easy_setup(curl, CURLOPT_COOKIELIST, "SESS") on a CURL handle with no cookies data.
* oops, the previous wasn't meant to get committed but since I did it I thoughtDaniel Stenberg2009-01-131-12/+7
| | | | I'd just as well enumerate the remainder and commit a "proper" looking one
* - Stefan Teleman brought a patch to fix the default curlbuild.h file for theDaniel Stenberg2009-01-131-2/+16
| | | | SunPro compilers.
* "204 - Rob C's NSS fix" is done and since we enter feature freeze now I movedDaniel Stenberg2009-01-081-1/+4
| | | | | the remaining three issues to next release since they are about new things and not just fixing bugs
* four fresh items to deal with!Daniel Stenberg2009-01-061-0/+8
|
* - Phil Lisiecki filed bug report #2413067Daniel Stenberg2008-12-291-2/+0
| | | | | | | (http://curl.haxx.se/bug/view.cgi?id=2413067) that identified a problem that would cause libcurl to mark a DNS cache entry "in use" eternally if the subsequence TCP connect failed. It would thus never get pruned and refreshed as it should've been.
* 193 removed, no work has been started on this and I personally don't care thatDaniel Stenberg2008-12-251-3/+0
| | | | much about it
* 197 - IIS-bug in DigestDaniel Stenberg2008-12-201-10/+0
| | | | | | | | | | The curl tool parts are postponed to a later time 201 - "bug: header data output to the body callback function after set header" Was probably not a bug, I asked about it but I didn't get any response. 202 - "hangs up of application above libcurl" - problems with the multi_socket Fixes from Igor have been committed and there's currently no pending ones.
* 196 is goneDaniel Stenberg2008-12-121-3/+0
|
* - More work with Igor Novoseltsev to first fix the remaining stuff forDaniel Stenberg2008-12-121-3/+0
| | | | | | | removing easy handles from multi handles when the easy handle is/was within a HTTP pipeline. His bug report #2351653 (http://curl.haxx.se/bug/view.cgi?id=2351653) was also related and was eventually fixed by a patch by Igor himself.
* Removed 200 as it wasn't a bug after allDaniel Stenberg2008-12-111-3/+4
| | | | Added 203 "dns cache memory leak and TTL failure after failed conn"
* - Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume anyDaniel Stenberg2008-12-091-2/+3
| | | | | | | particular state for the control connection like it did before for implicit FTPS (libcurl assumed such control connections to be encrypted while some FTPS servers such as FileZilla assumes such connections to be clear mode). Use the CURLOPT_USE_SSL option to set your desired level.
* 195 - SIZE returning 550 must not abort the transferDaniel Stenberg2008-12-081-2/+0
| | | | Fixed!
* one moreDaniel Stenberg2008-12-081-6/+6
|
* 192 - "infinite loop during GSS authentication" bug #2221237Daniel Stenberg2008-12-081-3/+20
| | | | Fixed!
* 191 - "proposed patch for curl/libssh2 bugfix"Daniel Stenberg2008-11-241-3/+0
| | | | | http://curl.haxx.se/mail/archive-2008-10/0000.html Done!
* 194 - remove "Pragma: no-cache" from default HTTP requestsDaniel Stenberg2008-11-191-2/+0
| | | | done!
* two more things for 7.19.3Daniel Stenberg2008-11-131-1/+5
|
* bump them all to 7.19.3 and remove some of the pending ones until they areDaniel Stenberg2008-11-111-8/+3
| | | | either sorted out or more/new details come up
* 7.19.1 is now historyDaniel Stenberg2008-11-051-4/+0
|
* the pending bugs are now moved to next releaseDaniel Stenberg2008-11-041-3/+3
|
* 183 - "libcurl issue with IPv6 and c-ares"Daniel Stenberg2008-11-011-2/+0
| | | | done!
* Cleaned up in preparation for release next week. I'd say the remaining bugsDaniel Stenberg2008-10-311-6/+13
| | | | risk getting postponed for 7.19.2.
* removed four issues that had no action at all for the last four weeks or moreDaniel Stenberg2008-10-221-10/+0
|
* Fixed some problems with SFTP range support to fix test cases 634 through 637.Dan Fandrich2008-10-211-2/+0
|
* All the coverity.com issues have no been taken care of.Daniel Stenberg2008-10-201-2/+0
|
* 185 - CURLOPT_PROXYUSER etcDaniel Stenberg2008-10-171-2/+0
| | | | done!
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-2/+0
| | | | | | | | | | | (http://curl.haxx.se/bug/view.cgi?id=2154627) which pointed out that libcurl uses strcasecmp() in multiple places where it causes failures when the Turkish locale is used. This is because 'i' and 'I' isn't the same letter so strcasecmp() on those letters are different in Turkish than in English (or just about all other languages). I thus introduced a totally new internal function in libcurl (called Curl_ascii_equal) for doing case insentive comparisons for english-(ascii?) style strings that thus will make "file" and "FILE" match even if the Turkish locale is selected.
* Failing SFTP range tests cases 634 through 637Dan Fandrich2008-10-141-2/+3
|
* four additional pending issuesDaniel Stenberg2008-10-141-1/+11
|
* - Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified andDaniel Stenberg2008-10-081-7/+3
| | | | | | | | | | fixed a CURLINFO_REDIRECT_URL memory leak and an additional wrong-doing: Any subsequent transfer with a redirect leaks memory, eventually crashing the process potentially. Any subsequent transfer WITHOUT a redirect causes the most recent redirect that DID occur on some previous transfer to still be reported.
* 179 - "[PATCH] Colon in username"Daniel Stenberg2008-10-081-2/+0
| | | | was committed just now!
* mention the other sf.net bug which does have a sort of fix mentionedDaniel Stenberg2008-10-071-2/+6
|
* some additional classification of the entriesDaniel Stenberg2008-10-071-4/+8
|
* One fix for CURLINFO_PRIMARY_IP just went in which addressed at least one ofDaniel Stenberg2008-10-071-6/+0
| | | | | the concerns mentioned for 174 and the other guy hasn't returned so I remove the entry from here now.
* 177 - "[Patch] Disable proxy support" was appliedDaniel Stenberg2008-09-291-2/+0
|