Bumped version number to 1.8.4
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
|
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
1.8.3 (10/21/2009) bcdcbeeea0d92f21c3565aebfaf6332b959f4025
|
1.8.4 ()
|
||||||
+ Added support for Haiku R1/alpha1
|
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
1.8.3 (10/21/2009) bcdcbeeea0d92f21c3565aebfaf6332b959f4025
|
||||||
|
+ Added support for Haiku R1/alpha1
|
||||||
|
|
||||||
1.8.2 (9/7/2009) f243f0ed443ecd7dde779de8a6525222591024db
|
1.8.2 (9/7/2009) f243f0ed443ecd7dde779de8a6525222591024db
|
||||||
+ Added feature #282 that returns useful exit codes to the shell. Now a
|
+ Added feature #282 that returns useful exit codes to the shell. Now a
|
||||||
script can detect whether no tasks were returned by a report (thanks to
|
script can detect whether no tasks were returned by a report (thanks to
|
||||||
|
|||||||
@@ -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.8.3, support@taskwarrior.org)
|
AC_INIT(task, 1.8.4, support@taskwarrior.org)
|
||||||
|
|
||||||
CFLAGS="${CFLAGS=}"
|
CFLAGS="${CFLAGS=}"
|
||||||
CXXFLAGS="${CXXFLAGS=}"
|
CXXFLAGS="${CXXFLAGS=}"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.TH task-tutorial 5 2009-10-21 "task 1.8.3" "User Manuals"
|
.TH task-tutorial 5 2009-10-21 "task 1.8.4" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.TH task 1 2009-10-21 "task 1.8.3" "User Manuals"
|
.TH task 1 2009-10-21 "task 1.8.4" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task \- A command line todo manager.
|
task \- A command line todo manager.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
.TH taskrc 5 2009-10-21 "task 1.8.3" "User Manuals"
|
.TH taskrc 5 2009-10-21 "task 1.8.4" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
taskrc \- Configuration file for the task(1) command
|
taskrc \- Configuration file for the task(1) command
|
||||||
|
|||||||
Reference in New Issue
Block a user