summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-05-03 19:25:17 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-05-03 19:25:17 +0000
commit8119379d4fca2d1d339ff517ea7221fbbdfa6925 (patch)
tree59c71377bbbf7b459432b8fb14b922e8e637b417 /CHANGES
parent9b4253fe67f076b0ed085f4df99d1bb571c5910c (diff)
downloadcurl-8119379d4fca2d1d339ff517ea7221fbbdfa6925.tar.gz
Added and disabled test case 563 which shows KNOWN_BUGS #59. The bug
report failed to mention that a proxy must be used to reproduce it.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 416b66ce8..13806a899 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel Fandrich (3 May 2009)
+- Added and disabled test case 563 which shows KNOWN_BUGS #59. The bug
+ report failed to mention that a proxy must be used to reproduce it.
+
Yang Tse (2 May 2009)
- Use a build-time configured curl_socklen_t data type instead of socklen_t.