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