- Fixed bug causing seg faults for Ubuntu users.

This commit is contained in:
Paul Beckingham 2008-06-21 16:38:01 -04:00
parent 61acf6239c
commit ceaba87ba3
5 changed files with 24 additions and 18 deletions

View file

@ -48,10 +48,12 @@
</p>
<ul>
<li>Fixed bug where "showage" configuration variable was not being
oberved by the "task long" report
<li>New configuration variable "defaultwidth" determines the width
of windows in the absense of ncurses support
<li>Fixed bug where "showage" configuration variable was not being
oberved by the "task long" report
<li>Fixed bug causing segmentation faults (mostly for Ubuntu users)
when various commands are run
</ul>
<p>

View file

@ -27,14 +27,15 @@
<h2 class="title">Segmentation Fault for certain commands</h2>
<div class="content">
<p>
Task 1.3.0 and earlier has been generating segmentation faults
after upgrading to a new version of task. This is mostly
occurring for Ubuntu users.
Upgrading task to version 1.1.0, 1.2.0 and 1.3.0 can cause
segmentation faults. This is mostly occurring for Ubuntu users,
although there is no reason for it to be limited to Ubuntu.
</p>
<p>
While a fix is being worked on, there is a workaround.
Add the following line to your ~/.taskrc file:
Task 1.3.1 fixes this bug, but there is a workaround for users
of earlier versions. Add the following line to your ~/.taskrc
file:
</p>
<code><pre>dateformat=m/d/Y</pre></code>