Commit d0a4104c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

recent changes

parent 90559bed
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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.

+4 −3
Original line number Diff line number Diff line
@@ -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)