diff options
author | Qball Cow <qball@sarine.nl> | 2010-09-08 13:19:59 +0200 |
---|---|---|
committer | Qball Cow <qball@sarine.nl> | 2010-09-08 13:19:59 +0200 |
commit | 4a7abc9d44206296587a9e4302e0e1a273aef6e9 (patch) | |
tree | 70a2d6c37dc62bf47021b159ae3bae1726a4a4d0 /NEWS | |
parent | 589bb541111e97610308fae1269a549d51c9ea6c (diff) | |
download | mpd-4a7abc9d44206296587a9e4302e0e1a273aef6e9.tar.gz mpd-4a7abc9d44206296587a9e4302e0e1a273aef6e9.tar.xz mpd-4a7abc9d44206296587a9e4302e0e1a273aef6e9.zip |
Correctly terminate stream_title.
This caused random data to be send via icy-server if the played
song had no tags.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ ver 0.15.13 (2010/??/??) * output_thread: fix race condition after CANCEL command +* output: + - httpd: fix random data in stream title ver 0.15.12 (2010/07/20) |