curl/RELEASE-NOTES

40 lines
1.4 KiB
Plaintext
Raw Normal View History

Curl and libcurl 7.23.0
2011-09-13 14:04:03 -04:00
Public curl releases: 125
2011-08-12 17:51:41 -04:00
Command line options: 149
curl_easy_setopt() options: 192
Public functions in libcurl: 58
2009-11-29 14:12:00 -05:00
Known libcurl bindings: 39
Contributors: 873
This release includes the following changes:
2008-09-01 10:27:24 -04:00
o Empty headers can be sent in HTTP requests by terminating with a semicolon
o SSL session sharing support added to curl_share_setopt()
This release includes the following bugfixes:
o handle HTTP redirects to "//hostname/path"
o SMTP without --mail-from caused segfault
o prevent extra progress meter headers between multiple files
o allow Content-Length to be replaced when sending HTTP requests
2011-10-09 02:12:07 -04:00
o curl now always sets postfieldsize to allow --data-binary and --data
to be mixed in the same command line
o curl_multi_fdset: avoid FD_SET out of bounds
o lots of MinGW build tweaks
o Curl_gethostname: return un-qualified machine name
2011-10-09 02:12:07 -04:00
o fixed the openssl version number configure check
2010-12-15 09:54:17 -05:00
This release includes the following known bugs:
o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
This release would not have looked like this without help, code, reports and
advice from friends like these:
Yukihiro Kawada, Dave Reisner, Gisle Vanem, Guenter Knauf, Steve Holme,
Yang Tse, Christopher Stone, Taneli Vahakangas, Albert Chin,
Alejandro Alvarez, Dan Fandrich
2008-01-28 16:19:15 -05:00
Thanks! (and sorry if I forgot to mention someone)