diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-15 23:19:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-15 23:19:02 +0000 |
commit | ed6466d17603aa39bb4b1685544747f4c64ec7b0 (patch) | |
tree | 61beb3ad96cb8dea767ca60b171f84b25fd55d5d /RELEASE-NOTES | |
parent | 991505e077f4ecdbd0b1d0f42be0c9b548dc743d (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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 10d05e71f..2087a4487 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -53,6 +53,7 @@ This release includes the following bugfixes: o curl-config --libs skips /usr/lib64 o range support for file:// transfers o libcurl hang with huge POST request and request-body read from callback + o removed extra newlines from many error messages This release includes the following known bugs: |