summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2009-02-13 07:43:20 -0800
committerAvuton Olrich <avuton@gmail.com>2009-02-13 07:43:20 -0800
commit7309e2085d3076f624ed4b096e362627b5a7577d (patch)
tree23d7a9690459b83f3aaa0ae6a3916227db8985ed
parent38fa9124e8c5b02dbc7d9673a04eb3d5f5852033 (diff)
mpd version 0.14.2v0.14.2
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
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)