2008-03-30 05:22:45 -04:00
|
|
|
Curl and libcurl 7.18.2
|
2003-09-22 17:38:52 -04:00
|
|
|
|
2008-03-30 05:22:45 -04:00
|
|
|
Public curl releases: 105
|
2008-01-12 17:10:53 -05:00
|
|
|
Command line options: 126
|
2008-01-10 05:30:19 -05:00
|
|
|
curl_easy_setopt() options: 150
|
2008-05-12 17:43:24 -04:00
|
|
|
Public functions in libcurl: 58
|
|
|
|
Public web site mirrors: 37
|
2007-10-31 05:21:31 -04:00
|
|
|
Known libcurl bindings: 36
|
2008-03-31 06:02:23 -04:00
|
|
|
Contributors: 636
|
2003-10-29 04:53:21 -05:00
|
|
|
|
2006-08-08 18:56:46 -04:00
|
|
|
This release includes the following changes:
|
2006-10-21 07:32:05 -04:00
|
|
|
|
2008-03-31 06:02:23 -04:00
|
|
|
o CURLFORM_STREAM was added
|
2008-04-03 16:56:59 -04:00
|
|
|
o CURLOPT_NOBODY is now supported over SFTP
|
2008-04-22 18:53:53 -04:00
|
|
|
o curl can now run on Symbian OS
|
2008-04-30 17:20:08 -04:00
|
|
|
o curl -w redirect_url and CURLINFO_REDIRECT_URL
|
2008-05-12 17:43:24 -04:00
|
|
|
o added curl_easy_send() and curl_easy_recv()
|
2006-08-08 18:56:46 -04:00
|
|
|
|
2007-07-22 06:17:52 -04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2008-04-03 17:44:49 -04:00
|
|
|
o CURLOPT_NOBODY first set to TRUE and then FALSE for HTTP no longer causes
|
|
|
|
the confusion that could lead to a hung transfer
|
2008-04-05 17:13:44 -04:00
|
|
|
o curl_easy_reset() resets the max redirect limit properly
|
2008-04-07 05:26:30 -04:00
|
|
|
o configure now correctly recognizes Heimdal and MIT gssapi libraries
|
2008-04-12 07:50:51 -04:00
|
|
|
o malloc() failure check in Negotiate
|
2008-04-14 10:42:06 -04:00
|
|
|
o -i and -I together now work the same no matter what order they're used
|
2008-04-22 18:53:53 -04:00
|
|
|
o the typechecker can be bypassed by defining CURL_DISABLE_TYPECHECK
|
2008-04-28 17:29:17 -04:00
|
|
|
o a pointer mixup could make the FTP code send bad user+password under rare
|
|
|
|
circumstances (found when using curlftpfs)
|
2008-05-03 09:43:35 -04:00
|
|
|
o CURLOPT_OPENSOCKETFUNCTION can now be used to create a unix domain socket
|
|
|
|
o CURLOPT_TCP_NODELAY crash due to getprotobyname() use
|
2008-05-03 17:45:12 -04:00
|
|
|
o libcurl sometimes sent body twice when using CURLAUTH_ANY
|
2008-05-03 18:04:39 -04:00
|
|
|
o configure detecting debug-enabled c-ares
|
2008-05-07 11:41:41 -04:00
|
|
|
o microsecond resolution keys for internal splay trees
|
2008-05-07 17:02:21 -04:00
|
|
|
o krb4 and krb5 ftp segfault
|
2008-05-09 08:59:24 -04:00
|
|
|
o multi interface busy loop for CONNECT requests
|
2008-05-09 12:31:51 -04:00
|
|
|
o internal time differences now use monotonic time source if available
|
2008-05-19 16:58:12 -04:00
|
|
|
o several curl_multi_socket() fixes
|
2008-05-26 11:09:28 -04:00
|
|
|
o builds fine for Haiku OS
|
2008-05-26 16:39:41 -04:00
|
|
|
o follow redirect with only a new query string
|
2008-05-28 16:31:28 -04:00
|
|
|
o SCP and SFTP memory leaks on aborted transfers
|
2008-05-28 16:56:19 -04:00
|
|
|
o curl_multi_socket() and HTTP pipelining transfer stalls
|
2008-06-03 14:03:11 -04:00
|
|
|
o lost telnet data on an EWOULDBLOCK condition
|
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)
|
|
|
|
|
|
|
|
Other curl-related news:
|
|
|
|
|
2008-04-28 17:29:17 -04:00
|
|
|
o pycurl 7.18.1 was released: http://pycurl.sf.net/
|
|
|
|
o brand new curl Haskell binding:
|
|
|
|
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
New curl mirrors:
|
|
|
|
|
2008-03-30 05:22:45 -04:00
|
|
|
o
|
2007-07-22 06:17:52 -04:00
|
|
|
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
|
|
advice from friends like these:
|
|
|
|
|
2008-04-07 05:26:30 -04:00
|
|
|
Michal Marek, Daniel Fandrich, Scott Barrett, Alexey Simak, Daniel Black,
|
2008-04-14 15:01:41 -04:00
|
|
|
Rafa Muyo, Andre Guibert de Bruet, Brock Noland, Sandor Feldi, Stefan Krause,
|
2008-05-03 18:04:39 -04:00
|
|
|
David Shaw, Norbert Frese, Bart Whiteley, Jean-Francois Bertrand, Ben Van Hof,
|
2008-05-25 23:10:34 -04:00
|
|
|
Yuriy Sosov, Christopher Palow, Yang Tse, Liam Healy, Nikolai Kondrashov,
|
2008-05-28 16:56:19 -04:00
|
|
|
David Rosenstrauch, Andreas Faerber, Scott McCreary, Jeff Weber, Emil Romanus
|
2008-01-28 16:19:15 -05:00
|
|
|
|
2003-09-22 17:38:52 -04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|