From 6f4e4cac83d15cc5cb921dcb01625e40724809f1 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 21 Dec 2024 12:40:59 +0100 Subject: Release 2024.12.21. --- ChangeLog | 6 ++++++ README.rst | 6 +++++- src/config.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d36525a..55f945b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Release 2024.12.21 + +- Improved network error retrying +- Improved compatibility with newer versions of ffmpeg and libcurl +- Minor documentation fixes + Release 2022.04.01 - Not a joke diff --git a/README.rst b/README.rst index c4d812e..de2d0c7 100644 --- a/README.rst +++ b/README.rst @@ -33,10 +33,11 @@ and \*BSD as well as a `native Windows port`_. .. _homebrew: http://brew.sh/ .. _native Windows Port: https://github.com/thedmd/pianobar-windows -The current pianobar release is 2022.04.01_ (sha256__, sign__). More recent and +The current pianobar release is 2024.12.21_ (sha256__, sign__). More recent and experimental code is available at GitHub_ and the local gitweb_. Older releases are available here: +- 2022.04.01_ (sha256__, sign__) - 2020.11.28_ (sha256__, sign__) - 2020.04.05_ (sha256__, sign__) - 2019.02.14_ (sha256__, sign__) @@ -67,6 +68,9 @@ are available here: - 2010.10.07_ (sha1__) - 2010.08.21_ (sha1__) +.. _2024.12.21: https://6xq.net/pianobar/pianobar-2024.12.21.tar.bz2 +__ https://6xq.net/pianobar/pianobar-2024.12.21.tar.bz2.sha256 +__ https://6xq.net/pianobar/pianobar-2024.12.21.tar.bz2.asc .. _2022.04.01: https://6xq.net/pianobar/pianobar-2022.04.01.tar.bz2 __ https://6xq.net/pianobar/pianobar-2022.04.01.tar.bz2.sha256 __ https://6xq.net/pianobar/pianobar-2022.04.01.tar.bz2.asc diff --git a/src/config.h b/src/config.h index f3d3d3e..0b5797e 100644 --- a/src/config.h +++ b/src/config.h @@ -3,7 +3,7 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2022.04.01-dev" +#define VERSION "2024.12.21" /* glibc feature test macros, define _before_ including other files */ #define _POSIX_C_SOURCE 200809L -- cgit v1.2.3