Mention -J change
authorBjorn Stenberg <bjorn@haxx.se>
Sat, 23 Jan 2010 20:14:39 +0000 (20:14 +0000)
committerBjorn Stenberg <bjorn@haxx.se>
Sat, 23 Jan 2010 20:14:39 +0000 (20:14 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 75575f5..fee8bc2 100644 (file)
--- 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
index 8eb4e66..bf2c5d4 100644 (file)
@@ -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)