We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e02f89 commit 6121614Copy full SHA for 6121614
ChangeLog
@@ -1,3 +1,14 @@
1
+Release 2014.06.08
2
+
3
+- Switch to ffmpeg/libav for audio playback. ffmpeg 2.2, 2.1 and 1.2 as well as
4
+ libav 10 and 9 are supported. libav 8 does *not* work. libmad/libfaad are not
5
+ required any more.
6
+- Tilde-expansion for the fifo setting
7
+- eventcmd’s songstart reports correct song length
8
+- Readline improvements
9
+- Support TLS SNI
10
+- Improved error messages
11
12
Release 2013.09.15
13
14
- Generic linked lists for libpiano. This change breaks libpiano’s API and
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 */
0 commit comments