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