From cc5c99c0a1e667c021149cb9dbdfca8f02fe9852 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Fri, 21 Aug 2009 01:09:41 +0200 Subject: [PATCH] Pushing version number to 1.8.2 --- ChangeLog | 9 ++++++--- configure.ac | 2 +- doc/man/task-tutorial.5 | 2 +- doc/man/task.1 | 2 +- doc/man/taskrc.5 | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 054c85990..b26dcc81d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ ------ current release --------------------------- -1.8.1 (8/20/2009) +1.8.2 + + +------ 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). + Fixed bug #241 that prevented bash's tab-completion of projects in Fedora @@ -34,8 +39,6 @@ + Fixed bug that failed to suppress color control code in the header and footnote when redirecting output to a file (thanks to John Florian). ------- old releases ------------------------------ - 1.8.0 (7/21/2009) 14977ef317bd004dae2f2c313e806af9f2a2140c + Added zsh tab completion script (thanks to P.C. Shyamshankar). + Fixed bug that cause the _forcecolor configuration variable to be diff --git a/configure.ac b/configure.ac index d72275877..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.1, 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 4242a5a53..1f9f4a105 100644 --- a/doc/man/task-tutorial.5 +++ b/doc/man/task-tutorial.5 @@ -1,4 +1,4 @@ -.TH task-tutorial 5 2009-08-14 "task 1.8.1" "User Manuals" +.TH task-tutorial 5 2009-08-20 "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 d159408f9..065d35e5e 100644 --- a/doc/man/task.1 +++ b/doc/man/task.1 @@ -1,4 +1,4 @@ -.TH task 1 2009-08-14 "task 1.8.1" "User Manuals" +.TH task 1 2009-08-20 "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 1b640a61e..b12d39347 100644 --- a/doc/man/taskrc.5 +++ b/doc/man/taskrc.5 @@ -1,4 +1,4 @@ -.TH taskrc 5 2009-08-14 "task 1.8.1" "User Manuals" +.TH taskrc 5 2009-08-20 "task 1.8.2" "User Manuals" .SH NAME taskrc \- Configuration file for the task(1) command