summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--src/config.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3763583..f83f0be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Release 2014.06.08
+
+- Switch to ffmpeg/libav for audio playback. ffmpeg 2.2, 2.1 and 1.2 as well as
+ libav 10 and 9 are supported. libav 8 does *not* work. libmad/libfaad are not
+ required any more.
+- Tilde-expansion for the fifo setting
+- eventcmd’s songstart reports correct song length
+- Readline improvements
+- Support TLS SNI
+- Improved error messages
+
Release 2013.09.15
- Generic linked lists for libpiano. This change breaks libpiano’s API and
diff --git a/src/config.h b/src/config.h
index 355a910..509fa69 100644
--- a/src/config.h
+++ b/src/config.h
@@ -4,6 +4,6 @@
/* package name */
#define PACKAGE "pianobar"
-#define VERSION "2013.09.15-dev"
+#define VERSION "2014.06.08"
#endif /* SRC_CONFIG_H_S6A1C09K */