🠰 7.8.1 all changes 7.9.1 🠲
Changes in 7.9 - September 23 2001
Changes:
- -R sets the timestamp of a downloaded file to the same as the remote file
- -c writes all cookies to a specified file (based on the new libcurl option CURLOPT_COOKIEJAR)
- SSL session ID caching is being done for multiple requests to the same hosts
- displays certificate expire date with SSL and verbose output
- curl_formadd() is a new function to replace the now deprecated curl_formparse() one, for building rfc1867 form posts.
- release archive now includes all docs as HTML pages too
Bugfixes:
- now properly returns an error code when connection to an SSL server with a non-legitimate certificate.
- CURLOPT_COOKIEFILE can now be specified any number of times
- fixed portability issue in the SSL code
- -G improvements, now works with -I and on URLs including question mark.
- various windows compile, build and makefile fixes
- multiple curl_easy_perform() invokes when a previous invoke followed a Location: could lead to a crash
- rfc1867-posts are now done including the Expect: 100-continue header.
- flushes the progress meter stream to improve look on windows
- fixed the configure script --with-ssl problem