summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-11-22 13:31:27 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-11-22 13:31:27 +0100
commit857402219899effd1340dcc39010d09b9c5c24a7 (patch)
tree7b2761f9ebd8c4dffb544feae7cef3a3b305536f
parent436a1d4012553a2f33d0e3a5180b3b5ae0378bdd (diff)
downloadpianobar-857402219899effd1340dcc39010d09b9c5c24a7.tar.gz
pianobar-857402219899effd1340dcc39010d09b9c5c24a7.tar.bz2
pianobar-857402219899effd1340dcc39010d09b9c5c24a7.zip
Prepare for release 2015.11.222015.11.22
-rw-r--r--ChangeLog12
-rw-r--r--src/config.h2
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eb7a9d6..46dab63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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