diff --git a/CHANGES b/CHANGES index 75575f5f19..fee8bc2fd1 100644 --- a/CHANGES +++ b/CHANGES @@ -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 8eb4e6643c..bf2c5d4c7f 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)