From bdd2e9ae798b86e16f2d40981af0c59915f8c90f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 24 Apr 2012 20:09:20 +0200 Subject: Prepare for release 2012.04.24 --- ChangeLog | 12 ++++++++++++ src/config.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8600be6..21d222c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Release 2012.04.24 + +- Fix format string crash +- Fix sync response parser +- Fix possible stdin close on error +- Fix undefined behavior (mutex unlock) +- Use TLS for every request with new setting force_tls +- New error codes EXCESSIVE_ACTIVITY and DAILY_SKIP_LIMIT_REACHED +- Autoselect last remaining item of filtered list, disable with autoselect = 0 +- Warn if control fifo is not a fifo +- Code cleanup + Release 2012.01.10 - Use TLS for login only diff --git a/src/config.h b/src/config.h index 4593ee0..741579c 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2012.01.10-dev" +#define VERSION "2012.04.24" #endif /* _CONFIG_H */ -- cgit v1.2.3