diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-27 22:17:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-27 22:17:14 +0000 |
commit | 2236ba0d206fe9fef5d93889ee652feaa03fe089 (patch) | |
tree | 2651d5300c11cf99f0abd3d73b9d7ddb14efa748 /RELEASE-NOTES | |
parent | 463c0f7096f7a0e56929a8e1b4fb3c38e164ce13 (diff) |
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
simple interface to extracting and setting cookies in libcurl's internal
"cookie jar". See the new cookie_interface.c example code.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 100b469aa..4e119d152 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,6 +11,7 @@ Curl and libcurl 7.14.1 This release includes the following changes: + o CURLOPT_COOKIELIST and CURLINFO_COOKIELIST o trailer support for chunked encoded data streams o -x/CURL_PROXY strings may now contain user+password o --trace-time now outputs the full microsecond, all 6 digits @@ -46,6 +47,6 @@ advice from friends like these: John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper, Todd Kulesza, Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell, Dan Fandrich, - Adrian Schuur, Diego Casorran + Adrian Schuur, Diego Casorran, Peteris Krumins Thanks! (and sorry if I forgot to mention someone) |