summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/config.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e5f6d3..360d286 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Release 2011.11.11
+
+- libwaitress rewrite (supports TLS now)
+- new dependency GnuTLS >= 2.10.0
+
Release 2011.11.09
- Protocol version bump (v33)
diff --git a/src/config.h b/src/config.h
index 6c3d397..a49dc02 100644
--- a/src/config.h
+++ b/src/config.h
@@ -4,6 +4,6 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2011.11.09-dev"
+#define VERSION "2011.11.11"
#endif /* _CONFIG_H */