]> granicus.if.org Git - curl/commitdiff
changelogs: mention RTMP and the FTP wildcard support
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 May 2010 22:00:55 +0000 (00:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 May 2010 22:00:55 +0000 (00:00 +0200)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 2ff7a3af62d07192a805016acd04119e55e868e0..592beee2c1a72636412f0720ce7da7466d1af21b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,22 @@
 
                                   Changelog
 
+Daniel Stenberg (12 May 2010)
+- Howard Chu brought support for RTMP. This is powered by the underlying
+  librtmp library. It supports a range of variations and "sub-protocols"
+  within the RTMP family.
+
+- Pavel Raiskup brought support for FTP directory wildcard matching to allow
+  selective downloading. To provide that, a set of new options were added:
+
+   CURLOPT_WILDCARDMATCH
+   CURLOPT_CHUNK_BGN_FUNCTION
+   CURLOPT_CHUNK_END_FUNCTION
+   CURLOPT_CHUNK_DATA
+   CURLOPT_FNMATCH_FUNCTION
+
+  There were also a set of new tests added (574 - 577) to verify this.
+
 Kamil Dudka (11 May 2010)
 - CRL support in libcurl-NSS has been completely broken. Now it works. Original
   bug report: https://bugzilla.redhat.com/581926
index 2a32a22909198a8e3d3b62a3ef3eed3072346631..6f3b7303c62a7d2138b0af324d5cc325b52993e5 100644 (file)
@@ -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)