diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | src/config.h | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,4 +1,16 @@ +Release 2015.11.22 + +- Switch back to libcurl. tls_fingerprint setting has been replaced by + ca_bundle +- Interruptible network transactions (press ^C). Timeouts removed +- Config file parser fixes and improvements +- Player respects proxy, replaced deprecated api calls +- Added ability to change Pandora settings (username, password, explicit + content filter) +- The usual minor bugfixes/improvements here and there + Release 2014.09.28 + - Fix segfault when retrieving station’s feedback list - Refactored audio player - Correctly detect ffmpeg 2.3 and 2.4 diff --git a/src/config.h b/src/config.h index db3b66e..e29c8ce 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2014.09.28-dev" +#define VERSION "2015.11.22" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L |