update NEWS and change version to 0.6

This commit is contained in:
Andrzej Rybczak
2014-10-25 17:16:07 +02:00
parent a7f83168ef
commit abf9884f1c
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@@ -1,8 +1,9 @@
ncmpcpp-0.6 (2014-??-??)
ncmpcpp-0.6 (2014-10-25)
* Feature 'locate song' no more has a chance to crash the program.
* Following lyrics of current song now works properly with consume mode active.
* Deletion of empty playlists in playlist editor now works properly.
* Toggling consume mode with crossfade mode active displays proper info.
* Support for regular expressions works properly now.
ncmpcpp-0.6_beta5 (2014-10-04)

View File

@@ -1,7 +1,7 @@
AC_INIT(configure.ac)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.6_beta5)
AM_INIT_AUTOMAKE(ncmpcpp, 0.6)
AC_PREREQ(2.59)