diff options
-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 */ |