blob: ed18d786dab0b74b04cb0eb22a85725dd8b7ca80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Curl and libcurl 7.11.1. A bugfix release.
The 79th public curl release. Release number 106 counted from the very
beginning.
This release includes the following changes:
o
This release includes the following bugfixes:
o upload using chunked transfer-encoding now sends the last chunk properly
teriminated with an extra CRLF
o Fixed the progress meter display for files >2GB
o persistant connections over a proxy messed up the proxy name/password
o the socks5 code segfaulted if no username/password was set
o the *_LARGE options now take curl_off_t types as parameters and this will
make it possible to handle large files on windows too
Other curl-related news since the previous public release:
o
This release would not have looked like this without help, code, reports and
advice from friends like these:
Gisle Vanem, Vincent Bronner, Richard Bramante
Thanks! (and sorry if I forgot to mention someone)
|