From 191d735fa9be1fc9c23b52727198e2f6108e23e4 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 15 Sep 2013 15:54:04 +0200 Subject: Prepare for release 2013.09.15 --- ChangeLog | 10 ++++++++++ src/config.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4715ca2..3763583 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Release 2013.09.15 + +- Generic linked lists for libpiano. This change breaks libpiano’s API and + ABI! +- New reset volume keyboard shortcut (^) +- libgcrypt error handling +- Fix display of lists with more than 999 items +- Fix duplicate/“ghost” stations +- Fix libwaitress not trying all addresses returned by getaddrinfo + Release 2013.05.19 - Keyboard shortcuts for play/pause, config setting act_songpause has been diff --git a/src/config.h b/src/config.h index 3a8d2e4..388671c 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2013.05.19-dev" +#define VERSION "2013.09.15" #endif /* _CONFIG_H */ -- cgit v1.2.3