aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-04 19:11:24 +0100
committerMax Kellermann <max@duempel.org>2009-01-13 23:08:34 +0100
commiteee8bba78de8eba50f7cc7ca828ca06ed89c5893 (patch)
tree27398db999dca64844e1052d1cb95df1b1cb2f65 /NEWS
parent63181233bb2a28ccd3776d48aa2229df920c2ed3 (diff)
downloadmpd-eee8bba78de8eba50f7cc7ca828ca06ed89c5893.tar.gz
mpd-eee8bba78de8eba50f7cc7ca828ca06ed89c5893.tar.xz
mpd-eee8bba78de8eba50f7cc7ca828ca06ed89c5893.zip
playlist: log errors during loadPlaylist()
Don't call command_error() if loading a song from the playlist fails. This may result in assertion failures, since command_error() may be called more than once.
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a766121f..ed41be130 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ MPD 0.14.1 - not yet released
* configure.ac: check for pkg-config before using it
* fix minor memory leak in decoder_tag()
* fix cross-fading bug: it used to play some chunks of the new song twice
+* playlist: fix assertion failure during playlist load
ver 0.14 (2008/12/25)