- Cleaned up visible copyright.

- Added a "what's new" list to task.html
This commit is contained in:
Paul Beckingham 2008-06-07 23:29:32 -04:00
parent 95c3f78c68
commit 73286e8662
3 changed files with 33 additions and 15 deletions

View file

@ -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.

View file

@ -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
<< " "

View file

@ -169,10 +169,23 @@ a img { border: none; padding: 0; margin: 0; }
Download the latest task source code
<a href="http://www.beckingham.net/task-1.1.0.tar.gz">task-1.1.0.tar.gz</a>
(6/7/2008).
New in version 1.1.0:
</p>
<ul>
<li>"blanklines" configuration variable to stop displaying unnecessary
white space and thus work better on small-screen devices
<li>"dateformat" configuration now determines how dates are formatted
<li>Better formatting of "task tags" output
<li>This home page set up, with TUTORIAL
<li>Added tags to the "task long" report
</ul>
</p>
<p>
Task has been built and tested on the following configurations:
Task has been built and tested in the following environments:
</p>
<ul>
@ -184,6 +197,12 @@ a img { border: none; padding: 0; margin: 0; }
<li>Solaris 10
<li>Cygwin 1.5.25-14
</ul>
<p>
If you have difficulties building task, have found a bug, have a
suggestion for improvement, or a feature request, please send mail to
<a href="mailto:task@beckingham.net">task@beckingham.net</a>.
</p>
</div>
<br />