From 8dc8cdeea75f0ac7490786907222a4676381b1bb Mon Sep 17 00:00:00 2001
From: Paul Beckingham
Date: Sat, 21 Jun 2008 15:28:36 -0400
Subject: [PATCH] - Updated docs
---
ChangeLog | 8 +++++---
troubleshooting.html | 16 +++++-----------
2 files changed, 10 insertions(+), 14 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1ec68f56c..38b210058 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,16 @@
Version numbers are of the form:
- x.y.z
+ X.Y.Z
-where the x represents a major version number, or architecture. The y
-represents a feature release, and the z represents a patch.
+where the X represents a major version number, or architecture. The Y
+represents a feature release, and the Z represents a patch.
------ plans -------------------------------------
- Configurable columns in reports
- Dependencies
+- Recurring tasks
+
1.3.1 (?)
+ Bug: "showage" configuration variable should apply to all reports, not
diff --git a/troubleshooting.html b/troubleshooting.html
index 0b1e636d8..1cd2977a9 100644
--- a/troubleshooting.html
+++ b/troubleshooting.html
@@ -33,20 +33,14 @@
- While a fix is being worked on, here is a workaround:
+ While a fix is being worked on, there is a workaround.
+ Add the following line to your ~/.taskrc file:
- % cd
-% mv .task .task_backup
-% mv .taskrc .taskrc_backup
-% task version
-(task will recreate .taskrc and .task)
-% rm -r .task
-% mv .task_backup .task
+ dateformat=m/d/Y
-
- Please be careful with that "rm -r .task" command - it is all too
- easy to make a mistake and delete something important.
+
+ The "dateformat" setting is supported in task 1.1.0 and later.