2013-12-17 10:38:51 -05:00
|
|
|
|
Curl and libcurl 7.34.1
|
2003-09-22 17:38:52 -04:00
|
|
|
|
|
2013-12-17 10:38:51 -05:00
|
|
|
|
Public curl releases: 137
|
2013-10-13 17:24:21 -04:00
|
|
|
|
Command line options: 161
|
2013-12-09 05:56:01 -05:00
|
|
|
|
curl_easy_setopt() options: 206
|
2008-05-12 17:43:24 -04:00
|
|
|
|
Public functions in libcurl: 58
|
2013-02-16 08:26:28 -05:00
|
|
|
|
Known libcurl bindings: 42
|
2013-12-16 16:46:22 -05:00
|
|
|
|
Contributors: 1104
|
|
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
|
This release includes the following changes:
|
2008-09-01 10:27:24 -04:00
|
|
|
|
|
2013-12-20 15:27:21 -05:00
|
|
|
|
o imap/pop3/smtp: Added support for SASL authentication downgrades
|
2013-12-24 19:08:16 -05:00
|
|
|
|
o imap/pop3/smtp: Extended the login options to support multiple auth mechanisms
|
|
|
|
|
o TheArtOfHttpScripting: major update, converted layout and more
|
2013-12-31 11:40:00 -05:00
|
|
|
|
o mprintf: Added support for I, I32 and I64 size specifiers
|
2013-12-17 10:38:51 -05:00
|
|
|
|
o
|
2006-08-08 18:56:46 -04:00
|
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2013-12-20 15:27:21 -05:00
|
|
|
|
o curl_easy_setopt: Fixed OAuth 2.0 Bearer option name [1]
|
2013-12-24 11:48:48 -05:00
|
|
|
|
o pop3: Fixed APOP being determined by CAPA response rather than by timestamp
|
2013-12-24 19:08:16 -05:00
|
|
|
|
o Curl_pp_readresp: zero terminate line [2]
|
|
|
|
|
o FILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGE [3]
|
|
|
|
|
o docs: mention CURLOPT_MAX_RECV/SEND_SPEED_LARGE don't work for FILE://
|
|
|
|
|
o pop3: Fixed auth preference not being honored when CAPA not supported
|
|
|
|
|
o imap: Fixed auth preference not being honored when CAPABILITY not supported
|
|
|
|
|
o threaded resolver: Use pthread_t * for curl_thread_t [4]
|
2013-12-31 11:40:00 -05:00
|
|
|
|
o FILE: we don't support paused transfers using this protocol [5]
|
|
|
|
|
o connect: Try all addresses in first connection attempt [6]
|
|
|
|
|
o curl_easy_setopt.3: Added SMTP information to CURLOPT_INFILESIZE_LARGE
|
2013-12-17 10:38:51 -05:00
|
|
|
|
o
|
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:
|
|
|
|
|
|
2013-12-31 11:40:00 -05:00
|
|
|
|
Steve Holme, Viktor Szak<61>ts, Mohammad AlSaleh, Luke Dashjr, Bj<42>rn Stenberg,
|
|
|
|
|
Michal G<>rny, Anthony G. Basile
|
2013-04-13 11:43:30 -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:
|
|
|
|
|
|
2013-12-20 15:27:21 -05:00
|
|
|
|
[1] = http://curl.haxx.se/bug/view.cgi?id=1313
|
2013-12-24 19:08:16 -05:00
|
|
|
|
[2] = http://curl.haxx.se/mail/lib-2013-12/0113.html
|
|
|
|
|
[3] = http://curl.haxx.se/bug/view.cgi?id=1312
|
|
|
|
|
[4] = http://curl.haxx.se/bug/view.cgi?id=1314
|
2013-12-31 11:40:00 -05:00
|
|
|
|
[5] = http://curl.haxx.se/bug/view.cgi?id=1286
|
|
|
|
|
[6] = http://curl.haxx.se/bug/view.cgi?id=1315
|