diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-09-17 23:10:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-09-17 23:10:32 +0200 |
commit | 907a9d25e8da4620b945d2c247c8910122236138 (patch) | |
tree | 2415755cbfc2fd7322abf71c871098eda697ff24 /TODO-RELEASE | |
parent | b3d72a95beffee3a480386806f15b99d410e1e91 (diff) | |
download | curl-907a9d25e8da4620b945d2c247c8910122236138.tar.gz |
TODO-RELEASE: push new features to 7.29
Leave two bug fixes as possibly fixed for 7.28 but as nobody seems to be
working on them I have little hope...
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 3ccf3e966..ee3901a72 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,20 +1,23 @@ To be addressed in 7.28 ======================= -310 - a new authentication callback +315 - multiple receivers with SMTP and one fails -312 - custom Content-Length appears in CONNECT, solve it by offering a separate - option to provide headers for the CONNECT request +326 - Improve testsuite for better results when running on MSYS/MinGW. + Fix crahses with tests lib547, lib548, lib590 and curl. + Fix socketflt for Win32. Fix hung with test 1326. -315 - multiple receivers with SMTP and one fails +To be addressed in 7.29 +======================= + +310 - a new authentication callback + +312 - custom Content-Length appears in CONNECT, solve it by offering a + separate option to provide headers for the CONNECT request: + http://curl.haxx.se/mail/lib-2012-09/0059.html 317 - CURLINFO_SSL_TRUST to return SSL-specific data for a darwinssl build 322 - pipelining improvements -326 - Improve testsuite for better results when running on MSYS/MinGW. - Fix crahses with tests lib547, lib548, lib590 and curl. - Fix socketflt for Win32. Fix hung with test 1326. - 327 - - |