diff --git a/CHANGES b/CHANGES index 8f142ea91..1cea515ef 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d13857fc3..caa814ba7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 François + o John Kelly, Nicolas François, Scott Davis, Ben Madsen Thanks! (and sorry if I forgot to mention someone)