diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-02-13 07:43:20 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-02-13 07:43:20 -0800 |
commit | 7309e2085d3076f624ed4b096e362627b5a7577d (patch) | |
tree | 23d7a9690459b83f3aaa0ae6a3916227db8985ed | |
parent | 38fa9124e8c5b02dbc7d9673a04eb3d5f5852033 (diff) |
mpd version 0.14.2v0.14.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 5 deletions
@@ -1,15 +1,18 @@ -ver 0.14.2 (2009/??/??) +ver 0.14.2 (2009/02/13) * decoders: + - aac: fix stream metadata + - ffmpeg: add TTA support - ffmpeg: added support for the tags comment, genre, year - - wavpack: pass NULL if the .wvc file fails to open + - ffmpeg: enable WAV streaming + - ffmpeg: don't show time if invalid time is passed - mikmod: call MikMod_Exit() only in the finish() method + - wavpack: pass NULL if the .wvc file fails to open * audio outputs: - jack: allocate ring buffers before connecting - jack: clear "shutdown" flag on reconnect - jack: reduced sleep time to 1ms * mapper: remove trailing slashes from music_directory - ver 0.14.1 (2009/01/17) * decoders: - mp4: support the writer/composer tag @@ -39,7 +42,6 @@ ver 0.14.1 (2009/01/17) * use custom PRNG for volume dithering (speedup) * detect libid3tag without pkg-config - ver 0.14 (2008/12/25) * audio outputs: - wait 10 seconds before reopening a failed device diff --git a/configure.ac b/configure.ac index a68d070ed..576612563 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.14.2~git, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.14.2, musicpd-dev-team@lists.sourceforge.net) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2]) AM_CONFIG_HEADER(config.h) |