From dbcea51d2a74e3c9f32e2e0bd7a27e7b42dfe623 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 17 Mar 2012 16:58:21 +0100 Subject: [PATCH] update NEWS / 0.5.9 release --- NEWS | 11 +++++++++++ configure.in | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c57189bd..90d8c728 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +ncmpcpp-0.5.9 + +* new feature: support for fetching lyrics for currently playing song in background +* new feature: support for stereo visualization +* new feature: support for merging screens together +* playlist editor: add support for columns display mode +* settings: provide a way to use alternative location for configuration file +* settings: make characters used in visualizer customizable +* lyrics fetcher: add support for lololyrics.com +* various bugfixes + ncmpcpp-0.5.8 * lyrics fetcher: add support for justsomelyrics.com diff --git a/configure.in b/configure.in index 9448ad04..0037c7c5 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(ncmpcpp, 0.5.9_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.5.9) AC_PREREQ(2.59)