update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2009-06-24 14:24:02 +02:00
parent c6926be931
commit 14576bb1fb
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@@ -1,3 +1,15 @@
ncmpcpp-0.3.5
+ new feature: custom command execution on song change
+ new feature: allow for physical files and directories deletion
+ new feature: add local directories recursively
+ new feature: add random songs to playlist
+ new feature: mouse support
+ new screen: outputs
+ text scrolling in header was made optional
+ some bugfixes
ncmpcpp-0.3.4
+ new feature: search in help, lyrics and info screen

View File

@@ -1,7 +1,7 @@
AC_INIT(configure.in)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(ncmpcpp, 0.3.5_pre)
AM_INIT_AUTOMAKE(ncmpcpp, 0.3.5)
AC_PREREQ(2.59)