aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-05-13 00:00:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-05-13 00:00:55 +0200
commit46b9719bbb196b3bae00431adeea5e3deaf4d02a (patch)
tree5c6fd52377d8ef0d788abb3d488c68f7947fb092 /RELEASE-NOTES
parenta1a98d59081c7fac5e9cfe5c8a1d300facdcbe4c (diff)
changelogs: mention RTMP and the FTP wildcard support
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES9
1 files changed, 6 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2a32a2290..6f3b7303c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,8 +1,8 @@
-Curl and libcurl 7.20.2
+Curl and libcurl 7.21.0
Public curl releases: 116
Command line options: 138
- curl_easy_setopt() options: 174
+ curl_easy_setopt() options: 179
Public functions in libcurl: 58
Known libcurl bindings: 39
Contributors: 794
@@ -13,6 +13,8 @@ This release includes the following changes:
o new configure option --enable-threaded-resolver
o improve TELNET ability with libcurl
o added support for PolarSSL
+ o added support for FTP wildcard matching and downloads
+ o added support for RTMP
This release includes the following bugfixes:
@@ -35,6 +37,7 @@ 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, Yang Tse,
- Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan, Howard Chu, Dirk Manske
+ Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan, Howard Chu, Dirk Manske,
+ Pavel Raiskup
Thanks! (and sorry if I forgot to mention someone)