summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--src/config.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4715ca2..3763583 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Release 2013.09.15
+
+- Generic linked lists for libpiano. This change breaks libpiano’s API and
+ ABI!
+- New reset volume keyboard shortcut (^)
+- libgcrypt error handling
+- Fix display of lists with more than 999 items
+- Fix duplicate/“ghost” stations
+- Fix libwaitress not trying all addresses returned by getaddrinfo
+
Release 2013.05.19
- Keyboard shortcuts for play/pause, config setting act_songpause has been
diff --git a/src/config.h b/src/config.h
index 3a8d2e4..388671c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -4,6 +4,6 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2013.05.19-dev"
+#define VERSION "2013.09.15"
#endif /* _CONFIG_H */