mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bumped version number to 1.8.5
This commit is contained in:
parent
847a8b6d49
commit
331b08055a
5 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
|
1.8.4 ()
|
||||||
|
|
||||||
|
------ old releases ------------------------------
|
||||||
|
|
||||||
1.8.4 (11/17/2009) 12c4983936d27317df100f05da8244139dd06a3f
|
1.8.4 (11/17/2009) 12c4983936d27317df100f05da8244139dd06a3f
|
||||||
+ Fixed bug that caused wait: dates to not be properly rendered in a
|
+ Fixed bug that caused wait: dates to not be properly rendered in a
|
||||||
readable and preferred format with the "edit" command.
|
readable and preferred format with the "edit" command.
|
||||||
|
@ -12,8 +16,6 @@
|
||||||
instances of that task may be modified. When task confirms a bulk edit
|
instances of that task may be modified. When task confirms a bulk edit
|
||||||
the recurrence is again indicated (thanks to Cory Donnelly).
|
the recurrence is again indicated (thanks to Cory Donnelly).
|
||||||
|
|
||||||
------ old releases ------------------------------
|
|
||||||
|
|
||||||
1.8.3 (10/21/2009) bcdcbeeea0d92f21c3565aebfaf6332b959f4025
|
1.8.3 (10/21/2009) bcdcbeeea0d92f21c3565aebfaf6332b959f4025
|
||||||
+ Added support for Haiku R1/alpha1
|
+ Added support for Haiku R1/alpha1
|
||||||
|
|
||||||
|
|
|
@ -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.4, support@taskwarrior.org)
|
AC_INIT(task, 1.8.5, 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.4" "User Manuals"
|
.TH task-tutorial 5 2009-11-18 "task 1.8.5" "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.4" "User Manuals"
|
.TH task 1 2009-11-18 "task 1.8.5" "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.4" "User Manuals"
|
.TH taskrc 5 2009-11-18 "task 1.8.5" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
taskrc \- Configuration file for the task(1) command
|
taskrc \- Configuration file for the task(1) command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue