summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--src/config.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 21d222c..2b0240a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Release 2012.05.06
+
+- Move to JSON API (v5), see http://pan-do-ra-api.wikia.com/
+- New dependencies: json-c and libgcrypt
+- Low-bitrate AAC audio support
+- Seed suggestions and force_tls config setting not supported any more
+- Fix race condition
+- Minor bugfixes and code cleanup
+
Release 2012.04.24
- Fix format string crash
diff --git a/src/config.h b/src/config.h
index cb4ee0f..e5c4b96 100644
--- a/src/config.h
+++ b/src/config.h
@@ -4,6 +4,6 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2012.04.24-dev"
+#define VERSION "2012.05.06"
#endif /* _CONFIG_H */