From 470c30d07a89dd17778322a6f591df1fb4d13bc5 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Fri, 19 Sep 2014 13:49:40 +0200 Subject: [PATCH] update NEWS and change version to 0.6_beta4 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 618e302e..f6269dea 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +ncmpcpp-0.6_beta4 + +* Jumping to current song in playlist doesn't trigger assertion failures anymore. +* Readline's completion feature is now properly disabled. + ncmpcpp-0.6_beta3 * Handling of server events has been improved. diff --git a/configure.ac b/configure.ac index dd6c32fe..f0f307b5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(configure.ac) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE(ncmpcpp, 0.6_beta3) +AM_INIT_AUTOMAKE(ncmpcpp, 0.6_beta4) AC_PREREQ(2.59)