mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
fb23b85770
get a fresh one downloaded and created with 'make ca-bundle' or you can get one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh new one extracted from Mozilla's recent list of ca certs. The configure option --with-ca-bundle now lets you specify what file to use as default ca bundle for your build. If not specified, the configure script will check a few known standard places for a global ca cert to use.
48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
Curl and libcurl 7.18.1
|
|
|
|
Public curl releases: 104
|
|
Command line options: 126
|
|
curl_easy_setopt() options: 150
|
|
Public functions in libcurl: 56
|
|
Public web site mirrors: 39
|
|
Known libcurl bindings: 36
|
|
Contributors: 621
|
|
|
|
This release includes the following changes:
|
|
|
|
o added support for HttpOnly cookies
|
|
o 'make ca-bundle' downloads and generates an updated ca bundle file
|
|
o we no longer distribute or install a ca cert bundle
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
o improved pipelining
|
|
o improved strdup replacement
|
|
o GnuTLS-built libcurl failed when doing global cleanup and reinit
|
|
o error message problem when unable to resolve a host on Windows
|
|
o Accept: header replacing
|
|
o not verificating server certs with GnuTLS still failed if gnutls had
|
|
problems with the cert
|
|
o when using the multi interface and a handle is removed while still having
|
|
a transfer going on, the connection is now closed by force
|
|
|
|
This release includes the following known bugs:
|
|
|
|
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
|
|
|
|
Other curl-related news:
|
|
|
|
o
|
|
|
|
New curl mirrors:
|
|
|
|
o http://curl.cuendet.com/ is a new mirror in Atlanta, USA
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
advice from friends like these:
|
|
|
|
Michal Marek, Dmitry Kurochkin, Niklas Angebrand, Günter Knauf, Yang Tse,
|
|
Dan Fandrich, Mike Hommey, Pooyan McSporran, Jerome Muffat-Meridol
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|