2012-10-10 16:35:08 -04:00
|
|
|
Curl and libcurl 7.28.1
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2012-10-10 16:35:08 -04:00
|
|
|
Public curl releases: 130
|
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-10-10 16:35:08 -04:00
|
|
|
Contributors: 979
|
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-11-06 06:03:29 -05:00
|
|
|
o metalink/md5: Use CommonCrypto on Apple operating systems
|
|
|
|
o href_extractor: new example code extracting href elements
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2012-11-06 06:03:29 -05:00
|
|
|
o Fix broken libmetalink-aware OpenSSL build
|
2012-11-07 17:21:55 -05:00
|
|
|
o gnutls: fix the error is fatal logic [1]
|
2012-11-06 06:03:29 -05:00
|
|
|
o darwinssl: un-broke iOS build, fix error on server disconnect
|
|
|
|
o asyn-ares: restore functionality with c-ares < 1.6.1 [2]
|
|
|
|
o tlsauthtype: deal with the string case insensitively [3]
|
|
|
|
o Fixed MSVC libssh2 static build
|
|
|
|
o evhiperfifo: fix the pointer passed to WRITEDATA [6]
|
|
|
|
o BUGS: fix the bug tracker URL [4]
|
|
|
|
o winbuild: Use machine type of development environment
|
|
|
|
o FTP: prevent the multi interface from blocking [5]
|
|
|
|
o uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES
|
|
|
|
o httpcustomheader.c: free the headers after use
|
2012-11-07 17:21:55 -05:00
|
|
|
o fix >2000 bytes POST over NTLM-using proxy [7]
|
|
|
|
o redirects to URLs with fragments [8]
|
|
|
|
o don't send '#' fragments when using proxy [9]
|
|
|
|
o OpenSSL: show full issuer string [10]
|
|
|
|
o fix HTTP auth regression [11]
|
|
|
|
o CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value [12]
|
2012-10-30 09:59:48 -04:00
|
|
|
o build failure when configured with --with-nss --with-libmetalink [13]
|
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-11-06 06:03:29 -05:00
|
|
|
Guenter Knauf, Alessandro Ghedini, Nick Zitzmann, Michal Kowalczyk,
|
|
|
|
Jeff Connelly, Oscar Norlander, Guido Berhoerster, Marc Hoersken,
|
2012-11-07 17:21:55 -05:00
|
|
|
Dave Reisner, Jan Ehrhardt, John Suprock, Alessandro Ghedini,
|
|
|
|
Lars Buitinck
|
2012-11-06 06:03:29 -05: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-11-06 06:03:29 -05:00
|
|
|
[1] = http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690551
|
|
|
|
[2] = http://curl.haxx.se/bug/view.cgi?id=3577710
|
|
|
|
[3] = http://curl.haxx.se/bug/view.cgi?id=3578418
|
|
|
|
[4] = http://curl.haxx.se/bug/view.cgi?id=3582408
|
|
|
|
[5] = http://curl.haxx.se/bug/view.cgi?id=3579064
|
|
|
|
[6] = http://curl.haxx.se/bug/view.cgi?id=3582407
|
2012-11-07 17:21:55 -05:00
|
|
|
[7] = http://curl.haxx.se/bug/view.cgi?id=3582321
|
|
|
|
[8] = http://curl.haxx.se/bug/view.cgi?id=3581898
|
|
|
|
[9] = http://curl.haxx.se/bug/view.cgi?id=3579813
|
|
|
|
[10] = http://curl.haxx.se/bug/view.cgi?id=3579286
|
|
|
|
[11] = http://curl.haxx.se/bug/view.cgi?id=3582718
|
|
|
|
[12] = http://daniel.haxx.se/blog/2012/10/25/libcurl-claimed-to-be-dangerous/
|
2012-10-30 09:59:48 -04:00
|
|
|
[13] = http://sourceforge.net/tracker/?func=detail&atid=100976&aid=3578163&group_id=976
|