diff options
author | Max Kellermann <max@duempel.org> | 2009-01-22 16:06:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-22 16:06:39 +0100 |
commit | eefe97bdb1169b68b57284820ba699e1240d0b6f (patch) | |
tree | 6355fcf26cff44583109861cdab894305d0648b3 /NEWS | |
parent | 8484c3708bc1a75af8064c3cc87933a39866d3d9 (diff) | |
download | mpd-eefe97bdb1169b68b57284820ba699e1240d0b6f.tar.gz mpd-eefe97bdb1169b68b57284820ba699e1240d0b6f.tar.xz mpd-eefe97bdb1169b68b57284820ba699e1240d0b6f.zip |
NEWS: update change log
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -1,16 +1,30 @@ ver 0.15 - (200?/??/??) +* input: + - parse Icy-Metadata +* tags: + - support the "album artist" tag + - parse RVA2 tags in mp3 files +* decoders: + - audiofile: streaming support added + - ffmpeg: enable WAV + - modplug: another MOD plugin, based on libmodplug + - mikmod disabled by default, due to severe security issues in libmikmod +* audio outputs: + - shout: enlarged buffer size to 32 kB +* commands: + - "playlistinfo" supports a range now + - added "sticker database", command "sticker", which allows clients + to implement features like "song rating" * Rewritten mixer code to support multiple mixers * Add audio archive extraction support: - bzip2 - iso9660 - zip -* Add RVA2 tag support * the option "error_file" was removed, all messages are logged into "log_file" * 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 -* added Icy-Metadata support * --create-db starts the MPD daemon instead of exiting * playlist_directory and music_directory are optional |