diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2012-05-06 16:33:54 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2012-05-06 16:33:54 +0200 |
commit | 0d9fe66a23040596aeb2cdb277e3f0e767686daa (patch) | |
tree | dc4fe69492931354735852916230266ced44c3b5 | |
parent | f541c1fd4395814edd5efcdcb12ff317428d0030 (diff) | |
download | pianobar-windows-0d9fe66a23040596aeb2cdb277e3f0e767686daa.tar.gz pianobar-windows-0d9fe66a23040596aeb2cdb277e3f0e767686daa.tar.bz2 pianobar-windows-0d9fe66a23040596aeb2cdb277e3f0e767686daa.zip |
Prepare for release 2012.05.06
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 */ |