diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Release 2012.01.10 + +- Use TLS for login only +- waitress: HTTP/1.1 compliant CONNECT +- Minor fixes/code cleanup + Release 2011.12.11 - waitress: Replaced ca-bundle with fingerprint check diff --git a/src/config.h b/src/config.h index 0f3cc4d..9f848c7 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2011.12.11-dev" +#define VERSION "2012.01.10" #endif /* _CONFIG_H */ |