From 78fae5195b7b70ed030d5a42a8135176be9f7041 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 20 Sep 2008 20:24:58 -0400 Subject: [PATCH] - Converted 1.4.2 references to 1.5.0. --- ChangeLog | 7 +++++-- Makefile.am | 2 +- NEWS | 2 +- TUTORIAL | 6 ------ configure.ac | 2 +- html/README | 14 -------------- html/task.html | 33 ++++++--------------------------- html/versions.html | 30 ++++++++++++++++++++++++++++++ script.txt | 2 +- 9 files changed, 45 insertions(+), 53 deletions(-) delete mode 100644 TUTORIAL delete mode 100644 html/README diff --git a/ChangeLog b/ChangeLog index 756fddc64..c8bf8b17c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,11 @@ represents a feature release, and the Z represents a patch. ------ current release --------------------------- +1.5.0 (?) + + Removed deprecated TUTORIAL file. + +------ old releases ------------------------------ + 1.4.2 (9/18/2008) + "task undo" can now retract a "task done" command, provided no reports have been run (and therefore TDB::gc run) @@ -30,8 +35,6 @@ represents a feature release, and the Z represents a patch. + Bug: Source now properly includes in order to build clean using gcc 4.3 (thanks to H. İbrahim Güngör) ------- old releases ------------------------------ - 1.4.1 (7/18/2008) + Bug: Descriptions can not be altered with "task 123 New description" + Tweak: For "task calendar" month names are now centered over the month diff --git a/Makefile.am b/Makefile.am index 685ed0a57..fb05a3a4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = src -EXTRA_DIST = TUTORIAL DEVELOPERS +EXTRA_DIST = DEVELOPERS diff --git a/NEWS b/NEWS index 18b4251e8..7698ef623 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Welcome to Task 1.4.0. +Welcome to Task 1.5.0. Task has been built and tested on the following configurations: diff --git a/TUTORIAL b/TUTORIAL deleted file mode 100644 index 7f635f4c2..000000000 --- a/TUTORIAL +++ /dev/null @@ -1,6 +0,0 @@ - -This TUTORIAL file has been deprecated. It is superceded by a richer and more -extensive online version that can be found at: - - http://www.beckingham.net/task.html - diff --git a/configure.ac b/configure.ac index 9d7bc2d33..e89a1aa53 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.2, bugs@beckingham.net) +AC_INIT(task, 1.5.0, bugs@beckingham.net) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/task.cpp]) AC_CONFIG_HEADER([auto.h]) diff --git a/html/README b/html/README deleted file mode 100644 index ecd393fc9..000000000 --- a/html/README +++ /dev/null @@ -1,14 +0,0 @@ -Documentation Restructuring - high level pages - download - previous verisons - tutorial - recurrence - priorities - subprojects - tags - - - need page banner - need task link off beckinghma.net - diff --git a/html/task.html b/html/task.html index 5218402bf..2d370c8fb 100644 --- a/html/task.html +++ b/html/task.html @@ -1,7 +1,7 @@ - Task 1.4.2 + Task 1.5.0 @@ -75,12 +75,12 @@ - +
Source:task-1.4.2.tar.gztask-1.5.0.tar.gz
-

New in version 1.4.2 (9/18/2008)

+

New in version 1.5.0 (?)

diff --git a/html/versions.html b/html/versions.html index 81bdcdecc..6c52c60cc 100644 --- a/html/versions.html +++ b/html/versions.html @@ -35,6 +35,36 @@

+

+

New in version 1.4.2 (9/18/2008)

+ task-1.4.2.tar.gz +

+ +
    +
  • "task undo" can now retract a "task done" command, provided no + reports have been run. +
  • Task now correctly sorts on entire strings, instead of just the + first character (thanks to Andy Lester). +
  • Task now uses dashes (-----) to underline column headings when + color is disabled (thanks to Vincent Fleuranceau). +
  • Task now allows mixed case attribute names (pri:, PRI:, Pri: ...) + and commands (add, ADD, Add ...) (thanks to Vincent Fleuranceau). +
  • Task now supports a default project and priority for new tasks, via + the new "default.project" and "default.priority" configuration variables + (thanks to Vincent Fleuranceau). +
  • Task supports improved word-wrapping to the terminal width. +
  • Task now supports "default.command" configuration variable (for example + it could contain "list due:tomorrow") which is the command that is run + whenever task is invoked with no arguments. +
  • Task supports modifying the existing description of a task, with the + following syntax: task <id> "new description ...". +
  • Fixed bug so that relative dates in filters (task list due:eom, + task list due:tomorrow, task list due:23rd ...) are now properly + supported. +
  • Fixed bug so that source now properly includes <string.h> in + order to build clean using gcc 4.3 (thanks to H. İbrahim Güngör) +
+

New in version 1.4.1 (7/18/2008)

task-1.4.1.tar.gz diff --git a/script.txt b/script.txt index e94233329..e7d1913e6 100644 --- a/script.txt +++ b/script.txt @@ -98,7 +98,7 @@ task history History shows general activity - how completed etc, by month And that's it. There are more commands than this - covered in the TUTORIAL file, but this should give + covered in the online documentation, but this should give the basic idea. Thank you for watching.