- ChangeLog file begun.

- Bumped version to 0.9.5 for next release.
This commit is contained in:
Paul Beckingham 2008-04-27 11:02:25 -04:00
parent 62e6b31a17
commit f9ed90bee0
2 changed files with 14 additions and 7 deletions

View file

@ -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
4/3/2008
- Configure now detects ncurses, flock.
4/3/2008 Configure now detects ncurses, flock.
0.9.1
4/1/2008
- First autoconf version released.
- Bug: due dates not checked for correctness
- Bug: attributes without values stored instead of removed
4/1/2008 First autoconf version released.
Bug: due dates not checked for correctness
Bug: attributes without values stored instead of removed
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.

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
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
AC_CONFIG_SRCDIR([src/task.cpp])
AC_CONFIG_HEADER([auto.h])