diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2014-09-28 15:15:32 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2014-09-28 15:17:29 +0200 |
commit | 5b9e0d954c362314f18bd4348f4902073c69fc7f (patch) | |
tree | e1ad1cad36b7f4b987d4bb4e75adc7241fb2083a | |
parent | 5914baa00b1f5ae6afd4291a0ffc5c6698fa0806 (diff) | |
download | pianobar-5b9e0d954c362314f18bd4348f4902073c69fc7f.tar.gz pianobar-5b9e0d954c362314f18bd4348f4902073c69fc7f.tar.bz2 pianobar-5b9e0d954c362314f18bd4348f4902073c69fc7f.zip |
Prepare for release 2014.09.282014.09.28
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 |