From 0d9fe66a23040596aeb2cdb277e3f0e767686daa Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 6 May 2012 16:33:54 +0200 Subject: Prepare for release 2012.05.06 --- ChangeLog | 9 +++++++++ src/config.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 21d222c..2b0240a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Release 2012.05.06 + +- Move to JSON API (v5), see http://pan-do-ra-api.wikia.com/ +- New dependencies: json-c and libgcrypt +- Low-bitrate AAC audio support +- Seed suggestions and force_tls config setting not supported any more +- Fix race condition +- Minor bugfixes and code cleanup + Release 2012.04.24 - Fix format string crash diff --git a/src/config.h b/src/config.h index cb4ee0f..e5c4b96 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2012.04.24-dev" +#define VERSION "2012.05.06" #endif /* _CONFIG_H */ -- cgit v1.2.3