update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2009-01-22 17:26:16 +01:00
parent a0c00d4bba
commit b3824b2f56
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@@ -1,3 +1,12 @@
ncmpcpp-0.3
+ general core rewrite
+ new screen - clock
+ support for asian wide characters
+ support for non-utf8 encodings
+ a lot of bugfixes
ncmpcpp-0.2.5
+ support for unix domain sockets

View File

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