mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- ChangeLog file begun.
- Bumped version to 0.9.5 for next release.
This commit is contained in:
parent
62e6b31a17
commit
f9ed90bee0
2 changed files with 14 additions and 7 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,16 +1,23 @@
|
||||||
|
0.9.5
|
||||||
|
4/25/2007 Incorporated Grid code.
|
||||||
|
4/23/2008 Set up this ChangeLog file.
|
||||||
|
|
||||||
|
|
||||||
|
---------8<----------- Suspicious content
|
||||||
0.9.2
|
0.9.2
|
||||||
4/3/2008
|
4/3/2008 Configure now detects ncurses, flock.
|
||||||
- Configure now detects ncurses, flock.
|
|
||||||
|
|
||||||
|
|
||||||
0.9.1
|
0.9.1
|
||||||
4/1/2008
|
4/1/2008 First autoconf version released.
|
||||||
- First autoconf version released.
|
Bug: due dates not checked for correctness
|
||||||
- Bug: due dates not checked for correctness
|
Bug: attributes without values stored instead of removed
|
||||||
- Bug: attributes without values stored instead of removed
|
|
||||||
|
|
||||||
|
|
||||||
0.9.0
|
0.9.0
|
||||||
|
---------8<-----------
|
||||||
|
|
||||||
|
4/19/2008 Created new repository at github.com. Lost history because І
|
||||||
|
cannot figure out how to manipulate git into exporting changes for
|
||||||
|
a subset.
|
||||||
|
|
||||||
|
|
|
@ -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, 0.9.4, bugs@beckingham.net)
|
AC_INIT(task, 0.9.5, 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])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue