2013-06-22 20:13:28 +08:00
|
|
|
|
Curl and libcurl 7.32.0
|
2003-09-23 05:38:52 +08:00
|
|
|
|
|
2013-06-22 20:13:28 +08:00
|
|
|
|
Public curl releases: 134
|
2012-06-03 19:51:54 +08:00
|
|
|
|
Command line options: 152
|
2012-03-11 05:29:30 +08:00
|
|
|
|
curl_easy_setopt() options: 199
|
2008-05-13 05:43:24 +08:00
|
|
|
|
Public functions in libcurl: 58
|
2013-02-16 21:26:28 +08:00
|
|
|
|
Known libcurl bindings: 42
|
2013-06-22 20:13:28 +08:00
|
|
|
|
Contributors: 1049
|
2013-02-06 18:02:18 +08:00
|
|
|
|
|
2013-03-08 23:34:40 +08:00
|
|
|
|
***
|
|
|
|
|
krb4 support is up for removal. If you care about it at all, speak up
|
|
|
|
|
on the curl-library list asap!
|
|
|
|
|
***
|
|
|
|
|
|
2006-08-09 06:56:46 +08:00
|
|
|
|
This release includes the following changes:
|
2008-09-01 22:27:24 +08:00
|
|
|
|
|
2013-07-20 05:38:01 +08:00
|
|
|
|
o curl: allow timeouts to accept decimal values
|
|
|
|
|
o OS400: add slist and certinfo EBCDIC support
|
|
|
|
|
o OS400: new SSL backend GSKit
|
|
|
|
|
o CURLOPT_XFERINFOFUNCTION: introducing a new progress callback
|
|
|
|
|
o
|
2006-08-09 06:56:46 +08:00
|
|
|
|
|
2007-07-22 18:17:52 +08:00
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
|
2013-06-25 16:35:21 +08:00
|
|
|
|
o dotdot: introducing dot file path cleanup [1]
|
|
|
|
|
o docs: fix typo in curl_easy_getinfo manpage
|
|
|
|
|
o test1230: avoid using hard-wired port number
|
|
|
|
|
o test1396: invoke the correct test tool
|
|
|
|
|
o SIGPIPE: ignored while inside the library [2]
|
|
|
|
|
o darwinssl: fix crash that started happening in Lion
|
|
|
|
|
o OpenSSL: check for read errors, don't assume [3]
|
|
|
|
|
o c-ares: improve error message on failed resolve [4]
|
|
|
|
|
o printf: make sure %x are treated unsigned
|
|
|
|
|
o formpost: better random boundaries [5]
|
2013-07-01 01:51:16 +08:00
|
|
|
|
o url: restore the functionality of 'curl -u :' [6]
|
2013-07-20 05:38:01 +08:00
|
|
|
|
o curl.1: fix typo in --xattr description [7]
|
|
|
|
|
o digest: improve nonce generation
|
|
|
|
|
o configure: automake 1.14 compatibility tweak
|
|
|
|
|
o curl.1: document the --post303 option in the man page
|
|
|
|
|
o curl.1: document the --sasl-ir option in the man page
|
|
|
|
|
o setup-vms.h: sk_pop symbol tweak
|
|
|
|
|
o tool_paramhlp: try harder to catch negatives
|
|
|
|
|
o cmake: Fix for MSVC2010 project generation [8]
|
|
|
|
|
o asyn-ares: Don't blank ares servers if none configured
|
|
|
|
|
o curl_multi_wait: set revents for extra fds
|
|
|
|
|
o Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup()
|
|
|
|
|
o ftp_do_more: consider DO_MORE complete when server connects back [9]
|
|
|
|
|
o curl_easy_perform: gradually increase the delay time [10]
|
|
|
|
|
o
|
2010-12-15 22:54:17 +08:00
|
|
|
|
|
2007-07-22 18:17:52 +08: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-06-25 16:35:21 +08:00
|
|
|
|
Alex Vinnik, Alessandro Ghedini, Nick Zitzmann, Kamil Dudka,
|
2013-07-20 05:38:01 +08:00
|
|
|
|
Lluís Batlle i Rossell, Nach M. S., Kim Vandry, Ben Greear, Dan Fandrich,
|
|
|
|
|
Dave Reisner, Evgeny Turnaev, Guenter Knauf, John E. Malmberg,
|
|
|
|
|
Marc Hoersken, Patrick Monnerat, Sergei Nikulov, Yang Tse, Andreas Malzahn,
|
|
|
|
|
Clemens Gruber, Jean-No<4E>l Rouvignac, Markus Moeller
|
2013-04-13 23:43:30 +08:00
|
|
|
|
|
2003-09-23 05:38:52 +08:00
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|
2011-12-20 03:08:59 +08:00
|
|
|
|
|
|
|
|
|
References to bug reports and discussions on issues:
|
|
|
|
|
|
2013-06-25 16:35:21 +08:00
|
|
|
|
[1] = http://curl.haxx.se/bug/view.cgi?id=1200
|
|
|
|
|
[2] = http://curl.haxx.se/bug/view.cgi?id=1180
|
|
|
|
|
[3] = http://curl.haxx.se/bug/view.cgi?id=1249
|
|
|
|
|
[4] = http://curl.haxx.se/bug/view.cgi?id=1191
|
|
|
|
|
[5] = http://curl.haxx.se/bug/view.cgi?id=1251
|
2013-07-01 01:51:16 +08:00
|
|
|
|
[6] = http://curl.haxx.se/mail/archive-2013-06/0052.html
|
2013-07-20 05:38:01 +08:00
|
|
|
|
[7] = http://curl.haxx.se/bug/view.cgi?id=1252
|
|
|
|
|
[8] = http://curl.haxx.se/mail/lib-2013-07/0046.html
|
|
|
|
|
[9] = http://curl.haxx.se/mail/lib-2013-07/0115.html
|
|
|
|
|
[10] = http://curl.haxx.se/mail/lib-2013-07/0103.html
|