update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2009-04-02 22:57:15 +02:00
parent 519a36872a
commit 6b3b0413ad
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@@ -1,3 +1,13 @@
ncmpcpp-0.3.3
+ new feature: cyclic scrolling
+ support for single mode (requires >=mpd-0.15_alpha*)
+ support for consume mode (requires >=mpd-0.15_alpha*)
+ support for pdcurses library
+ support for WIN32
+ improvements and bugfixes
ncmpcpp-0.3.2 ncmpcpp-0.3.2
+ new feature: locate currently playing song in browser + new feature: locate currently playing song in browser

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