From 09d7940dd35a530c3a108be684ab26651debd59b Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Mon, 7 Sep 2009 16:04:24 +0200 Subject: [PATCH] Revert "Bumping version number to 1.8.3" This reverts commit 00031dc1abc7fd4ec64678b7f54ed49ac3f2f388. --- ChangeLog | 6 ++---- configure.ac | 2 +- doc/man/task-tutorial.5 | 2 +- doc/man/task.1 | 2 +- doc/man/taskrc.5 | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c594256b..704cbaa04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,6 @@ ------ 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 @@ -18,6 +14,8 @@ + 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 6ffdd1329..52acb3632 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.3, support@taskwarrior.org) +AC_INIT(task, 1.8.2, support@taskwarrior.org) CFLAGS="${CFLAGS=}" CXXFLAGS="${CXXFLAGS=}" diff --git a/doc/man/task-tutorial.5 b/doc/man/task-tutorial.5 index 59942d771..234b9c049 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.3" "User Manuals" +.TH task-tutorial 5 2009-09-07 "task 1.8.2" "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 dbbeac5d2..4d7cb0247 100644 --- a/doc/man/task.1 +++ b/doc/man/task.1 @@ -1,4 +1,4 @@ -.TH task 1 2009-09-07 "task 1.8.3" "User Manuals" +.TH task 1 2009-09-07 "task 1.8.2" "User Manuals" .SH NAME task \- A command line todo manager. diff --git a/doc/man/taskrc.5 b/doc/man/taskrc.5 index 51008828c..775fc88d6 100644 --- a/doc/man/taskrc.5 +++ b/doc/man/taskrc.5 @@ -1,4 +1,4 @@ -.TH taskrc 5 2009-09-07 "task 1.8.3" "User Manuals" +.TH taskrc 5 2009-09-07 "task 1.8.2" "User Manuals" .SH NAME taskrc \- Configuration file for the task(1) command