From d771586080ce5f63b90b05eef2bd4cf56a54246a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 19 Jun 2008 23:31:36 -0400 Subject: [PATCH] - Converted version to 1.3.1 - Added links in task.html to Richard Querin's blog - Added link to movie --- ChangeLog | 4 ++-- NEWS | 2 +- TUTORIAL | 10 +++++----- configure.ac | 2 +- task.html | 10 +++++----- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ac27fe08..1ec68f56c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,8 +10,8 @@ represents a feature release, and the z represents a patch. - Configurable columns in reports - Dependencies -1.4.0 (?) - + Bug: "showage" configuration variable should apply to all reprts, not +1.3.1 (?) + + Bug: "showage" configuration variable should apply to all reports, not just the ones based on "list" + New configuration variable, "defaultwidth" that determines the width of tables when ncurses support is not available diff --git a/NEWS b/NEWS index de3298f15..cd94eddf5 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Welcome to Task 1.4.0. +Welcome to Task 1.3.1. Task has been built and tested on the following configurations: diff --git a/TUTORIAL b/TUTORIAL index 075b0a654..5d34a7427 100644 --- a/TUTORIAL +++ b/TUTORIAL @@ -1,4 +1,4 @@ -Task program tutorial, for version 1.4.0 +Task program tutorial, for version 1.3.1 ---------------------------------------- This guide shows how to quickly set up the task program, and become proficient @@ -21,10 +21,10 @@ Build the task program according to the directions in the INSTALL file. This transcript illustrates a typical installation: % ls - task-1.4.0.tar.gz - % gunzip task-1.4.0.tar.gz - % tar xf task-1.4.0.tar - % cd task-1.4.0 + task-1.3.1.tar.gz + % gunzip task-1.3.1.tar.gz + % tar xf task-1.3.1.tar + % cd task-1.3.1 % ./configure ... % make diff --git a/configure.ac b/configure.ac index 1239b9938..9cb2e33e5 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.4.0, bugs@beckingham.net) +AC_INIT(task, 1.3.1, bugs@beckingham.net) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/task.cpp]) AC_CONFIG_HEADER([auto.h]) diff --git a/task.html b/task.html index 79ad60c5e..2b743ba56 100644 --- a/task.html +++ b/task.html @@ -1,7 +1,7 @@ - Task 1.4.0 + Task 1.3.1