mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bumped version number to 1.9.2
This commit is contained in:
parent
fa34f47f8a
commit
b2ad305f23
7 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,10 @@
|
|||
|
||||
------ current release ---------------------------
|
||||
|
||||
1.9.2 ()
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.9.1 (5/22/2010) 60a99725b858be134ad538cb7c1a32c98de70e67
|
||||
+ Summary report bar colors can now be specified with color.summary.bar
|
||||
and color.summary.background configuration variables.
|
||||
|
@ -24,8 +28,6 @@
|
|||
+ Fixed bug #395 that prevented the upgrade of a pending task to a
|
||||
recurring task (thanks to T. Charles Yun).
|
||||
|
||||
------ 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.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(task, 1.9.1, support@taskwarrior.org)
|
||||
AC_INIT(task, 1.9.2, support@taskwarrior.org)
|
||||
|
||||
|
||||
# Source type.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-color 5 2010-05-22 "task 1.9.1" "User Manuals"
|
||||
.TH task-color 5 2010-05-22 "task 1.9.2" "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-05-22 "task 1.9.1" "User Manuals"
|
||||
.TH task-faq 5 2010-05-22 "task 1.9.2" "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-05-22 "task 1.9.1" "User Manuals"
|
||||
.TH task-tutorial 5 2010-05-22 "task 1.9.2" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task 1 2010-05-22 "task 1.9.1" "User Manuals"
|
||||
.TH task 1 2010-05-22 "task 1.9.2" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task \- A command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH taskrc 5 2010-05-22 "task 1.9.1" "User Manuals"
|
||||
.TH taskrc 5 2010-05-22 "task 1.9.2" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
taskrc \- Configuration file for the task(1) command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue