mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bumped version number to 1.8.3
This commit is contained in:
parent
3ef844de5f
commit
fba076a0d0
5 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,10 @@
|
|||
|
||||
------ current release ---------------------------
|
||||
|
||||
1.8.3 ()
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.8.2 (9/7/2009) f243f0ed443ecd7dde779de8a6525222591024db
|
||||
+ 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
|
||||
|
@ -14,8 +18,6 @@
|
|||
+ Fixed bug #288 which failed to propagate rc file overrides on the command
|
||||
line to the default command (thanks to Zach Frazier).
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.8.1 (8/20/2009) 35792e7874d2bb664abb1a0a67960b7fe7e0fccf
|
||||
+ Fixed bug #231 that broke the build on OpenBSD 32-bit due to a time_t
|
||||
and int collision (thanks to Pietro Cerutti).
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT(task, 1.8.2, support@taskwarrior.org)
|
||||
AC_INIT(task, 1.8.3, support@taskwarrior.org)
|
||||
|
||||
CFLAGS="${CFLAGS=}"
|
||||
CXXFLAGS="${CXXFLAGS=}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task-tutorial 5 2009-09-07 "task 1.8.2" "User Manuals"
|
||||
.TH task-tutorial 5 2009-09-07 "task 1.8.3" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH task 1 2009-09-07 "task 1.8.2" "User Manuals"
|
||||
.TH task 1 2009-09-07 "task 1.8.3" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
task \- A command line todo manager.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH taskrc 5 2009-09-07 "task 1.8.2" "User Manuals"
|
||||
.TH taskrc 5 2009-09-07 "task 1.8.3" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
taskrc \- Configuration file for the task(1) command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue