- Task was preventing removal of due date from any task that had a due date,
  which is wrong.  It should be any task with a recur: value and a due date
  (thanks to John Florian).
This commit is contained in:
Paul Beckingham 2010-02-05 18:34:12 -05:00
parent 73d6e05c0e
commit 5567b04277
3 changed files with 17 additions and 2 deletions

View file

@ -77,6 +77,9 @@
epoch numbers instead of dates (thanks to Cory Donnelly).
+ Fixed bug #369 which prevented the config command from setting quoted or
unquoted multi-word values (thanks to Richard Querin).
+ Fixed bug #370 which prevented the removal of a due date from a task,
mis-identifying the task as recurring just because it had a due date
(thanks to John Florian).
------ old releases ------------------------------