summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authormonnerat <pm@datasphere.ch>2010-04-19 17:37:51 +0200
committermonnerat <pm@datasphere.ch>2010-04-19 17:37:51 +0200
commit7af5e3c39e7399f3a1c2576b575c8aa8781d9f2b (patch)
tree28e595fda7d664fecc66726a4a1c6261e71d2c7c /CHANGES
parent42930155ab1ea66d7719b02be71eb1089d1eca47 (diff)
parente5b3246d0a5c08a3afb0d82c96bb4b5ed1e5e159 (diff)
downloadcurl-7af5e3c39e7399f3a1c2576b575c8aa8781d9f2b.tar.gz
Merge branch 'master' of github.com:bagder/curl
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.