2008-01-28 16:19:15 -05:00
|
|
|
|
Curl and libcurl 7.18.1
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
2008-01-28 16:19:15 -05:00
|
|
|
|
Public curl releases: 104
|
2008-01-12 17:10:53 -05:00
|
|
|
|
Command line options: 126
|
2008-01-10 05:30:19 -05:00
|
|
|
|
curl_easy_setopt() options: 150
|
2008-01-08 09:52:05 -05:00
|
|
|
|
Public functions in libcurl: 56
|
2008-02-15 04:29:57 -05:00
|
|
|
|
Public web site mirrors: 39
|
2007-10-31 05:21:31 -04:00
|
|
|
|
Known libcurl bindings: 36
|
2008-01-28 16:19:15 -05:00
|
|
|
|
Contributors: 621
|
2003-10-29 04:53:21 -05:00
|
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
|
This release includes the following changes:
|
2006-10-21 07:32:05 -04:00
|
|
|
|
|
2008-01-31 07:21:57 -05:00
|
|
|
|
o added support for HttpOnly cookies
|
2008-02-08 06:16:44 -05:00
|
|
|
|
o 'make ca-bundle' downloads and generates an updated ca bundle file
|
2008-02-18 06:35:12 -05:00
|
|
|
|
o we no longer distribute or install a ca cert bundle
|
2008-02-20 03:28:02 -05:00
|
|
|
|
o SSLv2 is now disabled by default for SSL operations
|
|
|
|
|
o the test509-style setting URL in callback is officially no longer supported
|
2008-02-23 07:27:45 -05:00
|
|
|
|
o support a full chain of certificates in a given PKCS12 certificate
|
2008-03-04 06:53:15 -05:00
|
|
|
|
o resumed transfers work with SFTP
|
2008-03-18 04:14:37 -04:00
|
|
|
|
o added type checking macros for curl_easy_setopt() and curl_easy_getinfo(),
|
|
|
|
|
watch out for new warnings in code using libcurl (needs gcc-4.3 and
|
|
|
|
|
currently only works in C mode)
|
|
|
|
|
o curl_easy_setopt(), curl_easy_getinfo(), curl_share_setopt() and
|
|
|
|
|
curl_multi_setopt() uses are now checked to use exactly three arguments
|
2008-03-20 04:09:23 -04:00
|
|
|
|
o --with-ca-path=DIR configure option allows to set an openSSL CApath instead
|
|
|
|
|
of a default ca bundle.
|
2006-08-08 18:56:46 -04:00
|
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2008-01-29 07:58:25 -05:00
|
|
|
|
o improved pipelining
|
2008-02-06 14:01:13 -05:00
|
|
|
|
o improved strdup replacement
|
2008-02-08 17:02:00 -05:00
|
|
|
|
o GnuTLS-built libcurl failed when doing global cleanup and reinit
|
2008-02-09 23:20:09 -05:00
|
|
|
|
o error message problem when unable to resolve a host on Windows
|
2008-02-15 03:56:06 -05:00
|
|
|
|
o Accept: header replacing
|
2008-02-17 08:49:58 -05:00
|
|
|
|
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
|
2008-02-20 04:56:26 -05:00
|
|
|
|
o bad re-use of SSL connections in non-complete state
|
2008-02-20 07:18:08 -05:00
|
|
|
|
o test case 405 failures with GnuTLS builds
|
2008-02-21 12:52:16 -05:00
|
|
|
|
o crash when connection cache size is 1 and Curl_do() failed
|
2008-02-25 02:51:39 -05:00
|
|
|
|
o GnuTLS-built libcurl can now be forced to prefer SSLv3
|
2008-03-01 17:32:03 -05:00
|
|
|
|
o crash when doing Negotiate again on a re-used connection
|
2008-03-05 22:48:33 -05:00
|
|
|
|
o select/poll regression
|
2008-03-06 12:22:45 -05:00
|
|
|
|
o better MIT kerberos configure check
|
2008-03-09 07:37:48 -04:00
|
|
|
|
o curl_easy_reset() + SFTP re-used connection download crash
|
|
|
|
|
o SFTP non-existing file + SFTP existing file error
|
2008-03-11 18:55:23 -04:00
|
|
|
|
o sharing DNS cache between easy handles running in multiple threads could
|
|
|
|
|
lead to crash
|
2008-03-13 17:43:39 -04:00
|
|
|
|
o SFTP upload with CURLOPT_FTP_CREATE_MISSING_DIRS on re-used connection
|
2008-03-18 18:59:04 -04:00
|
|
|
|
o SFTP infinite loop when given an invalid quote command
|
2008-03-20 16:08:44 -04:00
|
|
|
|
o curl-config erroneously reported LDAPS support with missing LDAP libraries
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
|
|
This release includes the following known bugs:
|
|
|
|
|
|
|
|
|
|
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
|
|
|
|
|
|
|
|
|
|
Other curl-related news:
|
|
|
|
|
|
2008-01-28 16:19:15 -05:00
|
|
|
|
o
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
|
|
New curl mirrors:
|
|
|
|
|
|
2008-02-15 04:29:57 -05:00
|
|
|
|
o http://curl.cuendet.com/ is a new mirror in Atlanta, USA
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
2008-02-07 17:25:04 -05:00
|
|
|
|
Michal Marek, Dmitry Kurochkin, Niklas Angebrand, G<>nter Knauf, Yang Tse,
|
2008-02-20 03:28:02 -05:00
|
|
|
|
Dan Fandrich, Mike Hommey, Pooyan McSporran, Jerome Muffat-Meridol,
|
2008-03-01 17:32:03 -05:00
|
|
|
|
Kaspar Brand, Gautam Kachroo, Zmey Petroff, Georg Lippitsch, Sam Listopad,
|
2008-03-20 16:16:01 -04:00
|
|
|
|
Anatoli Tubman, Mike Protts, Michael Calmer, Brian Ulm, Dmitry Popov,
|
|
|
|
|
Jes Badwal
|
2008-01-28 16:19:15 -05:00
|
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|