public
Description: A command line GTD application for managing text todo lists.
Homepage: http://taskwarrior.org
Clone URL: git://github.com/pbeckingham/task.git
Click here to lend your support to: task and make a donation at www.pledgie.com !
task / NEWS
100644 43 lines (32 sloc) 1.415 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Welcome to Task 1.8.0.
 
Task has been built and tested on the following configurations:
 
  - OS X 10.4 Tiger
  - OS X 10.5 Leopard
  - Fedora Core 8
  - Fedora Core 9
  - Fedora Core 10
  - Ubuntu 7 Feisty Fawn
  - Ubuntu 8 Hardy Heron
  - Ubuntu 8.10 Intrepid Ibex
  - Ubuntu 9.04 Jaunty Jackalope
  - Arch Linux
  - Slackware 12.2
  - Solaris 8
  - Solaris 10
  - Cygwin 1.5.25-14
 
While Task has undergone testing, bugs are sure to remain. If you encounter a
bug, please contact me at task@beckingham.net. Here is what you could do, in
order of increasing effort (to you) and usefulness (to me):
 
  - Do nothing. Bug probably won't get fixed.
 
  - Send an email to task@beckingham.net, explaining what you saw. The bug
    will be addressed, and a new release will be made. You will be a hero.
 
  - Send an email, and a reproducible test case in the form of the few commands
    it takes to recreate the problem. The bug will be addressed, and a new
    release will be made. You will be a hero.
 
  - If you are a developer, send a patch that fixes the problem. Your patch
    will be applied and tested, and a new release will be made. You will be a
    hero.
 
  - Another option involves using Github's issue tracker, which can be found
    at http://github.com/pbeckingham/task/issues which has the advantage that
    everyone gets to see and track the issue. You will still be a hero.
 
Thank you.