changelog: added the --proto and -proto-redir options

This commit is contained in:
Daniel Stenberg 2010-04-24 12:19:42 +02:00
parent 36e245658b
commit d7b82baf97
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,10 @@
Changelog Changelog
Daniel Stenberg (24 Apr 2010)
- Alex Bligh introduced the --proto and -proto-redir options that limit what
protocols curl accepts for the requests and when following redirects.
Kamil Dudka (24 Apr 2010) Kamil Dudka (24 Apr 2010)
- Fixed test536 in order to not fail with threaded DNS resolver and tweaked - Fixed test536 in order to not fail with threaded DNS resolver and tweaked
comments in certain examples using curl_multi_fdset(). comments in certain examples using curl_multi_fdset().

View File

@ -9,7 +9,7 @@ Curl and libcurl 7.20.2
This release includes the following changes: This release includes the following changes:
o o added the --proto and -proto-redir options
This release includes the following bugfixes: This release includes the following bugfixes:
@ -28,6 +28,7 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and This release would not have looked like this without help, code, reports and
advice from friends like these: advice from friends like these:
Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov,
Yang Tse, Kamil Dudka, Alex Bligh
Thanks! (and sorry if I forgot to mention someone) Thanks! (and sorry if I forgot to mention someone)