mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Bumped version number to 1.5.0
This commit is contained in:
parent
c6eb09cd63
commit
dc1760769f
4 changed files with 26 additions and 12 deletions
|
@ -7,12 +7,15 @@ represents a feature release, and the Z represents a patch.
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
1.4.1 (7/?/2008)
|
1.5.0 (?/?/?)
|
||||||
|
|
||||||
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
1.4.1 (7/18/2008)
|
||||||
+ Bug: Descriptions can not be altered with "task 123 New description"
|
+ Bug: Descriptions can not be altered with "task 123 New description"
|
||||||
+ Tweak: For "task calendar" month names are now centered over the month
|
+ Tweak: For "task calendar" month names are now centered over the month
|
||||||
+ Removed TUTORIAL file contents in favor of online version
|
+ Removed TUTORIAL file contents in favor of online version
|
||||||
|
+ Provided Mac .pkg binary
|
||||||
------ old releases ------------------------------
|
|
||||||
|
|
||||||
1.4.0 (7/10/2008)
|
1.4.0 (7/10/2008)
|
||||||
+ New recurring tasks feature
|
+ New recurring tasks feature
|
||||||
|
|
|
@ -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.1, bugs@beckingham.net)
|
AC_INIT(task, 1.5.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])
|
||||||
|
|
|
@ -75,11 +75,11 @@
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Source:</td>
|
<td>Source:</td>
|
||||||
<td><a href="http://www.beckingham.net/task-1.4.1.tar.gz">task-1.4.1.tar.gz</a></td>
|
<td><a href="http://www.beckingham.net/task-1.5.0.tar.gz">task-1.5.0.tar.gz</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Mac OS X 10.5 (Leopard) Intel-only:</td>
|
<td>Mac OS X 10.5 (Leopard) Intel-only:</td>
|
||||||
<td><a href="http://www.beckingham.net/task-1.4.1.pkg">task-1.4.1.pkg</a></td>
|
<td><a href="http://www.beckingham.net/task-1.5.0.pkg">task-1.5.0.pkg</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!--
|
<!--
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -87,17 +87,14 @@
|
||||||
Debian package:
|
Debian package:
|
||||||
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>):
|
(Thanks to <a href="http://blog.rfquerin.org">Richard Querin</a>):
|
||||||
</td>
|
</td>
|
||||||
<td><a href="http://www.beckingham.net/task_1.4.1-1_i386.deb">task_1.4.1-1_i386.deb</a></td>
|
<td><a href="http://www.beckingham.net/task_1.5.0-1_i386.deb">task_1.5.0-1_i386.deb</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
-->
|
-->
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h4>New in version 1.4.1 (7/18/2008)</h4>
|
<h4>New in version 1.5.0 (?/?/?)</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed bug: Descriptions could not be altered with "task 123 New description"
|
<li>
|
||||||
<li>Tweak: For "task calendar" month names are now centered over the month
|
|
||||||
<li>Removed TUTORIAL file contents in favor of online version
|
|
||||||
<li>New Mac Intel-only Leopard (10.5) binary package
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -35,6 +35,20 @@
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
<h4>New in version 1.4.1 (7/18/2008)</h4>
|
||||||
|
<a href="http://www.beckingham.net/task-1.4.1.tar.gz">task-1.4.1.tar.gz</a>
|
||||||
|
<br />
|
||||||
|
Mac OS X 10.5 (Leopard) Intel-only:
|
||||||
|
<a href="http://www.beckingham.net/task-1.4.1.pkg">task-1.4.1.pkg</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Fixed bug: Descriptions could not be altered with "task 123 New description"
|
||||||
|
<li>Tweak: For "task calendar" month names are now centered over the month
|
||||||
|
<li>Removed TUTORIAL file contents in favor of online version
|
||||||
|
<li>New Mac Intel-only Leopard (10.5) binary package
|
||||||
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
<h4>New in version 1.4.0 (7/10/2008)</h4>
|
<h4>New in version 1.4.0 (7/10/2008)</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.4.0.tar.gz">task-1.4.0.tar.gz</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue