- Fixed #555 that caused a segfault when 'log' was used with a project,
  because the onProjectChange code assumes the files are still open, and
  they were not.  Checked all other commands for similar problem.
- Added Itay Perl to the AUTHORS file.
- Added unit test.
This commit is contained in:
Paul Beckingham 2010-11-20 09:48:19 -05:00
parent d3303f6a98
commit 94480c23d2
4 changed files with 64 additions and 1 deletions

View file

@ -10,6 +10,8 @@
+ Fixed bug #538, where some color legend items were not readable.
+ Fixed bug #539, where the man page task-color(5) contained a line that
began with a ' and was not displayed.
+ Fixed bug #555, which caused a segfault when logging a task with a project
(thanks to Itay Perl).
------ old releases ------------------------------