mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Changed some more references from beckingham.net to taskwarrior.org
This commit is contained in:
parent
6e27feb8a3
commit
0291e4c72e
4 changed files with 6 additions and 7 deletions
|
@ -6,6 +6,8 @@
|
|||
+ Took the opportunity of a patch release to update the various email
|
||||
addresses and URLs in the various documents.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.7.0 (5/14/2009)
|
||||
+ Improved the errors when parsing a corrupt or unrecognized pending.data
|
||||
or completed.data file (thanks to T. Charles Yun).
|
||||
|
@ -44,8 +46,6 @@
|
|||
variable, $VISUAL or $EDITOR environment variable) and allows direct
|
||||
editing of all editable task details.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.6.1 (4/24/2009) 1b6faf57c998617024d0348a87b941a5d2ab2249
|
||||
+ Fixed bug that caused new, first-time .taskrc files to be written without
|
||||
including the custom report labels (thanks to P.C. Shyamshankar).
|
||||
|
|
|
@ -18,5 +18,5 @@ included.
|
|||
color.cpp Color support functions.
|
||||
rules.cpp Auto-colorization rules.
|
||||
|
||||
Please send bugs, patches to task@beckingham.net
|
||||
Please send bugs, patches to support@taskwarrior.org
|
||||
|
||||
|
|
|
@ -290,7 +290,7 @@ std::string handleVersion (Config& conf)
|
|||
link.setColumnWidth (0, Table::flexible);
|
||||
link.setColumnJustification (0, Table::left);
|
||||
link.addCell (link.addRow (), 0,
|
||||
"See http://www.beckingham.net/task.html for the latest releases and a "
|
||||
"See http://taskwarrior.org for the latest releases and a "
|
||||
"full tutorial. New releases containing fixes and enhancements are "
|
||||
"made frequently.");
|
||||
|
||||
|
|
|
@ -224,10 +224,9 @@ static std::string shortUsage (Config& conf)
|
|||
|
||||
out << table.render ()
|
||||
<< std::endl
|
||||
<< "See http://www.beckingham.net/task.html for the latest releases and a "
|
||||
<< "See http://taskwarrior.org for the latest releases and a "
|
||||
<< "full tutorial. New releases containing fixes and enhancements are "
|
||||
<< "made frequently. Join in the discussion of task, present and future, "
|
||||
<< "at http://groups.google.com/group/taskprogram"
|
||||
<< "made frequently. Join in the discussion of task, present and future."
|
||||
<< std::endl
|
||||
<< std::endl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue