From d85cf786935f3b3517b4156074d2bbbbf1e43494 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Thu, 18 May 2017 18:29:32 +0200 Subject: Back to -dev. --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 42a0b11..fcd89b4 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2017.05.18" +#define VERSION "2015.12.10-dev" #define TITLE "Pianobar" -- cgit v1.2.3 From 1ef71406be5144dfdc8fea2064d24cfb60d226d9 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 22 Jun 2018 08:57:26 +0200 Subject: Release 2018.06.22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HAPPY 10TH BIRTHDAY PIANOBAR! It’s first public release was created on 2008-06-05. So I’m slightly late to the party. Sorry about that. Also, I never thought a piece of software *I* wrote would last that long. --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ src/config.h | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/ChangeLog b/ChangeLog index 33baf81..6dc0da3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Release 2018.10.30 +- Sync with 2018.10.15 pianobar state + Release 2015.12.10 - Fix: Fix I/O on Windows 8.x and Windows 10 - Fix: Improve Windows Media Foundation backend @@ -24,6 +27,38 @@ Initial port Pre-port changelog: +Release 2018.06.22 + +- Happy 10th birthday pianobar! +- Add network timeouts and retries +- Fix cross-thread memory access +- Misc UI and documentation improvements + +Release 2017.08.30 + +- Support binding to specific network interface, see config option bind_to +- New config option gain_mul softens effect of replay gain +- Replaced deprecated ffmpeg and json-c functions, bumps ffmpeg/libav version + requirement +- Fix use-after-free +- Minor improvements to code and documentation + +Release 2016.06.02 + +- Quit pianobar upon reception of two SIGINT +- Minor bugfixes + +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 diff --git a/src/config.h b/src/config.h index fcd89b4..83cbcc3 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2015.12.10-dev" +#define VERSION "2015.10.30" #define TITLE "Pianobar" -- cgit v1.2.3 From 82a13ad77bfcf2c6dc37fe0d1d55f93372db6509 Mon Sep 17 00:00:00 2001 From: Michał Cichoń Date: Tue, 30 Oct 2018 13:12:20 +0100 Subject: Release 2018.10.30 --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 83cbcc3..a8af710 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2015.10.30" +#define VERSION "2018.10.30" #define TITLE "Pianobar" -- cgit v1.2.3