From 0291e4c72e7d1cfc5a744504149fbaf01db16d1a Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 9 Jun 2009 08:56:59 +0200 Subject: [PATCH] Changed some more references from beckingham.net to taskwarrior.org --- ChangeLog | 4 ++-- DEVELOPERS | 2 +- src/command.cpp | 2 +- src/task.cpp | 5 ++--- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index b28939e8e..6a531a57c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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). diff --git a/DEVELOPERS b/DEVELOPERS index 6351d0819..b9e372e3f 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -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 diff --git a/src/command.cpp b/src/command.cpp index 471fc371c..5a86ed944 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -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."); diff --git a/src/task.cpp b/src/task.cpp index 52976e24f..e39038956 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -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;