mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Bumped version to 1.3.0
This commit is contained in:
parent
c393d47cdf
commit
c54cb4d6c8
3 changed files with 21 additions and 12 deletions
10
TUTORIAL
10
TUTORIAL
|
@ -1,4 +1,4 @@
|
||||||
Task program tutorial, for version 1.2.0
|
Task program tutorial, for version 1.3.0
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
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.2.0.tar.gz
|
task-1.3.0.tar.gz
|
||||||
% gunzip task-1.2.0.tar.gz
|
% gunzip task-1.3.0.tar.gz
|
||||||
% tar xf task-1.2.0.tar
|
% tar xf task-1.3.0.tar
|
||||||
% cd task-1.2.0
|
% cd task-1.3.0
|
||||||
% ./configure
|
% ./configure
|
||||||
...
|
...
|
||||||
% make
|
% make
|
||||||
|
|
|
@ -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.2.0, bugs@beckingham.net)
|
AC_INIT(task, 1.3.0, 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])
|
||||||
|
|
21
task.html
21
task.html
|
@ -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.2.0</title>
|
<title>Task 1.3.0</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 {
|
||||||
|
@ -167,10 +167,19 @@ a img { border: none; padding: 0; margin: 0; }
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>
|
<p>
|
||||||
Download the latest task source code
|
Download the latest task source code
|
||||||
<a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
|
<a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
|
||||||
(6/13/2008).
|
(6/13/2008).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<h4>New in version 1.3.0</h4>
|
||||||
|
source: <a href="http://www.beckingham.net/task-1.3.0.tar.gz">task-1.3.0.tar.gz</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>?
|
||||||
|
<ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<h4>New in version 1.2.0</h4>
|
<h4>New in version 1.2.0</h4>
|
||||||
source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
|
source: <a href="http://www.beckingham.net/task-1.2.0.tar.gz">task-1.2.0.tar.gz</a>
|
||||||
|
@ -246,10 +255,10 @@ a img { border: none; padding: 0; margin: 0; }
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre><code>% ls
|
<pre><code>% ls
|
||||||
task-1.2.0.tar.gz
|
task-1.3.0.tar.gz
|
||||||
% gunzip task-1.2.0.tar.gz
|
% gunzip task-1.3.0.tar.gz
|
||||||
% tar xf task-1.2.0.tar
|
% tar xf task-1.3.0.tar
|
||||||
% cd task-1.2.0
|
% cd task-1.3.0
|
||||||
% ./configure
|
% ./configure
|
||||||
...
|
...
|
||||||
% make
|
% make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue