]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
changelog: -J/--remote-header-name strips CRLF
authorDaniel Stenberg <daniel@haxx.se>
Mon, 19 Apr 2010 15:08:27 +0000 (17:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Apr 2010 15:08:27 +0000 (17:08 +0200)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index dda8a4cbc6a07bc694ed63ab9c75f5f60b1b2d23..919a3d655533ac754e20889cd28169e4dbece1cb 100644 (file)
--- 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.
 
index 3117bf8b77ac2a1f95b0508d7879fce08c51419d..e496826f28c4887d042f8a9560155d42316e9a04 100644 (file)
@@ -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: