update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2010-04-04 10:08:53 +02:00
parent 1e5d093b51
commit 4ea5594974
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@@ -1,3 +1,11 @@
ncmpcpp-0.5.3
* new feature: new movement keys: {Up,Down}{Album,Artist}
* new feature: make displaying volume level in statusbar optional
* new feature: jump from browser to playlist editor
* bugfixes
ncmpcpp-0.5.2 ncmpcpp-0.5.2
+ bugfixes + bugfixes

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