From 5b9e0d954c362314f18bd4348f4902073c69fc7f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 28 Sep 2014 15:15:32 +0200 Subject: Prepare for release 2014.09.28 --- ChangeLog | 6 ++++++ src/config.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f83f0be..eb7a9d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Release 2014.09.28 +- Fix segfault when retrieving station’s feedback list +- Refactored audio player +- Correctly detect ffmpeg 2.3 and 2.4 +- Restore terminal attributes after waking up (SIGCONT) + Release 2014.06.08 - Switch to ffmpeg/libav for audio playback. ffmpeg 2.2, 2.1 and 1.2 as well as diff --git a/src/config.h b/src/config.h index a4f75cb..b89849c 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2014.06.08-dev" +#define VERSION "2014.09.28" /* ffmpeg/libav quirks detection * ffmpeg’s micro versions always start at 100, that’s how we can distinguish -- cgit v1.2.3