diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-01-21 13:58:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-01-21 13:58:30 +0000 |
commit | bc4582b68a673d3b0f5a2e7d971605de2c8b3730 (patch) | |
tree | 09897ee9c051870d0be56108d41f6595d41e932d /RELEASE-NOTES | |
parent | e09718d457f5ba512920c9ed0a0db5c8ca6dcc53 (diff) |
Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new
libcurl options for controlling what to get and how to receive posssibly
interleaved RTP data. Initial commit.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e4abf5fa4..8eb4e6643 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -2,7 +2,7 @@ Curl and libcurl 7.20.0 Public curl releases: 114 Command line options: 135 - curl_easy_setopt() options: 166 + curl_easy_setopt() options: 174 Public functions in libcurl: 58 Known libcurl bindings: 39 Contributors: 761 @@ -13,7 +13,8 @@ This release includes the following changes: o curl-config can now show the arguments used when building curl o non-blocking TFTP o send Expect: 100-continue for POSTs with unknown sizes - o added support for IMAP, POP3 and SMTP transfers + o added support for IMAP(S), POP3(S), SMTP(S) and RTSP + o added new curl_easy_setopt() options for SMTP and RTSP o added --mail-from and --mail-rcpt for SMTP o VMS build system enhancements o added support for the PRET ftp command @@ -60,6 +61,6 @@ advice from friends like these: Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron, Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko, Jon Nelson, Julien Chaffraix, Renato Botelho, Peter Pentchev, Ingmar Runge, - Johan van Selst, Charles Kerr, Gil Weber, David McCreedy + Johan van Selst, Charles Kerr, Gil Weber, David McCreedy, Chris Conroy Thanks! (and sorry if I forgot to mention someone) |