mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
recent changes
This commit is contained in:
parent
90559bed53
commit
d0a4104c0c
13
CHANGES
13
CHANGES
@ -7,6 +7,19 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (15 September 2005)
|
||||||
|
- Added a TFTP server to the test suite and made the test suite capable of
|
||||||
|
using it.
|
||||||
|
|
||||||
|
Daniel (7 September 2005)
|
||||||
|
- Ben Madsen's detailed reports that funnily enough only occurred with certain
|
||||||
|
glibc versions turned out to be curl using an already closed file handle
|
||||||
|
during certain conditions (like when saving FTP server "headers").
|
||||||
|
|
||||||
|
- Scott Davis helped me track down a problem in the test HTTP server that made
|
||||||
|
test case 56 wrongly fail at times. It turned out it was due to the server
|
||||||
|
finding the end of a chunked-encoded POST too early.
|
||||||
|
|
||||||
Daniel (6 September 2005)
|
Daniel (6 September 2005)
|
||||||
- Now curl warns if an unknown variable is used in the -w/--writeout argument.
|
- Now curl warns if an unknown variable is used in the -w/--writeout argument.
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ Curl and libcurl 7.14.2
|
|||||||
Available curl_easy_setopt() options: 124
|
Available curl_easy_setopt() options: 124
|
||||||
Number of public functions in libcurl: 46
|
Number of public functions in libcurl: 46
|
||||||
Amount of public web site mirrors: 25
|
Amount of public web site mirrors: 25
|
||||||
Number of known libcurl bindings: 31
|
Number of known libcurl bindings: 32
|
||||||
Number of contributors: 451
|
Number of contributors: 451
|
||||||
|
|
||||||
This release includes the following changes:
|
This release includes the following changes:
|
||||||
@ -16,7 +16,8 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
o
|
o crash in --dump-header on FTP
|
||||||
|
o test 56 runs better
|
||||||
|
|
||||||
Other curl-related news since the previous public release:
|
Other curl-related news since the previous public release:
|
||||||
|
|
||||||
@ -27,6 +28,6 @@ Other curl-related news since the previous public release:
|
|||||||
This release would not have looked like this without help, code, reports and
|
This release would not have looked like this without help, code, reports and
|
||||||
advice from friends like these:
|
advice from friends like these:
|
||||||
|
|
||||||
o John Kelly, Nicolas François
|
o John Kelly, Nicolas François, Scott Davis, Ben Madsen
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user