]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
RTSP GET_PARAMETER fix
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Mar 2010 12:28:02 +0000 (13:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Mar 2010 12:28:02 +0000 (13:28 +0100)
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.

CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 5f33898f62b2aa0b1c00cb94d26f0f9695b26fbf..b6a5d42271d6278bc8de830bdd10305eaa3cee34 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
                                   Changelog
 
 Daniel Stenberg (24 Mar 2010)
+- 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.
+
 - The 'ares' subtree has been removed from the source repository. It was
   always a separate project that sort of piggybacked on the curl project since
   the dawn of times and now the time has come for it to go stand on its own
index ae8776cc354162f70c47b12e233baecd7f4162fb..9c6775ff26fa27f8d20d1625bd54ddab620aaa31 100644 (file)
@@ -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)