recent action

This commit is contained in:
Daniel Stenberg 2005-05-24 21:02:59 +00:00
parent 6a63c51f7c
commit bac63914db
2 changed files with 19 additions and 4 deletions

19
CHANGES
View File

@ -7,10 +7,23 @@
Changelog 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) Daniel (18 May 2005)
- Bug report #1204435 identified a problem with malformed URLs like - John McGowan identified a problem in bug report #1204435 with malformed URLs
"http://somehost?data" as it added a slash too much in the request ("GET like "http://somehost?data" as it added a slash too much in the request
/?data/"...). Added test case 260 to verify. ("GET /?data/"...). Added test case 260 to verify.
- The configure check for strerror_r() failed to detect the proper API at - 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 times, like on HP-UX 10.20. Then lib/strerror.c badly assumed the glibc

View File

@ -15,6 +15,8 @@ This release includes the following changes:
This release includes the following bugfixes: 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 URL-without-slash as in http://somehost?data
o strerror_r() configure check for HP-UX 10.20 (and others) 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 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 This release would not have looked like this without help, code, reports and
advice from friends like these: advice from friends like these:
John McGowan, Georg Wicherski, Andres Garcia
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)