update NEWS / version bump

This commit is contained in:
Andrzej Rybczak
2008-12-05 12:08:01 +01:00
parent cbe267abec
commit 68ffd9ffe2
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@@ -1,3 +1,12 @@
ncmpcpp-0.2.5
+ support for unix domain sockets
+ support for adding to playlist files outside mpd music directory (requires mpd >= 0.14_alpha*)
+ support for browsing local directories tree (requires mpd >= 0.14_alpha*)
+ support for searching in current playlist
+ many bugfixes
ncmpcpp-0.2.4
+ fixed bug with not null terminated strings on mac os x

View File

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