From 466d16fe720b8bb63534871d26350f6e5c457d07 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 19 May 2013 12:58:18 +0200 Subject: Prepare for release 2013.05.19 --- ChangeLog | 12 ++++++++++++ src/config.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 566ac57..4715ca2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Release 2013.05.19 + +- Keyboard shortcuts for play/pause, config setting act_songpause has been + renamed to act_songpausetoggle +- Better error handling of audio file download errors +- Fix TLS read error when using Pandora One tuner URL +- Fix a bug where rating a song from a shared station, played by quickmix + resulted in an error message +- Fix wrong name when deleting station from history menu +- New events for genre station selection: stationfetchgenre, stationaddgenre +- Minor Makefile and documentation bugfixes/improvements + Release 2012.12.01 - Save last station and volume to statefile diff --git a/src/config.h b/src/config.h index e767695..e0afecd 100644 --- a/src/config.h +++ b/src/config.h @@ -4,6 +4,6 @@ /* package name */ #define PACKAGE "pianobar" -#define VERSION "2012.12.01-dev" +#define VERSION "2013.05.19" #endif /* _CONFIG_H */ -- cgit v1.2.3