From 7309e2085d3076f624ed4b096e362627b5a7577d Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Fri, 13 Feb 2009 07:43:20 -0800 Subject: mpd version 0.14.2 --- NEWS | 10 ++++++---- configure.ac | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 9fb2c0e3f..aeff47db7 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.3