diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-29 22:38:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-29 22:38:34 +0000 |
commit | 42ddd745f85229e54530c15c94cf90e72fd7861b (patch) | |
tree | d1fd101693a491271a44c4c6a7c0c8464d2f6981 /RELEASE-NOTES | |
parent | a7846189cdb09a9d7ecca43f045cd0fb4517fe39 (diff) |
recent changes
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 349fdffb3..ed70af389 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,10 +11,12 @@ Curl and libcurl 7.14.1 This release includes the following changes: - o + o --trace-time now outputs the full microsecond, all 6 digits This release includes the following bugfixes: + o better treatment of binary zeroes in HTTP response headers + o fixed the notorius FTP server failure in the test suite o better checking of text output in the test suite on windows o TYPE response check less strict o URL-without-slash as in http://somehost?data @@ -23,11 +25,11 @@ This release includes the following bugfixes: Other curl-related news since the previous public release: - o + o http://curl.miscellaneousmirror.org is a new German curl mirror This release would not have looked like this without help, code, reports and advice from friends like these: - John McGowan, Georg Wicherski, Andres Garcia + John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper Thanks! (and sorry if I forgot to mention someone) |