Release 1.9.0

- Bumped version number to 1.9.0
- Added release date to ChangeLog
- Included Debian in NEWS
This commit is contained in:
Federico Hernandez 2010-02-22 09:46:01 +01:00
parent adf07a9af0
commit dd758f8b33
4 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
------ current release --------------------------- ------ current release ---------------------------
1.9.0 () 1.9.0 (2/22/2010)
+ Added feature #283 that makes it possible to control the verbosity + Added feature #283 that makes it possible to control the verbosity
of the output of annotations. of the output of annotations.
+ Added feature #254 (#295) which gives task a second date format to be + Added feature #254 (#295) which gives task a second date format to be

2
NEWS
View file

@ -15,6 +15,7 @@ New Features in task 1.9
task list project.not:foo project.not:bar task list project.not:foo project.not:bar
- Ability to do case-sensitive or case-insensitive search for keywords, and - Ability to do case-sensitive or case-insensitive search for keywords, and
substitutions in the description and annotations. 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 Please refer to the ChangeLog file for full details. There are too many to
list here. 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 * OS X 10.6 Snow Leopard and 10.5 Leopard
* Fedora 12 Constantine and 11 Leonidas * Fedora 12 Constantine and 11 Leonidas
* Ubuntu 9.10 Karmic Koala and 9.04 Jaunty Jackalope * Ubuntu 9.10 Karmic Koala and 9.04 Jaunty Jackalope
* Debian Sid
* Slackware 12.2 * Slackware 12.2
* Arch Linux * Arch Linux
* Gentoo Linux * Gentoo Linux

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61) 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. # Source type.

View file

@ -234,7 +234,7 @@ be included.
To get a good idea of what a color theme looks like, try adding this entry to To get a good idea of what a color theme looks like, try adding this entry to
your .taskrc file: 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. Better yet, create your own, and share it.