update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2009-10-03 19:22:30 +02:00
parent 00fde3c266
commit c031675f56
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@@ -1,3 +1,12 @@
ncmpcpp-0.4.1
+ support for writing performer, composer and disc tags into ogg and flac files
+ support for custom prefix/suffix of now playing song
+ support for system charset encoding autodetection
+ support for underlined text
+ optimizations and bugfixes
ncmpcpp-0.4 ncmpcpp-0.4
+ new screen: music visualizer with sound wave/frequency spectrum modes + new screen: music visualizer with sound wave/frequency spectrum modes

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.4.1_pre) AM_INIT_AUTOMAKE(ncmpcpp, 0.4.1)
AC_PREREQ(2.59) AC_PREREQ(2.59)