Bug Fix - #368 Recur until date in task info table displays epoch seconds

- Fixed bug.
- Added unit tests to prevent recurrence.
This commit is contained in:
Paul Beckingham 2010-01-28 09:53:26 -05:00
parent c37f36510a
commit 47f5a45e47
3 changed files with 75 additions and 1 deletions

View file

@ -73,6 +73,8 @@
+ Fixed bug #299 which prevented excluding multiple projects from a report,
by using "task list project.isnt:foo project.isnt:bar" (thanks to John
Florian).
+ Fixed bug #368 which caused recurring tasks 'until' dates to be rendered as
epoch numbers instead of dates (thanks to Cory Donnelly).
------ old releases ------------------------------