summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/config.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cd1a7d..8600be6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 */