mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Bug 555
- 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:
parent
d3303f6a98
commit
94480c23d2
4 changed files with 64 additions and 1 deletions
|
@ -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 ------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue