aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
parenta1a98d59081c7fac5e9cfe5c8a1d300facdcbe4c (diff)
changelogs: mention RTMP and the FTP wildcard support
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2ff7a3af6..592beee2c 100644
--- 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