mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Added "#include <string.h>" to task.cpp to ensure clean build under GCC 4.3
This commit is contained in:
parent
fb87039d8c
commit
ec15dc9342
4 changed files with 8 additions and 1 deletions
|
@ -25,6 +25,8 @@ represents a feature release, and the Z represents a patch.
|
|||
whenever task is invoked with no arguments.
|
||||
+ Bug: Now properly supports relative dates in filters (task list due:eom,
|
||||
task list due:tomorrow, task list due:23rd ...)
|
||||
+ Bug: Source now properly includes <string.h> in order to build clean
|
||||
using gcc 4.3.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue