update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2011-04-21 02:31:02 +02:00
parent a9a40e77e7
commit 0b47c340b1
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@@ -1,3 +1,12 @@
ncmpcpp-0.5.7
* convert input path to utf8 before calling 'add' command
* extras: add program that copies Artist to AlbumArtist for mp3/ogg/flac files
* lyrics fetcher: add support for lyricsvip.com
* lyrics fetcher: skip lyricwiki if there's licence restriction on lyrics
* tag editor: do not convert filenames back to utf8 while reading files using taglib
* search engine: fix error occuring while trying to select first album in results
ncmpcpp-0.5.6
* settings: make displaying 'empty tag' entry optional

View File

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