diff options
author | Max Kellermann <max@duempel.org> | 2009-02-09 16:35:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-09 16:38:03 +0100 |
commit | f6455d5f79fe9b6eda1635ff4c32aefab21818c8 (patch) | |
tree | 16fb8f62cec03ac7b531a20e80f6f55bc3b0c93f /NEWS | |
parent | cf94008b27620f7bfa87ce0c986806c35f7911bb (diff) | |
download | mpd-f6455d5f79fe9b6eda1635ff4c32aefab21818c8.tar.gz mpd-f6455d5f79fe9b6eda1635ff4c32aefab21818c8.tar.xz mpd-f6455d5f79fe9b6eda1635ff4c32aefab21818c8.zip |
shout: switch to blocking mode
The non-blocking mode of libshout is sparsely documented, and MPD's
implementation had several bugs. Also removed connect throttling
code, that is done by the MPD core since 0.14.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ ver 0.14.2 (2009/??/??) - jack: clear "shutdown" flag on reconnect - jack: reduced sleep time to 1ms - shout: fixed memory leak in the mp3 encoder + - shout: switch to blocking mode * mapper: remove trailing slashes from music_directory * player: set player error when output device fails |