From 09e06d941624b6e69b4a54a41c23b93292a354d6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 15 Jan 2009 16:16:37 +0100 Subject: NEWS: merge from v0.14.x Copy changelog items from the upcoming 0.14.1 release. --- NEWS | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0d9bdcfee..3c562472b 100644 --- a/NEWS +++ b/NEWS @@ -10,11 +10,27 @@ ver 0.15 - (200?/??/??) * support logging to syslog * fall back to XDG music directory if no music_directory is configured * failure to read the state file is non-fatal -* fix minor memory leak in decoder_tag() * added Icy-Metadata support -* fix cross-fading bug: it used to play some chunks of the new song twice * --create-db starts the MPD daemon instead of exiting -* input_curl: honour http_proxy_* config directives + + +MPD 0.14.1 - not yet released +* decoders: + - mp4: support the writer/composer tag + - id3: strip leading and trailing whitespace from ID3 tags +* audio outputs: + - jack: allocate default port names (fixes a crash) +* update: + - refresh stats after update + - save the database even if it is empty +* input_curl: + - use select() to eliminate busy loop during connect + - honour http_proxy_* config directives +* log: automatically append newline +* fix setenv() conflict on Solaris +* 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 - implement Fisher-Yates shuffle properly -- cgit v1.2.3