summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-04-19 17:08:27 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-04-19 17:08:27 +0200
commite5b3246d0a5c08a3afb0d82c96bb4b5ed1e5e159 (patch)
tree51be8931615277063439543753035f4236b166f8 /CHANGES
parent47dda4a1d43c9341753388ab3babb0d27cf34840 (diff)
downloadcurl-e5b3246d0a5c08a3afb0d82c96bb4b5ed1e5e159.tar.gz
changelog: -J/--remote-header-name strips CRLF
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dda8a4cbc..919a3d655 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.