mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
f72a26d340
sites in cases where the cookie clearly has a very old expiry date. The condition was simply that libcurl's date parser would fail to convert the date and it would then count as a (timed-based) match. Starting now, a missed date due to an unsupported date format or date range will now cause the cookie to not match.
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
Curl and libcurl 7.19.1
|
|
|
|
Public curl releases: 107
|
|
Command line options: 128
|
|
curl_easy_setopt() options: 154
|
|
Public functions in libcurl: 58
|
|
Known libcurl bindings: 36
|
|
Contributors: 672
|
|
|
|
This release includes the following changes:
|
|
|
|
o pkg-config can now show supported_protocols and supported_features
|
|
o Added CURLOPT_CERTINFO and CURLINFO_CERTINFO
|
|
o Added CURLOPT_POSTREDIR
|
|
o Better detect HTTP 1.0 servers and don't do HTTP 1.1 requests on them
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
o MingW32 non-configure builds are now largefile feature enabled by default
|
|
o NetWare LIBC builds are now largefile feature enabled by default
|
|
o curl_easy_pause() could behave wrongly on unpause
|
|
o cookie with invalid expire dates are now considered expired
|
|
|
|
This release includes the following known bugs:
|
|
|
|
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
|
|
|
|
Other curl-related news:
|
|
|
|
o
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
advice from friends like these:
|
|
|
|
Keith Mok, Yang Tse, Daniel Fandrich, Guenter Knauf, Dmitriy Sergeyev,
|
|
Linus Nielsen Feltzing, Martin Drasar, Stefan Krause
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|