From 73286e86628725b346db2a25fbcd4bd68efb9b3a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 7 Jun 2008 23:29:32 -0400 Subject: [PATCH] - Cleaned up visible copyright. - Added a "what's new" list to task.html --- ChangeLog | 25 ++++++++++++------------- src/task.cpp | 2 +- task.html | 21 ++++++++++++++++++++- 3 files changed, 33 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0da989ddb..af24f29b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,24 +1,23 @@ Version numbers are of the form: - 1.2.3 + x.y.z -where the 1 represents a major version number, or architecture. The 2 -represents a feature release, and the 3 represents patch. +where the x represents a major version number, or architecture. The y +represents a feature release, and the z represents a patch. - - -1.1.0 (?) +1.2.0 (?) - Command line specification of alternate .taskrc file - + "blanklines" configuration to stop displaying unnecessary white - space and thus work better on small-screen devices - + Better formatting of "task tags" output - + http://www.beckingham.net/task.html home page set up - + "dateformat" configuration now determines how dates are formatted - -1.0.2 (?) ------ reality ----------------------------------- +1.1.0 (6/7/2008) + + "blanklines" configuration to stop displaying unnecessary white + space and thus work better on small-screen devices + + "dateformat" configuration now determines how dates are formatted + + Better formatting of "task tags" output + + http://www.beckingham.net/task.html home page set up + + Added tags to the "task long" report + 1.0.1 (6/4/2008) + Bug: UUID generator not properly terminating string. + Bug: srandom/srand not called prior to UUID generation. diff --git a/src/task.cpp b/src/task.cpp index bc76b315d..9039ddadc 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -2264,7 +2264,7 @@ void handleVersion (Config& conf) } } - std::cout << "Copyright (C) 2006 - 2008 Paul Beckingham." + std::cout << "Copyright (C) 2006 - 2008 P. Beckingham." << std::endl << PACKAGE << " " diff --git a/task.html b/task.html index 513c03217..cd585d174 100644 --- a/task.html +++ b/task.html @@ -169,10 +169,23 @@ a img { border: none; padding: 0; margin: 0; } Download the latest task source code task-1.1.0.tar.gz (6/7/2008). + + New in version 1.1.0: +

+ + +

- Task has been built and tested on the following configurations: + Task has been built and tested in the following environments:

+ +

+ If you have difficulties building task, have found a bug, have a + suggestion for improvement, or a feature request, please send mail to + task@beckingham.net. +