aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-04-24 12:19:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-04-24 12:19:42 +0200
commitd7b82baf97b6f018978b80336e1656746f4960c8 (patch)
treec3fb47d866cab2339edeae98f6992d072a14573b
parent36e245658b44fd8c37f4ff18b258ce6f8903f7cd (diff)
changelog: added the --proto and -proto-redir options
-rw-r--r--CHANGES4
-rw-r--r--RELEASE-NOTES5
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b76538733..3e2869c20 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
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)
- Fixed test536 in order to not fail with threaded DNS resolver and tweaked
comments in certain examples using curl_multi_fdset().
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3c6b52109..2d395cb33 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -9,7 +9,7 @@ Curl and libcurl 7.20.2
This release includes the following changes:
- o
+ o added the --proto and -proto-redir options
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
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)