mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bumped version number to 1.9.3
This commit is contained in:
parent
28dd5152d7
commit
8b02d2bdeb
7 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,10 @@
|
|||
|
||||
------ current release ---------------------------
|
||||
|
||||
1.9.3 ()
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.9.2 (7/10/2010) a13989f18eb34b3363f433c965084b6491425b9f
|
||||
+ Added feature #320, so the command "task 123" is interpreted as an implicit
|
||||
"task info 123" command (thanks to John Florian).
|
||||
|
@ -61,8 +65,6 @@
|
|||
+ Fixed wording (support issue #383) when modifying a recurring task (thanks
|
||||
to T. Charles Yun).
|
||||
|
||||
------ 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.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(task, 1.9.2, support@taskwarrior.org)
|
||||
AC_INIT(task, 1.9.3, support@taskwarrior.org)
|
||||
|
||||
|
||||
# Source type.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-color 5 2010-05-22 "task 1.9.2" "User Manuals"
|
||||
.TH task-color 5 2010-07-10 "task 1.9.3" "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.2" "User Manuals"
|
||||
.TH task-faq 5 2010-07-10 "task 1.9.3" "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.2" "User Manuals"
|
||||
.TH task-tutorial 5 2010-07-10 "task 1.9.3" "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.2" "User Manuals"
|
||||
.TH task 1 2010-07-10 "task 1.9.3" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task \- A command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH taskrc 5 2010-05-22 "task 1.9.2" "User Manuals"
|
||||
.TH taskrc 5 2010-07-10 "task 1.9.3" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
taskrc \- Configuration file for the task(1) command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue