change version to 0.6.1

This commit is contained in:
Andrzej Rybczak
2014-11-06 19:21:21 +01:00
parent d958e94d75
commit a32a4262b8
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@@ -1,10 +1,11 @@
ncmpcpp-0.6.1 (????-??-??)
ncmpcpp-0.6.1 (2014-11-06)
* Comment tag is now properly written to mp3 files.
* Only ID3v2.4 tags are now saved to mp3 files.
* Mouse scrolling with newer ncurses API now works properly.
* Adding songs from an album in media library now works properly with fetch delay.
* Adding songs from a playlist in playlist editor now works properly with fetch delay.
* Trying to fetch lyrics from an empty list doesn't crash the application anymore.
ncmpcpp-0.6 (2014-10-25)

View File

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