mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-31 14:57:20 +02:00
Pushing version number to 1.8.2
This commit is contained in:
parent
35792e7874
commit
cc5c99c0a1
5 changed files with 10 additions and 7 deletions
|
@ -1,7 +1,12 @@
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
1.8.1 (8/20/2009)
|
1.8.2
|
||||||
|
|
||||||
|
|
||||||
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
1.8.1 (8/20/2009) 35792e7874d2bb664abb1a0a67960b7fe7e0fccf
|
||||||
+ Fixed bug #231 that broke the build on OpenBSD 32-bit due to a time_t
|
+ Fixed bug #231 that broke the build on OpenBSD 32-bit due to a time_t
|
||||||
and int collision (thanks to Pietro Cerutti).
|
and int collision (thanks to Pietro Cerutti).
|
||||||
+ Fixed bug #241 that prevented bash's tab-completion of projects in Fedora
|
+ Fixed bug #241 that prevented bash's tab-completion of projects in Fedora
|
||||||
|
@ -34,8 +39,6 @@
|
||||||
+ Fixed bug that failed to suppress color control code in the header and footnote
|
+ Fixed bug that failed to suppress color control code in the header and footnote
|
||||||
when redirecting output to a file (thanks to John Florian).
|
when redirecting output to a file (thanks to John Florian).
|
||||||
|
|
||||||
------ old releases ------------------------------
|
|
||||||
|
|
||||||
1.8.0 (7/21/2009) 14977ef317bd004dae2f2c313e806af9f2a2140c
|
1.8.0 (7/21/2009) 14977ef317bd004dae2f2c313e806af9f2a2140c
|
||||||
+ Added zsh tab completion script (thanks to P.C. Shyamshankar).
|
+ Added zsh tab completion script (thanks to P.C. Shyamshankar).
|
||||||
+ Fixed bug that cause the _forcecolor configuration variable to be
|
+ Fixed bug that cause the _forcecolor configuration variable to be
|
||||||
|
|
|
@ -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.8.1, support@taskwarrior.org)
|
AC_INIT(task, 1.8.2, support@taskwarrior.org)
|
||||||
|
|
||||||
CFLAGS="${CFLAGS=}"
|
CFLAGS="${CFLAGS=}"
|
||||||
CXXFLAGS="${CXXFLAGS=}"
|
CXXFLAGS="${CXXFLAGS=}"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH task-tutorial 5 2009-08-14 "task 1.8.1" "User Manuals"
|
.TH task-tutorial 5 2009-08-20 "task 1.8.2" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
task-tutorial \- A tutorial for the task(1) command line todo manager.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH task 1 2009-08-14 "task 1.8.1" "User Manuals"
|
.TH task 1 2009-08-20 "task 1.8.2" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
task \- A command line todo manager.
|
task \- A command line todo manager.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH taskrc 5 2009-08-14 "task 1.8.1" "User Manuals"
|
.TH taskrc 5 2009-08-20 "task 1.8.2" "User Manuals"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
taskrc \- Configuration file for the task(1) command
|
taskrc \- Configuration file for the task(1) command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue