diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2009-01-22 17:26:16 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2009-01-22 17:26:16 +0100 |
commit | b3824b2f563be97a6aa44137a58e3279586df9c0 (patch) | |
tree | fab9039f6050ba54adcc3ecf43be1586fa0eec78 | |
parent | a0c00d4bbafbcffe95eddde2321fec0749dc17d2 (diff) |
update NEWS / version bump0.3
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -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 diff --git a/configure.in b/configure.in index c0fbf80b..af982343 100644 --- a/configure.in +++ b/configure.in @@ -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) |