From 6a3b13dbfcf423c0c8853ea6c04b52f8d1bfdbd8 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 2 Jan 2015 00:01:32 -0500 Subject: [PATCH] Documentation - Initial project version doc updates. --- DEVELOPER | 9 ++++----- EXPOSITION | 2 +- NEWS | 14 +++++++++++++- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/DEVELOPER b/DEVELOPER index 33a1a113a..c250a37e6 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -3,7 +3,7 @@ How to Build Taskwarrior Obtain and build code: $ git clone https://git.tasktools.org/scm/tm/task.git task.git $ cd task.git - $ git checkout 2.4.0 # Latest dev branch + $ git checkout 2.4.1 # Latest dev branch $ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither. $ make VERBOSE=1 # Shows details @@ -183,10 +183,9 @@ Current Codebase Condition 'master' branch: - 2.3.0 Current release, locked. - '2.4.0' branch: - - Current development branch with new command line parser, expressions, - and heading for beta soon. + '2.4.1' branch: + - Current development branch no plans yet. --- -2014-10-12 Updated for 2.4.0 +2015-01-01 Updated for 2.4.1 diff --git a/EXPOSITION b/EXPOSITION index 55ef9cf11..024da5137 100644 --- a/EXPOSITION +++ b/EXPOSITION @@ -24,7 +24,7 @@ Command Line Parsing determines whether subsequent arguments are interpreted as part of a filter or set of modifications. - The Parser object is fed command line arguments, then through a succession of + The CLI object is fed command line arguments, then through a succession of calls builds and annotates a parse tree. To help with this, the Lexer is used to break up strings into tokens. diff --git a/NEWS b/NEWS index af62489ab..92d3fd9cf 100644 --- a/NEWS +++ b/NEWS @@ -1,19 +1,31 @@ New Features in taskwarrior 2.4.1 + - + New commands in taskwarrior 2.4.1 + - + New configuration options in taskwarrior 2.4.1 + - + Newly deprecated features in taskwarrior 2.4.1 + - + Removed features in 2.4.1 + - + Known Issues + - None + Taskwarrior has been built and tested on the following configurations: - * OS X 10.10 Yosemite, 10.9 Mavericks + * OS X 10.10 Yosemite * Fedora 20 Heisenbug * Ubuntu 14.04 Trusty Tahr * Debian 7.0 Wheezy (stable)