From d732c855375deffbf093e88a3eb0084e14360af9 Mon Sep 17 00:00:00 2001 From: unK Date: Sun, 12 Oct 2008 18:16:03 +0200 Subject: [PATCH] fix typo, update NEWS & version bump --- NEWS | 15 +++++++++++++++ configure.in | 2 +- src/helpers.cpp | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4ad4930b..5345d12d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +ncmpcpp-0.2.4 + + + fixed bug with not null terminated strings on mac os x + + support for renaming files in tiny tag editor + + support for editing composer, performer and disc tag in mp3 files + + support for user defined base seek time + + support for user defined tag type in left column of media library + + support for user defined display format in album column of media library + + support for basic mpc commands and command line arguments + + adding items to playlist can be done like in ncmpc + + fetching lyrics and artist's info doesn't lock ncmpcpp anymore + + changed place of storing config files + + list of recently used patterns in tag editor is now remembered + + ncmpcpp-0.2.3 + new screen - complex tag editor (with albums/directories view) diff --git a/configure.in b/configure.in index 1adbfbbc..67c3cc74 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.4_pre) +AM_INIT_AUTOMAKE(ncmpcpp, 0.2.4) AC_PREREQ(2.59) diff --git a/src/helpers.cpp b/src/helpers.cpp index e7c83183..5246c548 100644 --- a/src/helpers.cpp +++ b/src/helpers.cpp @@ -77,7 +77,7 @@ bool ParseArgv(vector &v) if (*it == "-v" || *it == "--version") { cout << "ncmpcpp version: " << VERSION << endl - << "build with support for:" + << "built with support for:" # ifdef HAVE_CURL_CURL_H << " curl" # endif