From: Daniel Stenberg Date: Mon, 19 Apr 2010 15:08:27 +0000 (+0200) Subject: changelog: -J/--remote-header-name strips CRLF X-Git-Tag: curl-7_21_0~140^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5b3246d0a5c08a3afb0d82c96bb4b5ed1e5e159;p=thirdparty%2Fcurl.git changelog: -J/--remote-header-name strips CRLF --- diff --git a/CHANGES b/CHANGES index dda8a4cbc6..919a3d6555 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ Changelog +Daniel Stenberg (19 Apr 2010) +- -J/--remote-header-name didn't strip trailing carriage returns or linefeeds + properly, so they could be used in the file name. + Daniel Stenberg (16 Apr 2010) - Jerome Vouillon made the GnuTLS SSL handshake phase non-blocking. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 3117bf8b77..e496826f28 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -17,6 +17,7 @@ This release includes the following bugfixes: o detect GSS on ancient Linux distros o GnuTLS: EOF caused error when it wasn't o GnuTLS: SSL handshake phase is non-blocking + o -J/--remote-header-name strips CRLF This release includes the following known bugs: