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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |