2008-03-30 13:22:45 +04:00
|
|
|
Curl and libcurl 7.18.2
|
2003-09-23 01:38:52 +04:00
|
|
|
|
2008-03-30 13:22:45 +04:00
|
|
|
Public curl releases: 105
|
2008-01-13 01:10:53 +03:00
|
|
|
Command line options: 126
|
2008-01-10 13:30:19 +03:00
|
|
|
curl_easy_setopt() options: 150
|
2008-05-13 01:43:24 +04:00
|
|
|
Public functions in libcurl: 58
|
|
|
|
Public web site mirrors: 37
|
2007-10-31 12:21:31 +03:00
|
|
|
Known libcurl bindings: 36
|
2008-03-31 14:02:23 +04:00
|
|
|
Contributors: 636
|
2003-10-29 12:53:21 +03:00
|
|
|
|
2006-08-09 02:56:46 +04:00
|
|
|
This release includes the following changes:
|
2006-10-21 15:32:05 +04:00
|
|
|
|
2008-03-31 14:02:23 +04:00
|
|
|
o CURLFORM_STREAM was added
|
2008-04-04 00:56:59 +04:00
|
|
|
o CURLOPT_NOBODY is now supported over SFTP
|
2008-04-23 02:53:53 +04:00
|
|
|
o curl can now run on Symbian OS
|
2008-05-01 01:20:08 +04:00
|
|
|
o curl -w redirect_url and CURLINFO_REDIRECT_URL
|
2008-05-13 01:43:24 +04:00
|
|
|
o added curl_easy_send() and curl_easy_recv()
|
2006-08-09 02:56:46 +04:00
|
|
|
|
2007-07-22 14:17:52 +04:00
|
|
|
This release includes the following bugfixes:
|
|
|
|
|
2008-04-04 01: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-06 01:13:44 +04:00
|
|
|
o curl_easy_reset() resets the max redirect limit properly
|
2008-04-07 13:26:30 +04:00
|
|
|
o configure now correctly recognizes Heimdal and MIT gssapi libraries
|
2008-04-12 15:50:51 +04:00
|
|
|
o malloc() failure check in Negotiate
|
2008-04-14 18:42:06 +04:00
|
|
|
o -i and -I together now work the same no matter what order they're used
|
2008-04-23 02:53:53 +04:00
|
|
|
o the typechecker can be bypassed by defining CURL_DISABLE_TYPECHECK
|
2008-04-29 01: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 17: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-04 01:45:12 +04:00
|
|
|
o libcurl sometimes sent body twice when using CURLAUTH_ANY
|
2008-05-04 02:04:39 +04:00
|
|
|
o configure detecting debug-enabled c-ares
|
2008-05-07 19:41:41 +04:00
|
|
|
o microsecond resolution keys for internal splay trees
|
2008-05-08 01:02:21 +04:00
|
|
|
o krb4 and krb5 ftp segfault
|
2008-05-09 16:59:24 +04:00
|
|
|
o multi interface busy loop for CONNECT requests
|
2008-05-09 20:31:51 +04:00
|
|
|
o internal time differences now use monotonic time source if available
|
2008-05-20 00:58:12 +04:00
|
|
|
o several curl_multi_socket() fixes
|
2008-05-26 19:09:28 +04:00
|
|
|
o builds fine for Haiku OS
|
2008-05-27 00:39:41 +04:00
|
|
|
o follow redirect with only a new query string
|
2008-05-29 00:31:28 +04:00
|
|
|
o SCP and SFTP memory leaks on aborted transfers
|
2008-05-29 00:56:19 +04:00
|
|
|
o curl_multi_socket() and HTTP pipelining transfer stalls
|
2008-06-03 22:03:11 +04:00
|
|
|
o lost telnet data on an EWOULDBLOCK condition
|
2007-07-22 14: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-29 01: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 14:17:52 +04:00
|
|
|
|
|
|
|
New curl mirrors:
|
|
|
|
|
2008-03-30 13:22:45 +04:00
|
|
|
o
|
2007-07-22 14: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 13:26:30 +04:00
|
|
|
Michal Marek, Daniel Fandrich, Scott Barrett, Alexey Simak, Daniel Black,
|
2008-04-14 23:01:41 +04:00
|
|
|
Rafa Muyo, Andre Guibert de Bruet, Brock Noland, Sandor Feldi, Stefan Krause,
|
2008-05-04 02:04:39 +04:00
|
|
|
David Shaw, Norbert Frese, Bart Whiteley, Jean-Francois Bertrand, Ben Van Hof,
|
2008-05-26 07:10:34 +04:00
|
|
|
Yuriy Sosov, Christopher Palow, Yang Tse, Liam Healy, Nikolai Kondrashov,
|
2008-05-29 00:56:19 +04:00
|
|
|
David Rosenstrauch, Andreas Faerber, Scott McCreary, Jeff Weber, Emil Romanus
|
2008-01-29 00:19:15 +03:00
|
|
|
|
2003-09-23 01:38:52 +04:00
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|