- Converted version to 1.3.1

- Added links in task.html to Richard Querin's blog
- Added link to movie
This commit is contained in:
Paul Beckingham 2008-06-19 23:31:36 -04:00
parent 6673e408a2
commit d771586080
5 changed files with 14 additions and 14 deletions

View file

@ -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

2
NEWS
View file

@ -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:

View file

@ -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

View file

@ -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])

View file

@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Task 1.4.0</title>
<title>Task 1.3.1</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
@ -166,13 +166,13 @@ a img { border: none; padding: 0; margin: 0; }
<div class="content">
<p>
Download the
<a href="http://www.beckingham.net/task-1.4.0.tar.gz">latest version</a>
of the task source code (6/18/2008).
<a href="http://www.beckingham.net/task-1.3.1.tar.gz">latest version</a>
of the task source code (6/19/2008).
</p>
<p>
<h4>New in version 1.4.0</h4>
Source: <a href="http://www.beckingham.net/task-1.4.0.tar.gz">task-1.4.0.tar.gz</a>
<h4>New in version 1.3.1</h4>
Source: <a href="http://www.beckingham.net/task-1.3.1.tar.gz">task-1.3.1.tar.gz</a>
</p>
<ul>