From d8b0b0f59481c13bc7984ebd96115dbfcc68485c Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 4 Jul 2012 17:19:39 -0400 Subject: [PATCH] Version - Bumbed version from 2.0.1 to 2.1.0, reflecting the size of the new features. --- AUTHORS | 1 + CMakeLists.txt | 2 +- ChangeLog | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index c01b5ad6e..9b7200351 100644 --- a/AUTHORS +++ b/AUTHORS @@ -145,4 +145,5 @@ suggestions: Hyde Stevenson Martin U Christoph Lange + Stephen Hay diff --git a/CMakeLists.txt b/CMakeLists.txt index 95ff7d153..913a55800 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include (CheckFunctionExists) set (HAVE_CMAKE true) project (task) -set (PROJECT_VERSION "2.0.1") +set (PROJECT_VERSION "2.1.0") SET (TASK_MAN1DIR share/man/man1 CACHE STRING "Installation directory for man pages, section 1") SET (TASK_MAN5DIR share/man/man5 CACHE STRING "Installation directory for man pages, section 5") diff --git a/ChangeLog b/ChangeLog index 6dc47712f..33204f66a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -82,9 +82,9 @@ Bugs + Fixed bug #990, which prevents color precedence to be applied correctly for tagged tasks. + Fixed bug #1001, which caused a segv (thanks to Bryce Harrington). - + Fixed bug #1006, #1024, which caused words like the German 'im' and 'des' in - a description to be expanded into 'imask' and 'description' (thanks to - Louis-Claude Canon and Martin U). + + Fixed bug #945, #1006, #1024, which caused words like the German 'im' and + 'des' in a description to be expanded into 'imask' and 'description' (thanks + to Louis-Claude Canon, Stephen Hay and Martin U). + Fixed bug #1008, which failed to remove tasks with the special tag '+nocal' from the calendar report output with 'calendar.details=full' set (thanks to Bryan Kam).