From 32ba4594dfe52d6be07057fc8f5598b1580de3b9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 14 Aug 2015 09:09:24 -0400 Subject: [PATCH] Documentation: Updated docs --- DEVELOPER | 10 +++++----- NEWS | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DEVELOPER b/DEVELOPER index 1c5a57c5a..05b395aeb 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -1,8 +1,8 @@ How to Build Taskwarrior Satisfy the Requirements: - - gcc 4.7 or later, clang 3.3 or later or equivalent. This is because 2.4.4 - will be utilizing C++11. + - gcc 4.7 or later, clang 3.3 or later or equivalent. This is because C++11 + is now used. - libuuid - gnutls (optional) - python 2.7 or 3 (optional, for running the test suite) @@ -92,7 +92,7 @@ General Statement - Spread the word. Help others become more effective at managing tasks. - Encouragement. Tell us what works for you, and what doesn't. Tell us about - your methodology for managing tasks. It's all good. + your methodology for managing tasks. It's all useful information. - Request a feature. This not only tells us that you think something is missing from the software, but gives us insights into how you use it. @@ -134,7 +134,7 @@ Unit Tests Needed these kind of tests be extensive and thorough, because the software depends on this code the most. - The tests are written in Python, and all use TAP. + The tests are written in Python, Bash and C++, and all use TAP. Tests needed: @@ -165,4 +165,4 @@ Current Codebase Condition --- -2015-07-24 Updated for 2.4.5 +2015-08-14 Updated for 2.4.5 diff --git a/NEWS b/NEWS index c053ad9bf..ef49d618d 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ New Features in Taskwarrior 2.4.5 - The active context, if one is set, is now identified in "task context list" - - It is an error to attempt and add or remove of a virtual tag. + - It is an error to attempt adding or removing a virtual tag. - New 'UDA' and 'ORPHAN' virtual tags. New commands in Taskwarrior 2.4.5 @@ -33,7 +33,7 @@ Removed features in 2.4.5 that 'YYYYMMDD' is no longer supported, but 'YYYY-MM-DD' is. For times, 'hhmmss' is no longer supported, but 'hh:mm:ss' is. The non-enxtended forms all contain sequences of digits that make the identification of - IDs, UUIDs, and various date/time formats problematic. + IDs, UUIDs, and various date/time formats ambiguous. - Comma-separated UUID lists are no longer supported. - DOM references may no longer be abbreviated.