RELEASE-NOTES 2.23 KB
Newer Older
 Public curl release number:               85
 Releases counted from the very beginning: 112
 Available command line options:           104
 Available curl_easy_setopt() options:     122
 Number of public functions in libcurl:    46
Daniel Stenberg's avatar
Daniel Stenberg committed
 Amount of public web site mirrors:        15
Daniel Stenberg's avatar
Daniel Stenberg committed
 Number of known libcurl bindings:         29
This release includes the following changes:

 o added --ftp-account and CURLOPT_FTP_ACCOUNT
 o added CURLOPT_SOURCE_URL and CURLOPT_SOURCE_QUOTE
 o obsoleted CURLOPT_SOURCE_HOST, CURLOPT_SOURCE_PATH, CURLOPT_SOURCE_PORT
   and CURLOPT_PASV_HOST
 o added --3p-url, --3p-user and --3p-quote
Daniel Stenberg's avatar
Daniel Stenberg committed
 o src/getpass.c license issue sorted (code was rewritten)
 o curl -w now supports 'http_connect' for the proxy's response to CONNECT
Daniel Stenberg's avatar
Daniel Stenberg committed
 o introducing "curl-config --protocols"

This release includes the following bugfixes:

 o FTP third party transfers was much improved
Daniel Stenberg's avatar
Daniel Stenberg committed
 o proxy environment variables are now ignored when built HTTP-disabled
 o CURLOPT_PROXY can now disable HTTP proxy even when built HTTP-disabled
 o "curl dictionary.com" no longer assumes DICT protocol
 o re-invoke some system calls on EINTR
 o duplicate Host: when failed connection re-use
 o memory problem with cleaning up multi interface
Daniel Stenberg's avatar
Daniel Stenberg committed
 o -d with -G to multiple URLs crashed
Daniel Stenberg's avatar
Daniel Stenberg committed
 o double va_list access crash fixed
Daniel Stenberg's avatar
Daniel Stenberg committed
 o minor memory leak when "version" is set in a cookie header
Daniel Stenberg's avatar
Daniel Stenberg committed
 o builds fine on BeOS and NetBSD
Daniel Stenberg's avatar
Daniel Stenberg committed
 o builds and runs fine on FreeBSD

Other curl-related news since the previous public release:

Daniel Stenberg's avatar
Daniel Stenberg committed
 o cURLpp 0.3.2 - https://rrette.com/curlpp.html
 o pycURL 7.12.3 - http://pycurl.sourceforge.net/
Daniel Stenberg's avatar
Daniel Stenberg committed
 o new web mirror: http://curl.mirrormonster.com/ (US, California)

This release would not have looked like this without help, code, reports and
advice from friends like these:

 Dan Fandrich, Peter Pentchev, Marcin Konicki, Rune Kleveland, David Shaw,
 Werner Koch, Gisle Vanem, Alex Neblett, Kai Sommerfeld, Marty Kuhrt,
 Hzhijun, Pavel Orehov, Bruce Mitchener, Cyrill Osterwalder, Dan Torop,
Daniel Stenberg's avatar
Daniel Stenberg committed
 Martijn Koster, Alex aka WindEagle, Cody Jones, Samuel Daz Garca,
 Stephan Bergmann, Philippe Hameau, Ian Ford
        Thanks! (and sorry if I forgot to mention someone)