From dd758f8b33de110a633e2ff3ebdac73232b8ff44 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Mon, 22 Feb 2010 09:46:01 +0100 Subject: [PATCH] Release 1.9.0 - Bumped version number to 1.9.0 - Added release date to ChangeLog - Included Debian in NEWS --- ChangeLog | 2 +- NEWS | 2 ++ configure.ac | 2 +- doc/man/task-color.5 | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 32d2644c9..ebc996eb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ ------ current release --------------------------- -1.9.0 () +1.9.0 (2/22/2010) + Added feature #283 that makes it possible to control the verbosity of the output of annotations. + Added feature #254 (#295) which gives task a second date format to be diff --git a/NEWS b/NEWS index fd29ff66f..4ed6be80d 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ New Features in task 1.9 task list project.not:foo project.not:bar - Ability to do case-sensitive or case-insensitive search for keywords, and substitutions in the description and annotations. + - Task is now part of Debian Please refer to the ChangeLog file for full details. There are too many to list here. @@ -24,6 +25,7 @@ Task has been built and tested on the following configurations: * OS X 10.6 Snow Leopard and 10.5 Leopard * Fedora 12 Constantine and 11 Leonidas * Ubuntu 9.10 Karmic Koala and 9.04 Jaunty Jackalope + * Debian Sid * Slackware 12.2 * Arch Linux * Gentoo Linux diff --git a/configure.ac b/configure.ac index 59bed5a95..ed7b381fe 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(task, 1.9.0.beta3, support@taskwarrior.org) +AC_INIT(task, 1.9.0, support@taskwarrior.org) # Source type. diff --git a/doc/man/task-color.5 b/doc/man/task-color.5 index da4c899c7..65adf4817 100644 --- a/doc/man/task-color.5 +++ b/doc/man/task-color.5 @@ -234,7 +234,7 @@ be included. To get a good idea of what a color theme looks like, try adding this entry to your .taskrc file: - include /usr/local/share/doc/task-1.9.0/themes/dark-256.theme + include /usr/local/share/doc/task/themes/dark-256.theme Better yet, create your own, and share it.