Documentation

- Cleaned up a few old references.
This commit is contained in:
Paul Beckingham 2013-09-10 23:26:36 -04:00
parent f7a6d07d71
commit 1282d545d6
2 changed files with 6 additions and 2 deletions

View file

@ -125,6 +125,7 @@ Unit Tests Needed
code and run the test suite:
git clone git://tasktools.org:task.git
cd task.git
git checkout 2.3.0
cmake .
make
make test
@ -187,7 +188,10 @@ Current Codebase Condition
'2.3.0' branch:
- Current development branch with sync features, and new tasksh.
'2.4.0' branch:
- Command line parser rewrite.
---
2012-05-12 Added general statement about how to contribute.
2013-03-31 Updated branch info.
2013-09-09 Updated branch info.

View file

@ -156,7 +156,7 @@ Test Suite
many platforms. Code changes are automatically detected, propagated, built and
tested on a variety of participating platforms. Grid testing results are here:
http://tasktools.org/tinderbox/taskwarrior.html
http://tasktools.org/tinderbox/taskwarrior-2.3.0.html
When making code changes, it is important that the test suite be run to verify
that functionality was not broken.