summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2011-11-11 12:37:58 +0100
committerLars-Dominik Braun <lars@6xq.net>2011-11-11 12:37:58 +0100
commit3e639e037b49c696e32acee0bd1c7034232392ae (patch)
tree94636b889afa9ea42c41857574363837494c80f5
parent26e659a69e260523938b37f6025b90e391b9a724 (diff)
downloadpianobar-3e639e037b49c696e32acee0bd1c7034232392ae.tar.gz
pianobar-3e639e037b49c696e32acee0bd1c7034232392ae.tar.bz2
pianobar-3e639e037b49c696e32acee0bd1c7034232392ae.zip
Prepare for release 2011.11.112011.11.11
This release it dedicated to the brave pandora engineers who fight for love, peace and transport layer encrypted plaintext password logins. To achieve their goals they climbed the highest mountain, dived the deepest ocean and explained Diffie-Hellman to their management. But they also had to make terrible sacrifices to succeed: pianobar, a tiny but useful tool did not survive the fight without serious injuries. `git log` will never forget your efforts to create a brighter future. For all of us. Expect this release to be not as stable as previous releases as it contains experimental code that was not meant to be released at this point.
-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 */