diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-13 22:21:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-13 22:21:14 +0000 |
commit | a19e02be5e3fc41aee1ecee73a26d363e186e36e (patch) | |
tree | 73e3762c266032e706aba77f340bcd2d0e7d33e4 /TODO-RELEASE | |
parent | 0761e60a4a4b41b00720675a0024d9008330b806 (diff) |
- Michael Wallner fixed a NULL pointer deref when calling
curl_easy_setup(curl, CURLOPT_COOKIELIST, "SESS") on a CURL handle with no
cookies data.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 0d3729005..07b926fa5 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,8 +1,6 @@ To be addressed in 7.19.3 (planned release: January 2009) ========================= -209 - [PATCH] Curl_cookie_clearsess segfaults on new handle - 210 - [PATCH] TFTP: Fix Connect and Transfer Timeout Behavior 211 - Building and using static libcurl on Windows with VS2008 @@ -21,4 +19,9 @@ To be addressed in 7.19.4 (planned release: March 2009) 208 - Patch to allow GSSAPI authentication to a socks5 server -214 - +214 - progress bar prefix, second try (for the curl tool) + +215 - Patch for Metalink Support (for the curl tool) + +216 - + |