mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bumped version number to 1.9.1
This commit is contained in:
parent
251f8e5704
commit
d082a6baad
7 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,10 @@
|
|||
|
||||
------ current release ---------------------------
|
||||
|
||||
1.9.1 ()
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.9.0 (2/22/2010) dd758f8b33de110a633e2ff3ebdac73232b8ff44
|
||||
+ Added feature #283 that makes it possible to control the verbosity
|
||||
of the output of annotations.
|
||||
|
@ -103,8 +107,6 @@
|
|||
+ Fixed bug #372 which incorrectly mapped 16-color backgrounds into the
|
||||
256-color space.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.8.5 (12/05/2009) a6c7236ff34e5eee3ef1693b97cb1367e6e3c607
|
||||
+ Added feature to allow the user to quit when asked to confirm multiple
|
||||
changes. Now task asks "Proceed with change? (Yes/no/all/quit)".
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(task, 1.9.0, support@taskwarrior.org)
|
||||
AC_INIT(task, 1.9.1, support@taskwarrior.org)
|
||||
|
||||
|
||||
# Source type.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-color 5 2010-02-03 "task 1.9.0" "User Manuals"
|
||||
.TH task-color 5 2010-02-22 "task 1.9.1" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-color \- A color tutorial for the task(1) command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-faq 5 2010-02-03 "task 1.9.0" "User Manuals"
|
||||
.TH task-faq 5 2010-02-22 "task 1.9.1" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-faq \- A FAQ for the task(1) command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-tutorial 5 2010-02-03 "task 1.9.0" "User Manuals"
|
||||
.TH task-tutorial 5 2010-02-22 "task 1.9.1" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task 1 2010-02-03 "task 1.9.0" "User Manuals"
|
||||
.TH task 1 2010-02-22 "task 1.9.1" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task \- A command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH taskrc 5 2010-02-03 "task 1.9.0" "User Manuals"
|
||||
.TH taskrc 5 2010-02-22 "task 1.9.1" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
taskrc \- Configuration file for the task(1) command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue