From 61216140ef833d92927ca0bdc1a1e310c8480e02 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 8 Jun 2014 15:26:29 +0200 Subject: Prepare for release 2014.06.08 --- ChangeLog | 11 +++++++++++ src/config.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3763583..f83f0be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Release 2014.06.08 + +- Switch to ffmpeg/libav for audio playback. ffmpeg 2.2, 2.1 and 1.2 as well as + libav 10 and 9 are supported. libav 8 does *not* work. libmad/libfaad are not + required any more. +- Tilde-expansion for the fifo setting +- eventcmd’s songstart reports correct song length +- Readline improvements +- Support TLS SNI +- Improved error messages + Release 2013.09.15 - Generic linked lists for libpiano. This change breaks libpiano’s API and diff --git a/src/config.h b/src/config.h index 355a910..509fa69 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2013.09.15-dev" +#define VERSION "2014.06.08" #endif /* SRC_CONFIG_H_S6A1C09K */ -- cgit v1.2.3