diff options
-rw-r--r-- | NEWS | 22 |
1 files changed, 19 insertions, 3 deletions
@@ -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 |