From 44ca388b528587ecbcc857bf459e69c72becbc4f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 21 Jun 2008 17:15:14 -0400 Subject: [PATCH] - Updated for 1.3.1 release. --- ChangeLog | 4 +++- html/task.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 42512909f..4914190e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,7 +19,9 @@ represents a feature release, and the Z represents a patch. just the ones based on "list" + Bug: Fixed segmentation faults on Ubuntu when the "dateformat" configuration variables was missing. This was a code bug, and should - have affected more platforms. + have affected more platforms + + Bug: Task now will recreate a missing ~/.taskrc file, OR a missing + ~/.task directory ------ reality ----------------------------------- diff --git a/html/task.html b/html/task.html index 653b0f719..f35cf260b 100644 --- a/html/task.html +++ b/html/task.html @@ -54,6 +54,8 @@ oberved by the "task long" report
  • Fixed bug causing segmentation faults (mostly for Ubuntu users) when various commands are run +
  • Fixed bug so that task now will recreate a missing ~/.taskrc file, + OR a missing ~/.task directory