1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-15 14:05:03 -05:00
curl/RELEASE-NOTES
Daniel Stenberg 9d152a77fd Jaz Fresh pointed out that if you used "-r [number]" as was wrongly described
in the man page, curl would send an invalid HTTP Range: header. The correct
way would be to use "-r [number]-" or even "-r -[number]". Starting now,
curl will warn if this is discovered, and automatically append a dash to the
range before passing it to libcurl.
2005-10-27 12:05:36 +00:00

40 lines
1.4 KiB
Plaintext

Curl and libcurl 7.15.1
Public curl release number: 91
Releases counted from the very beginning: 118
Available command line options: 109
Available curl_easy_setopt() options: 125
Number of public functions in libcurl: 46
Amount of public web site mirrors: 27
Number of known libcurl bindings: 32
Number of contributors: 459
This release includes the following changes:
o improved MSVC makefile
This release includes the following bugfixes:
o -r [num] would produce an invalid HTTP Range: header
o multi interface with multi IP hosts could leak socket descriptors
o the GnuTLS code didn't handle rehandshakes
o re-use of a dead FTP connection
o name resolve error codes fixed for Windows builds
o double WWW-Authenticate Digest headers are now handled
o curl-config --vernum fixed
Other curl-related news since the previous public release:
o http://curl.nedmirror.nl is a new mirror in Amsterdam, the Netherlands
o http://curl.mirror-server.net is a new mirror in Nuremberg, Germany
o http://curl.hoxt.com is a new mirror in Florida, US
o pycurl 7.15.0 was released http://pycurl.sf.net
This release would not have looked like this without help, code, reports and
advice from friends like these:
Dave Dribin, Bradford Bruce, Temprimus, Ofer, Dima Barsky, Amol Pattekar, Jaz
Fresh
Thanks! (and sorry if I forgot to mention someone)