Skip to content

Commit 6121614

Browse files
committed
Prepare for release 2014.06.08
1 parent 4e02f89 commit 6121614

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ChangeLog

+11
Original file line numberDiff line numberDiff line change
@@ -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+
112
Release 2013.09.15
213

314
- Generic linked lists for libpiano. This change breaks libpiano’s API and

src/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
/* package name */
55
#define PACKAGE "pianobar"
66

7-
#define VERSION "2013.09.15-dev"
7+
#define VERSION "2014.06.08"
88

99
#endif /* SRC_CONFIG_H_S6A1C09K */

0 commit comments

Comments
 (0)