This commit is contained in:
Bjorn Stenberg 2010-01-23 20:14:39 +00:00
Родитель 80675818e0
Коммит 94f33457d3
2 изменённых файлов: 9 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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)