mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
recent changes
This commit is contained in:
parent
a7846189cd
commit
42ddd745f8
6
CHANGES
6
CHANGES
@ -13,6 +13,12 @@ Daniel (30 May 2005)
|
||||
downloaded headers become incomplete. The fix is now verified with test case
|
||||
262.
|
||||
|
||||
Daniel (25 May 2005)
|
||||
- Fixed problems with the test suite, and in particular the FTP test cases
|
||||
since it previously was failing every now and then in a nonsense manner.
|
||||
|
||||
- --trace-time now outputs the full microsecond, all 6 digits.
|
||||
|
||||
Daniel (24 May 2005)
|
||||
- Andres Garcia provided a text mode patch for several test cases so that they
|
||||
do text comparisions better on Windows (newline-wise).
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user