aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-09 06:58:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-09 06:58:05 +0000
commita1de9367ecc17ae1d77e46b76fb1aba6c9f3ccb2 (patch)
tree93b73d1132cd1fd9bf234cb5989b5fb9f5fb8712 /CHANGES
parenteceb37bde2a0a5ce6be3a141d8d420be28a12fa0 (diff)
Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test
case 535 and it now runs fine. Again a problem with the pipelining code not taking all possible (error) conditions into account.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f567d42d0..f572e7ef5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,9 +6,14 @@
Changelog
+Daniel (9 October 2006)
+- Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test
+ case 535 and it now runs fine. Again a problem with the pipelining code not
+ taking all possible (error) conditions into account.
+
Daniel (6 October 2006)
-- Bogdan Nicula's hanging test case was converted to test case 533 and the test
- now runs fine.
+- Bogdan Nicula's hanging test case (posted Wed, 04 Oct 2006) was converted to
+ test case 533 and the test now runs fine.
Daniel (4 October 2006)
- Dmitriy Sergeyev provided an example source code that crashed CVS libcurl