2012-06-03 13:51:54 +02:00
|
|
|
Curl and libcurl 7.27.0
|
2003-09-22 23:38:52 +02:00
|
|
|
|
2012-05-24 18:32:34 +02:00
|
|
|
Public curl releases: 128
|
2012-06-03 13:51:54 +02:00
|
|
|
Command line options: 152
|
2012-03-10 22:29:30 +01:00
|
|
|
curl_easy_setopt() options: 199
|
2008-05-12 23:43:24 +02:00
|
|
|
Public functions in libcurl: 58
|
2009-11-29 20:12:00 +01:00
|
|
|
Known libcurl bindings: 39
|
2012-06-03 13:51:54 +02:00
|
|
|
Contributors: 953
|
2003-10-29 10:53:21 +01:00
|
|
|
|
2006-08-09 00:56:46 +02:00
|
|
|
This release includes the following changes:
|
2008-09-01 16:27:24 +02:00
|
|
|
|
2012-05-21 16:19:12 +02:00
|
|
|
o nss: use human-readable error messages provided by NSS
|
2012-06-25 23:03:52 +02:00
|
|
|
o added --metalink for metalink download support [5]
|
2012-06-03 13:51:54 +02:00
|
|
|
o pop3: Added support for sasl plain text authentication
|
2012-06-03 20:28:08 +02:00
|
|
|
o pop3: Added support for sasl login authentication
|
|
|
|
o pop3: Added support for sasl ntlm authentication
|
2012-06-03 20:13:16 +02:00
|
|
|
o pop3: Added support for sasl cram-md5 authentication
|
2012-06-04 22:50:16 +02:00
|
|
|
o pop3: Added support for sasl digest-md5 authentication
|
2012-06-09 14:49:37 +02:00
|
|
|
o pop3: Added support for apop authentication
|
2012-06-25 23:02:32 +02:00
|
|
|
o Added support for Schannel (Native Windows) SSL/TLS encryption [2]
|
2012-07-07 14:47:46 +02:00
|
|
|
o Added support for Dwarin SSL (Native Mac OS X and iOS) [6]
|
2006-08-09 00:56:46 +02:00
|
|
|
|
2007-07-22 12:17:52 +02:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2012-06-02 23:11:37 +02:00
|
|
|
o pop3: Fixed the issue of having to supply the user name for all requests
|
2012-06-03 13:51:54 +02:00
|
|
|
o configure: fix LDAPS disabling related misplaced closing parenthesis
|
|
|
|
o cmdline: made -D option work with -O and -J
|
|
|
|
o configure: Fix libcurl.pc and curl-config generation for static MingW*
|
|
|
|
cross builds
|
2012-06-08 23:02:57 +02:00
|
|
|
o ssl: fix duplicated SSL handshake with multi interface and proxy [1]
|
2012-06-10 22:34:43 +02:00
|
|
|
o winbuild: Fix Makefile.vc ignoring USE_IPV6 and USE_IDN flags
|
2012-06-25 23:02:32 +02:00
|
|
|
o OpenSSL: support longer certificate subject names [3]
|
|
|
|
o openldap: OOM fixes
|
|
|
|
o log2changes.pl: fix the Version output
|
|
|
|
o lib554.c: use curl_formadd() properly [4]
|
|
|
|
o urldata.h: fix cyassl build clash with wincrypt.h
|
2012-07-09 13:11:44 +02:00
|
|
|
o cookies: changed the URL in the cookiejar headers [7]
|
2012-07-07 14:47:46 +02:00
|
|
|
o http-proxy: keep CONNECT connections alive (for NTLM)
|
|
|
|
o NTLM SSPI: fixed to work with unicode user names and passwords
|
2010-12-15 15:54:17 +01:00
|
|
|
|
2007-07-22 12:17:52 +02:00
|
|
|
This release includes the following known bugs:
|
|
|
|
|
|
|
|
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
|
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2012-06-03 13:51:54 +02:00
|
|
|
Anthony Bryan, Guenter Knauf, Kamil Dudka, Steve Holme, Tatsuhiro Tsujikawa,
|
2012-06-25 23:02:32 +02:00
|
|
|
Yang Tse, Gokhan Sengun, Marc Hoersken, Ghennadi Procopciuc, Gisle Vanem,
|
|
|
|
Mark Salisbury, Anthony G. Basile, Enrico Scholz, Robert B. Harris,
|
2012-07-09 19:27:54 +02:00
|
|
|
Neil Bowers, Marcel Raad, Christian Hägele
|
2012-03-23 16:59:03 +01:00
|
|
|
|
2003-09-22 23:38:52 +02:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-19 20:08:59 +01:00
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
2012-06-08 23:02:57 +02:00
|
|
|
[1] = https://bugzilla.redhat.com/788526
|
2012-06-25 23:02:32 +02:00
|
|
|
[2] = http://daniel.haxx.se/blog/2012/06/12/schannel-support-in-libcurl/
|
|
|
|
[3] = http://curl.haxx.se/bug/view.cgi?id=3533045
|
|
|
|
[4] = http://curl.haxx.se/mail/lib-2012-06/0001.html
|
2012-06-25 23:03:52 +02:00
|
|
|
[5] = http://daniel.haxx.se/blog/2012/06/03/curling-the-metalink/
|
2012-07-07 14:47:46 +02:00
|
|
|
[6] = http://daniel.haxx.se/blog/2012/06/28/darwin-native-ssl-for-curl/
|
2012-07-09 13:11:44 +02:00
|
|
|
[7] = http://daniel.haxx.se/blog/2012/07/08/curls-new-http-cookies-docs/
|