aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-29 12:58:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-29 12:58:25 +0000
commit1bfbd250272d019949c89e48bfbeb7cd00d20029 (patch)
tree5f831e6edb5a0f0974c6fb7dc69c314a6ecc708f /CHANGES
parentceb5a8ca7bc340ea14588fc145a653fbf0d1dc2a (diff)
- Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously
crash!
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6701faae8..e12d9ed18 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel S (29 Jan 2008)
+- Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously
+ crash!
+
- Michal Marek fixed minor mistake in test case 553 that prevented it from
working on other IP-addresses or port numbers.