From ec15dc93425ff573c1a8b1733787567105af9073 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 12 Sep 2008 16:22:51 -0400 Subject: [PATCH] - Added "#include " to task.cpp to ensure clean build under GCC 4.3 --- AUTHORS | 2 +- ChangeLog | 2 ++ html/task.html | 4 ++++ src/task.cpp | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 90e803dcb..d045cad9b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,6 +4,7 @@ Principal Author: Contributing Authors: Damian Glenny Andy Lester + H. İbrahim Güngör With thanks to: Eugene Kramer @@ -13,7 +14,6 @@ With thanks to: Thomas Engel Nishiishii galvanizd - H. İbrahim Güngör Stas Antons Vincent Fleuranceau T. Charles Yun diff --git a/ChangeLog b/ChangeLog index 78b5b5996..48dc2987c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 in order to build clean + using gcc 4.3. ------ old releases ------------------------------ diff --git a/html/task.html b/html/task.html index 6ada83b3c..c33898471 100644 --- a/html/task.html +++ b/html/task.html @@ -81,6 +81,7 @@ Mac OS X 10.5 (Leopard) Intel-only: task-1.4.2.pkg +

New in version 1.4.2 (9/12/2008)

@@ -110,6 +112,8 @@
  • Fixed bug so that relative dates in filters (task list due:eom, task list due:tomorrow, task list due:23rd ...) are now properly supported. +
  • Fixed bug so that source now properly includes <string.h> in + order to build clean using gcc 4.3.

    diff --git a/src/task.cpp b/src/task.cpp index 9fbcf84f7..29951dee3 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include