2012-08-08 23:19:05 +02:00
|
|
|
Curl and libcurl 7.28.0
|
2003-09-22 21:38:52 +00:00
|
|
|
|
2012-07-27 23:57:27 +02:00
|
|
|
Public curl releases: 129
|
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 21:43:24 +00:00
|
|
|
Public functions in libcurl: 58
|
2009-11-29 19:12:00 +00:00
|
|
|
Known libcurl bindings: 39
|
2012-06-03 13:51:54 +02:00
|
|
|
Contributors: 953
|
2003-10-29 09:53:21 +00:00
|
|
|
|
2006-08-08 22:56:46 +00:00
|
|
|
This release includes the following changes:
|
2008-09-01 14:27:24 +00:00
|
|
|
|
2012-08-08 23:19:05 +02:00
|
|
|
o SSH: added agent based authentication
|
2006-08-08 22:56:46 +00:00
|
|
|
|
2007-07-22 10:17:52 +00:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2012-08-07 23:20:06 +02:00
|
|
|
o WSAPoll disabled on Windows builds due to its bugs [8]
|
|
|
|
o segfault on request retries [1]
|
|
|
|
o curl-config: parentheses fix [2]
|
|
|
|
o VC build: add define for openssl [3]
|
|
|
|
o globbing: fix segfault when >9 globs were used [4]
|
|
|
|
o fixed a few clang-analyzer warnings
|
|
|
|
o metalink: change code order to build with gnutls-nettle [5]
|
|
|
|
o gtls: fix build failure by including nettle-specific headers [5]
|
2012-08-08 23:01:14 +02:00
|
|
|
o change preferred HTTP auth on a handle previously used for another auth [9]
|
2012-08-07 23:20:06 +02:00
|
|
|
o file: use fdopen() to avoid race condition [6]
|
|
|
|
o Added DWANT_IDN_PROTOTYPES define for MSVC too [7]
|
2012-08-08 23:19:05 +02:00
|
|
|
o verbose messages: fixed (nil) output of hostnames in re-used connections [10]
|
|
|
|
o metalink: Un-broke the build when building --with-darwinssl
|
|
|
|
o curl man page cleanup
|
|
|
|
o Avoid leak of local device string when reusing connection
|
|
|
|
o Curl_socket_check: fix return code for timeout [11]
|
2010-12-15 15:54:17 +01:00
|
|
|
|
2007-07-22 10:17:52 +00: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-08-07 23:20:06 +02:00
|
|
|
Guenter Knauf, Joe Mason, Kamil Dudka, Steve Holme, Anthony G. Basile,
|
2012-08-08 23:19:05 +02:00
|
|
|
Edward Sheldrake, Jan Koen Annot, Maxime Larocque, Mike Crowe, Anthony Bryan,
|
|
|
|
Nick Zitzmann, Gisle Vanem, Armel Asselin
|
2012-03-23 16:59:03 +01:00
|
|
|
|
2003-09-22 21:38:52 +00: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-08-07 23:20:06 +02:00
|
|
|
[1] = http://curl.haxx.se/bug/view.cgi?id=3544688
|
|
|
|
[2] = http://curl.haxx.se/bug/view.cgi?id=3551460
|
|
|
|
[3] = http://curl.haxx.se/bug/view.cgi?id=3552997
|
|
|
|
[4] = http://curl.haxx.se/bug/view.cgi?id=3546353
|
|
|
|
[5] = http://curl.haxx.se/bug/view.cgi?id=3554668
|
|
|
|
[6] = https://bugzilla.redhat.com/844385
|
|
|
|
[7] = http://curl.haxx.se/mail/lib-2012-07/0271.html
|
|
|
|
[8] = http://curl.haxx.se/mail/lib-2012-07/0310.html
|
2012-08-08 23:01:14 +02:00
|
|
|
[9] = http://curl.haxx.se/bug/view.cgi?id=3545398
|
2012-08-08 23:19:05 +02:00
|
|
|
[10] = http://curl.haxx.se/mail/lib-2012-07/0111.html
|
|
|
|
[11] = http://curl.haxx.se/mail/lib-2012-07/0122.html
|