- 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 - Configurable columns in reports
- Dependencies - Dependencies
1.4.0 (?) 1.3.1 (?)
+ Bug: "showage" configuration variable should apply to all reprts, not + Bug: "showage" configuration variable should apply to all reports, not
just the ones based on "list" just the ones based on "list"
+ New configuration variable, "defaultwidth" that determines the width + New configuration variable, "defaultwidth" that determines the width
of tables when ncurses support is not available 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: 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 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: transcript illustrates a typical installation:
% ls % ls
task-1.4.0.tar.gz task-1.3.1.tar.gz
% gunzip task-1.4.0.tar.gz % gunzip task-1.3.1.tar.gz
% tar xf task-1.4.0.tar % tar xf task-1.3.1.tar
% cd task-1.4.0 % cd task-1.3.1
% ./configure % ./configure
... ...
% make % make

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61) 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 AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/task.cpp]) AC_CONFIG_SRCDIR([src/task.cpp])
AC_CONFIG_HEADER([auto.h]) 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"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Task 1.4.0</title> <title>Task 1.3.1</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css"> <style type="text/css">
body { body {
@@ -166,13 +166,13 @@ a img { border: none; padding: 0; margin: 0; }
<div class="content"> <div class="content">
<p> <p>
Download the Download the
<a href="http://www.beckingham.net/task-1.4.0.tar.gz">latest version</a> <a href="http://www.beckingham.net/task-1.3.1.tar.gz">latest version</a>
of the task source code (6/18/2008). of the task source code (6/19/2008).
</p> </p>
<p> <p>
<h4>New in version 1.4.0</h4> <h4>New in version 1.3.1</h4>
Source: <a href="http://www.beckingham.net/task-1.4.0.tar.gz">task-1.4.0.tar.gz</a> Source: <a href="http://www.beckingham.net/task-1.3.1.tar.gz">task-1.3.1.tar.gz</a>
</p> </p>
<ul> <ul>