change version to 0.6.1
This commit is contained in:
3
NEWS
3
NEWS
@@ -1,10 +1,11 @@
|
|||||||
ncmpcpp-0.6.1 (????-??-??)
|
ncmpcpp-0.6.1 (2014-11-06)
|
||||||
|
|
||||||
* Comment tag is now properly written to mp3 files.
|
* Comment tag is now properly written to mp3 files.
|
||||||
* Only ID3v2.4 tags are now saved to mp3 files.
|
* Only ID3v2.4 tags are now saved to mp3 files.
|
||||||
* Mouse scrolling with newer ncurses API now works properly.
|
* 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 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.
|
* 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)
|
ncmpcpp-0.6 (2014-10-25)
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
AC_INIT(configure.ac)
|
AC_INIT(configure.ac)
|
||||||
|
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AM_INIT_AUTOMAKE(ncmpcpp, 0.6.1_pre)
|
AM_INIT_AUTOMAKE(ncmpcpp, 0.6.1)
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user