change version to 0.6.1

master
Andrzej Rybczak 12 years ago
parent d958e94d75
commit a32a4262b8
  1. 3
      NEWS
  2. 2
      configure.ac

@ -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)

@ -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)

Loading…
Cancel
Save