From 3334f19fde6525fd9e36f31166969aa28fba777f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 1 Apr 2022 13:02:26 +0200 Subject: Release 2022.04.01 --- ChangeLog | 7 +++++++ src/config.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 50b78e1..d36525a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Release 2022.04.01 + +- Not a joke +- Fix compilation with ffmpeg 5.0 and replace deprecated function +- Improved retry handling with unreliable HTTP proxies +- Minor UI improvements + Release 2020.11.28 - Support changing station modes diff --git a/src/config.h b/src/config.h index ea8a6ec..2ea7ce8 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2020.11.28-dev" +#define VERSION "2022.04.01" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L -- cgit v1.2.3