Updated Documentation

- Added 'beta' download section to main web page.
This commit is contained in:
Paul Beckingham 2009-03-09 02:53:44 -04:00
parent 28e997691f
commit 9e7844796b
2 changed files with 29 additions and 4 deletions

1
.gitignore vendored
View file

@ -10,3 +10,4 @@ stamp-h1
Makefile Makefile
configure configure
config.log config.log
www.xls

View file

@ -71,7 +71,7 @@
</p> </p>
<br /> <br />
<h2 class="title">Get the Latest Release</h2> <h2 class="title">Get the Latest Stable Release</h2>
<div class="content"> <div class="content">
<table> <table>
@ -116,18 +116,42 @@
<li>New algorithm for determining when the "nag" message is displayed. <li>New algorithm for determining when the "nag" message is displayed.
<li>Fixed bug where task hangs with a certain combination of recurring tasks <li>Fixed bug where task hangs with a certain combination of recurring tasks
and shadow files. and shadow files.
<li>Fixed bug with the task sort alogrithm, which led to an unstable sequence <li>Fixed bug with the task sort algorithm, which led to an unstable sequence
when there were only a handful of tasks. when there were only a handful of tasks.
<li>Performance enhanced by eliminating unnecessary sorting. <li>Performance enhanced by eliminating unnecessary sorting.
<li>Task now has a large (and growing) test suite and bug regression tests <li>Task now has a large (and growing) test suite and bug regression tests
to help ensure higher quality releases. to help ensure higher quality releases.
<li>Fixed bug that caused performance hit during table rendering. <li>Fixed bug that caused large performance hit during table rendering.
</ul> </ul>
<p> <p>
(Find out <a href="versions.html">what was new in prior versions</a>) (Find out <a href="versions.html">what was new in prior versions</a>)
</p> </p>
<!--
<h2>Task 1.5.0 Beta</h2>
<p>
The next version of task is in beta. This means it is approaching the
end of the current development and testing cycle, and feedback from
a wider audience is needed to find the last bugs. If you would like
to help test the next release of task, download the beta source below
and install in the usual manner.
</p>
<p>
Please note that beta software may contain significant bugs. If you
use this beta release, you should first backup your existing task
data files.
</p>
<p>
Refer to the ChangeLog file for details regarding the various fixes
and enhancements.
</p>
<table>
<tr>
<td>Source:</td>
<td><a href="http://www.beckingham.net/task-1.5.0beta.tar.gz">task-1.5.0beta.tar.gz</a></td>
</tr>
</table>
-->
<h2>Troubleshooting</h2> <h2>Troubleshooting</h2>
<p> <p>
Task has been built from source and tested in the following environments: Task has been built from source and tested in the following environments: