2012-06-03 07:51:54 -04:00
|
|
|
|
Curl and libcurl 7.27.0
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
2012-05-24 12:32:34 -04:00
|
|
|
|
Public curl releases: 128
|
2012-06-03 07:51:54 -04:00
|
|
|
|
Command line options: 152
|
2012-03-10 16:29:30 -05:00
|
|
|
|
curl_easy_setopt() options: 199
|
2008-05-12 17:43:24 -04:00
|
|
|
|
Public functions in libcurl: 58
|
2009-11-29 14:12:00 -05:00
|
|
|
|
Known libcurl bindings: 39
|
2012-06-03 07:51:54 -04:00
|
|
|
|
Contributors: 953
|
2003-10-29 04:53:21 -05:00
|
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
|
This release includes the following changes:
|
2008-09-01 10:27:24 -04:00
|
|
|
|
|
2012-05-21 10:19:12 -04:00
|
|
|
|
o nss: use human-readable error messages provided by NSS
|
2012-06-25 17:03:52 -04:00
|
|
|
|
o added --metalink for metalink download support [5]
|
2012-06-03 07:51:54 -04:00
|
|
|
|
o pop3: Added support for sasl plain text authentication
|
2012-06-03 14:28:08 -04:00
|
|
|
|
o pop3: Added support for sasl login authentication
|
|
|
|
|
o pop3: Added support for sasl ntlm authentication
|
2012-06-03 14:13:16 -04:00
|
|
|
|
o pop3: Added support for sasl cram-md5 authentication
|
2012-06-04 16:50:16 -04:00
|
|
|
|
o pop3: Added support for sasl digest-md5 authentication
|
2012-06-09 08:49:37 -04:00
|
|
|
|
o pop3: Added support for apop authentication
|
2012-06-25 17:02:32 -04:00
|
|
|
|
o Added support for Schannel (Native Windows) SSL/TLS encryption [2]
|
2012-07-07 08:47:46 -04:00
|
|
|
|
o Added support for Dwarin SSL (Native Mac OS X and iOS) [6]
|
2006-08-08 18:56:46 -04:00
|
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2012-06-02 17:11:37 -04:00
|
|
|
|
o pop3: Fixed the issue of having to supply the user name for all requests
|
2012-06-03 07:51:54 -04: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 17:02:57 -04:00
|
|
|
|
o ssl: fix duplicated SSL handshake with multi interface and proxy [1]
|
2012-06-10 16:34:43 -04:00
|
|
|
|
o winbuild: Fix Makefile.vc ignoring USE_IPV6 and USE_IDN flags
|
2012-06-25 17:02:32 -04: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 07:11:44 -04:00
|
|
|
|
o cookies: changed the URL in the cookiejar headers [7]
|
2012-07-07 08:47:46 -04: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 09:54:17 -05:00
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
|
advice from friends like these:
|
|
|
|
|
|
2012-06-03 07:51:54 -04:00
|
|
|
|
Anthony Bryan, Guenter Knauf, Kamil Dudka, Steve Holme, Tatsuhiro Tsujikawa,
|
2012-06-25 17:02:32 -04:00
|
|
|
|
Yang Tse, Gokhan Sengun, Marc Hoersken, Ghennadi Procopciuc, Gisle Vanem,
|
|
|
|
|
Mark Salisbury, Anthony G. Basile, Enrico Scholz, Robert B. Harris,
|
2012-07-07 08:47:46 -04:00
|
|
|
|
Neil Bowers, Marcel Raad, Christian H<>gele
|
2012-03-23 11:59:03 -04:00
|
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-19 14:08:59 -05:00
|
|
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
|
2012-06-08 17:02:57 -04:00
|
|
|
|
[1] = https://bugzilla.redhat.com/788526
|
2012-06-25 17:02:32 -04: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 17:03:52 -04:00
|
|
|
|
[5] = http://daniel.haxx.se/blog/2012/06/03/curling-the-metalink/
|
2012-07-07 08:47:46 -04:00
|
|
|
|
[6] = http://daniel.haxx.se/blog/2012/06/28/darwin-native-ssl-for-curl/
|
2012-07-09 07:11:44 -04:00
|
|
|
|
[7] = http://daniel.haxx.se/blog/2012/07/08/curls-new-http-cookies-docs/
|