diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2011-12-11 19:39:27 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-12-11 19:39:27 +0100 |
commit | 63a6b9a8d4108329560b6bf302bef5e53b3bf79e (patch) | |
tree | 247960f5d003c8e754e7c421f5ddc57f0a8bfcb0 | |
parent | 4ba19ba18deb919646cc0c120e3b0d90e53c2667 (diff) | |
download | pianobar-windows-63a6b9a8d4108329560b6bf302bef5e53b3bf79e.tar.gz pianobar-windows-63a6b9a8d4108329560b6bf302bef5e53b3bf79e.tar.bz2 pianobar-windows-63a6b9a8d4108329560b6bf302bef5e53b3bf79e.zip |
Prepare for release 2011.12.11
Clean up the mess caused by release 2011.11.11.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +Release 2011.12.11 + +- waitress: Replaced ca-bundle with fingerprint check +- waitress: Support GnuTLS <= 2.10.0 +- waitress: Proxy authorization added again +- piano: Sync authenticateListener API call with Pandora +- Fix DYNLINK option +- Code cleanup, minor UI improvements + Release 2011.11.11 - libwaitress rewrite (supports TLS now) diff --git a/src/config.h b/src/config.h index 22d56a8..3d0909c 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2011.11.11-dev" +#define VERSION "2011.12.11" #endif /* _CONFIG_H */ |