Version
- Bumbed version from 2.0.1 to 2.1.0, reflecting the size of the new features.
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -145,4 +145,5 @@ suggestions:
|
|||||||
Hyde Stevenson
|
Hyde Stevenson
|
||||||
Martin U
|
Martin U
|
||||||
Christoph Lange
|
Christoph Lange
|
||||||
|
Stephen Hay
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ include (CheckFunctionExists)
|
|||||||
set (HAVE_CMAKE true)
|
set (HAVE_CMAKE true)
|
||||||
|
|
||||||
project (task)
|
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_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")
|
SET (TASK_MAN5DIR share/man/man5 CACHE STRING "Installation directory for man pages, section 5")
|
||||||
|
|||||||
@@ -82,9 +82,9 @@ Bugs
|
|||||||
+ Fixed bug #990, which prevents color precedence to be applied correctly for
|
+ Fixed bug #990, which prevents color precedence to be applied correctly for
|
||||||
tagged tasks.
|
tagged tasks.
|
||||||
+ Fixed bug #1001, which caused a segv (thanks to Bryce Harrington).
|
+ 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
|
+ Fixed bug #945, #1006, #1024, which caused words like the German 'im' and
|
||||||
a description to be expanded into 'imask' and 'description' (thanks to
|
'des' in a description to be expanded into 'imask' and 'description' (thanks
|
||||||
Louis-Claude Canon and Martin U).
|
to Louis-Claude Canon, Stephen Hay and Martin U).
|
||||||
+ Fixed bug #1008, which failed to remove tasks with the special tag '+nocal'
|
+ 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
|
from the calendar report output with 'calendar.details=full' set (thanks to
|
||||||
Bryan Kam).
|
Bryan Kam).
|
||||||
|
|||||||
Reference in New Issue
Block a user