aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-15 23:19:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-15 23:19:02 +0000
commited6466d17603aa39bb4b1685544747f4c64ec7b0 (patch)
tree61beb3ad96cb8dea767ca60b171f84b25fd55d5d /CHANGES
parent991505e077f4ecdbd0b1d0f42be0c9b548dc743d (diff)
Calls to Curl_failf() are not supposed to provide a trailing newline as the
function itself adds that. Fixed on 50 or something strings!
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ffbfdcf8d..a85b6f5ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel S (16 Jan 2008)
+- Calls to Curl_failf() are not supposed to provide a trailing newline as the
+ function itself adds that. Fixed on 50 or something strings!
+
Daniel S (15 Jan 2008)
- I made the torture test on test 530 go through. This was actually due to
silly code left from when we switched to let the multi handle "hold" the dns