diff options
author | Max Kellermann <max@duempel.org> | 2014-03-02 11:46:07 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-03-02 11:46:07 +0100 |
commit | 503ed9c331426d625ddcfef25356d222c13af8a0 (patch) | |
tree | 3d21bab6efd69d7227c188f633934bd07ac36236 /NEWS | |
parent | cb63189f6b7ad32debc5379d994d417cbb5ddb10 (diff) | |
parent | 2784d656181230e3536d7260f3b16652602399d8 (diff) | |
download | mpd-503ed9c331426d625ddcfef25356d222c13af8a0.tar.gz mpd-503ed9c331426d625ddcfef25356d222c13af8a0.tar.xz mpd-503ed9c331426d625ddcfef25356d222c13af8a0.zip |
Merge tag 'release-0.18.9'
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -39,13 +39,18 @@ ver 0.19 (not yet released) * install systemd unit for socket activation * Android port -ver 0.18.9 (not yet released) +ver 0.18.9 (2014/03/02) +* protocol + - "findadd" requires the "add" permission +* output + - alsa: improved workaround for noise after manual song change * decoder - vorbis: fix linker failure when libvorbis/libogg are static * encoder - vorbis: fix another linker failure * output - pipe: fix hanging child process due to blocked signals +* fix build failure due to missing signal.h include ver 0.18.8 (2014/02/07) * decoder |