Skip to content
Snippets Groups Projects
Commit d0a4104c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

recent changes

parent 90559bed
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,19 @@
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)
- 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
Number of public functions in libcurl: 46
Amount of public web site mirrors: 25
Number of known libcurl bindings: 31
Number of known libcurl bindings: 32
Number of contributors: 451
This release includes the following changes:
......@@ -16,7 +16,8 @@ This release includes the following changes:
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:
......@@ -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
advice from friends like these:
o John Kelly, Nicolas Franois
o John Kelly, Nicolas Franois, Scott Davis, Ben Madsen
Thanks! (and sorry if I forgot to mention someone)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment