curl/RELEASE-NOTES

55 lines
2.2 KiB
Plaintext
Raw Normal View History

Curl and libcurl 7.13.0
2004-12-20 07:51:14 -05:00
Public curl release number: 85
Releases counted from the very beginning: 112
Available command line options: 103
2005-01-22 19:08:56 -05:00
Available curl_easy_setopt() options: 121
Number of public functions in libcurl: 46
2005-01-25 08:59:48 -05:00
Amount of public web site mirrors: 15
2004-11-23 04:22:23 -05:00
Number of known libcurl bindings: 29
This release includes the following changes:
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
o -Q "+[command]" was added
2005-01-10 06:27:02 -05:00
o src/getpass.c license issue sorted (code was rewritten)
2004-12-25 17:30:31 -05:00
o curl -w now supports 'http_connect' for the proxy's response to CONNECT
2005-01-10 06:27:02 -05:00
o introducing "curl-config --protocols"
This release includes the following bugfixes:
o FTP third party transfers was much improved
2005-01-19 13:05:56 -05:00
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 SOCKS5 version check
o memory problem with cleaning up multi interface
o SSL certificate name memory leak
2005-01-07 16:14:57 -05:00
o -d with -G to multiple URLs crashed
2005-01-05 09:12:06 -05:00
o double va_list access crash fixed
2004-12-23 17:31:39 -05:00
o minor memory leak when "version" is set in a cookie header
2005-01-10 06:27:02 -05:00
o builds fine on BeOS and NetBSD
2004-12-23 17:31:39 -05:00
o builds and runs fine on FreeBSD
Other curl-related news since the previous public release:
2005-01-05 09:12:06 -05:00
o cURLpp 0.3.2 - https://rrette.com/curlpp.html
o pycURL 7.12.3 - http://pycurl.sourceforge.net/
2005-01-25 08:59:48 -05:00
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:
2004-12-25 17:30:31 -05:00
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,
2005-01-19 13:05:56 -05:00
Martijn Koster, Alex aka WindEagle, Cody Jones, Samuel D<>az Garc<72>a,
Stephan Bergmann, Philippe Hameau
2004-01-22 04:40:30 -05:00
Thanks! (and sorry if I forgot to mention someone)