From fba076a0d03bd438600fc423af3154350cbae35b Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Mon, 7 Sep 2009 16:13:37 +0200 Subject: [PATCH] Bumped version number to 1.8.3 --- ChangeLog | 6 ++++-- configure.ac | 2 +- doc/man/task-tutorial.5 | 2 +- doc/man/task.1 | 2 +- doc/man/taskrc.5 | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 704cbaa04..0c594256b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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). diff --git a/configure.ac b/configure.ac index 52acb3632..6ffdd1329 100644 --- a/configure.ac +++ b/configure.ac @@ -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=}" diff --git a/doc/man/task-tutorial.5 b/doc/man/task-tutorial.5 index 234b9c049..59942d771 100644 --- a/doc/man/task-tutorial.5 +++ b/doc/man/task-tutorial.5 @@ -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. diff --git a/doc/man/task.1 b/doc/man/task.1 index 4d7cb0247..dbbeac5d2 100644 --- a/doc/man/task.1 +++ b/doc/man/task.1 @@ -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. diff --git a/doc/man/taskrc.5 b/doc/man/taskrc.5 index 775fc88d6..51008828c 100644 --- a/doc/man/taskrc.5 +++ b/doc/man/taskrc.5 @@ -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