From 80d5d507c8bbb67c0f3cc067e81caa5955e68b31 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 | 7 +++++++ src/config.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f6e8309..0b50b1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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 diff --git a/src/config.h b/src/config.h index 9087d50..0918560 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2017.08.30-dev" +#define VERSION "2018.06.22" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L -- cgit v1.2.3