- Fixed bug that accepted a recurrence duration of '7' as '7secs' instead
  of the intended '7days'.  It is now an error to omit the units.  Thanks to
  Vlad Zhivotnev, Stanley G.
- Modified unit tests to avoid a different error.
This commit is contained in:
Paul Beckingham
2012-07-08 14:21:16 -04:00
parent c4a61566af
commit 99b0c5568a
5 changed files with 27 additions and 16 deletions

View File

@@ -44,6 +44,8 @@ Bugs
+ Fixed bug #964, where the 'projects' command showed the wrong priority labels
(thanks to Ali Mousavi).
+ Fixed bug #968, a typo in the 'edit' command text (thanks to Victor Roetman).
+ Fixed bug #972, #1018, which caused a recurrence of "7" to be interpreted as
"7secs", instead of generating an error (thanks to Vlad Zhivotnev, Stanley G).
+ Fixed bug #973, including 'urgency' in the 'export' output (thanks to Andy
Spiegl).
+ Fixed bug #986, so that the 'info' report uses the correct date format, also