diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-24 13:28:02 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-24 13:28:02 +0100 |
commit | 9828b926ae9204e3a7d7699fc1a5a76b5520c987 (patch) | |
tree | f15f8f1ccafa35b137cac52b3d5b9cd4da55b7f9 /RELEASE-NOTES | |
parent | 8aa68b4cadaa00759547f9de0cff7fb37ffe5ca3 (diff) | |
download | curl-9828b926ae9204e3a7d7699fc1a5a76b5520c987.tar.gz |
RTSP GET_PARAMETER fix
Christopher Conroy fixed a problem with RTSP and GET_PARAMETER
reported to us by Massimo Callegari. There's a new test case 572
that verifies this now.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ae8776cc3..9c6775ff2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -39,6 +39,7 @@ This release includes the following bugfixes: o re-used FTP connection multi interface crash o chunked-encoding with Content-Length: header problem o multi interface HTTP POST over a proxy using PROXYTUNNEL + o RTSP GET_PARAMETER This release includes the following known bugs: @@ -51,6 +52,6 @@ advice from friends like these: Daniel Fandrich, Patrick Monnerat, Pat Ray, Wesley Miaw, Ben Greear, Ryan Chan, Markus Duft, Andrei Benea, Jacob Moshenko, Daniel Johnson, Constantine Sapuntzakis, Douglas Steinwand, Thomas Lopatic, Hauke Duden, - Akos Pasztory, Kenny To + Akos Pasztory, Kenny To, Christopher Conroy, Massimo Callegari Thanks! (and sorry if I forgot to mention someone) |