diff options
author | Bjorn Stenberg <bjorn@haxx.se> | 2010-01-23 20:14:39 +0000 |
---|---|---|
committer | Bjorn Stenberg <bjorn@haxx.se> | 2010-01-23 20:14:39 +0000 |
commit | 94f33457d3c3a1929578edf4ed8b82314881367b (patch) | |
tree | b5b76cb498f116f5d7c00113da3e97b94a1892de | |
parent | 80675818e0417be8c991513b328c5507e93b47e5 (diff) |
Mention -J change
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | RELEASE-NOTES | 6 |
2 files changed, 9 insertions, 2 deletions
@@ -6,6 +6,11 @@ Changelog +Björn Stenberg (23 Jan 2010) +- Added a new flag: -J/--remote-header-name. This option tells the + -O/--remote-name option to use the server-specified Content-Disposition + filename instead of extracting a filename from the URL. + Daniel Stenberg (21 Jan 2010) - Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new libcurl options for controlling what to get and how to receive posssibly diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8eb4e6643..bf2c5d4c7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,7 +1,7 @@ Curl and libcurl 7.20.0 Public curl releases: 114 - Command line options: 135 + Command line options: 136 curl_easy_setopt() options: 174 Public functions in libcurl: 58 Known libcurl bindings: 39 @@ -19,6 +19,7 @@ This release includes the following changes: o VMS build system enhancements o added support for the PRET ftp command o curl supports --ssl and --ssl-reqd + o added -J/--remote-header-name for using server-provided filename with -O This release includes the following bugfixes: @@ -61,6 +62,7 @@ advice from friends like these: Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron, Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko, Jon Nelson, Julien Chaffraix, Renato Botelho, Peter Pentchev, Ingmar Runge, - Johan van Selst, Charles Kerr, Gil Weber, David McCreedy, Chris Conroy + Johan van Selst, Charles Kerr, Gil Weber, David McCreedy, Chris Conroy, + Björn Stenberg Thanks! (and sorry if I forgot to mention someone) |