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:
@@ -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
|
||||
|
||||
2
NEWS
2
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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user