update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2011-10-11 21:27:41 +02:00
parent 2896351376
commit a7bb07d9a1
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@@ -1,3 +1,10 @@
ncmpcpp-0.5.8
* lyrics fetcher: add support for justsomelyrics.com
* add command line switch -s/--screen for switching screen at startup
* add proper support for asx/cue/m3u/pls/xspf playlists
* bugfixes
ncmpcpp-0.5.7 ncmpcpp-0.5.7
* convert input path to utf8 before calling 'add' command * convert input path to utf8 before calling 'add' command

View File

@@ -1,7 +1,7 @@
AC_INIT(configure.in) AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.5.8_pre) AM_INIT_AUTOMAKE(ncmpcpp, 0.5.8)
AC_PREREQ(2.59) AC_PREREQ(2.59)