From 4e0a996b6e2acce2bab39284e09ae5e7efc582ab Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 1 Dec 2012 18:03:23 +0100 Subject: Prepare for release 2012.12.01 --- ChangeLog | 9 +++++++++ src/config.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 51b6d63..566ac57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Release 2012.12.01 + +- Save last station and volume to statefile +- Password can be read from external command (setting password_command) +- Secure RPC port can be changed now (setting rpc_tls_port) +- Gracefully recover from AAC decoding errors +- New default fingerprint for tuner.pandora.com +- Bugfixes: HTTP chunked decoder, style, memory leaks + Release 2012.09.07 - Defunct move song (keybinding 'm') feature removed diff --git a/src/config.h b/src/config.h index 946ff5c..27f3cb6 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2012.09.07-dev" +#define VERSION "2012.12.01" #endif /* _CONFIG_H */ -- cgit v1.2.3