diff --git a/CHANGES b/CHANGES index c436ce10e..b8ea14d8c 100644 --- a/CHANGES +++ b/CHANGES @@ -7,10 +7,23 @@ Changelog +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). + +- Any 2xx response (and not just 200) is now considered a fine response to + TYPE, as some servers obviously sends a 226 there. Added test case 261 to + verify. Based on a question/report by Georg Wicherski. + +Daniel (20 May 2005) +- Improved runtests.pl to allow stdout tests to be mode=text as well, just + as file comparisons already supports. Added this info to the FILEFORMAT + docs. + Daniel (18 May 2005) -- Bug report #1204435 identified a problem with malformed URLs like - "http://somehost?data" as it added a slash too much in the request ("GET - /?data/"...). Added test case 260 to verify. +- John McGowan identified a problem in bug report #1204435 with malformed URLs + like "http://somehost?data" as it added a slash too much in the request + ("GET /?data/"...). Added test case 260 to verify. - The configure check for strerror_r() failed to detect the proper API at times, like on HP-UX 10.20. Then lib/strerror.c badly assumed the glibc diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c04381c54..349fdffb3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,8 @@ This release includes the following changes: This release includes the following bugfixes: + 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 o strerror_r() configure check for HP-UX 10.20 (and others) o time parse work-around on HP-UX 10.20 since its gmtime_r() is broken @@ -26,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: - + John McGowan, Georg Wicherski, Andres Garcia Thanks! (and sorry if I forgot to mention someone)