diff options
-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 |