aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-24 21:02:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-24 21:02:59 +0000
commitbac63914db60744d81a01e0dc968e483663f71c9 (patch)
treeebf072dc45b361125cbc84b6779c12f1d93c9e46 /CHANGES
parent6a63c51f7c1820ad66b9bd2ae127aa325e95e033 (diff)
recent action
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 16 insertions, 3 deletions
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