Documentation: Updated docs

This commit is contained in:
Paul Beckingham 2015-08-14 09:09:24 -04:00
parent 14a8246e22
commit 32ba4594df
2 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
How to Build Taskwarrior How to Build Taskwarrior
Satisfy the Requirements: Satisfy the Requirements:
- gcc 4.7 or later, clang 3.3 or later or equivalent. This is because 2.4.4 - gcc 4.7 or later, clang 3.3 or later or equivalent. This is because C++11
will be utilizing C++11. is now used.
- libuuid - libuuid
- gnutls (optional) - gnutls (optional)
- python 2.7 or 3 (optional, for running the test suite) - 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. - 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 - 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 - 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. 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 these kind of tests be extensive and thorough, because the software depends
on this code the most. 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: 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

4
NEWS
View file

@ -2,7 +2,7 @@
New Features in Taskwarrior 2.4.5 New Features in Taskwarrior 2.4.5
- The active context, if one is set, is now identified in "task context list" - 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 'UDA' and 'ORPHAN' virtual tags.
New commands in Taskwarrior 2.4.5 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, 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 'hhmmss' is no longer supported, but 'hh:mm:ss' is. The non-enxtended
forms all contain sequences of digits that make the identification of 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. - Comma-separated UUID lists are no longer supported.
- DOM references may no longer be abbreviated. - DOM references may no longer be abbreviated.