mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Cleaned up visible copyright.
- Added a "what's new" list to task.html
This commit is contained in:
parent
95c3f78c68
commit
73286e8662
3 changed files with 33 additions and 15 deletions
25
ChangeLog
25
ChangeLog
|
@ -1,24 +1,23 @@
|
||||||
Version numbers are of the form:
|
Version numbers are of the form:
|
||||||
|
|
||||||
1.2.3
|
x.y.z
|
||||||
|
|
||||||
where the 1 represents a major version number, or architecture. The 2
|
where the x represents a major version number, or architecture. The y
|
||||||
represents a feature release, and the 3 represents patch.
|
represents a feature release, and the z represents a patch.
|
||||||
|
|
||||||
|
1.2.0 (?)
|
||||||
|
|
||||||
1.1.0 (?)
|
|
||||||
- Command line specification of alternate .taskrc file
|
- 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 -----------------------------------
|
------ 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)
|
1.0.1 (6/4/2008)
|
||||||
+ Bug: UUID generator not properly terminating string.
|
+ Bug: UUID generator not properly terminating string.
|
||||||
+ Bug: srandom/srand not called prior to UUID generation.
|
+ Bug: srandom/srand not called prior to UUID generation.
|
||||||
|
|
|
@ -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
|
<< std::endl
|
||||||
<< PACKAGE
|
<< PACKAGE
|
||||||
<< " "
|
<< " "
|
||||||
|
|
21
task.html
21
task.html
|
@ -169,10 +169,23 @@ a img { border: none; padding: 0; margin: 0; }
|
||||||
Download the latest task source code
|
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>
|
<a href="http://www.beckingham.net/task-1.1.0.tar.gz">task-1.1.0.tar.gz</a>
|
||||||
(6/7/2008).
|
(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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Task has been built and tested on the following configurations:
|
Task has been built and tested in the following environments:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -184,6 +197,12 @@ a img { border: none; padding: 0; margin: 0; }
|
||||||
<li>Solaris 10
|
<li>Solaris 10
|
||||||
<li>Cygwin 1.5.25-14
|
<li>Cygwin 1.5.25-14
|
||||||
</ul>
|
</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>
|
</div>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue