From f9ed90bee0c9da00ca48aa969d35ad7ca0d572cc Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 27 Apr 2008 11:02:25 -0400 Subject: [PATCH] - ChangeLog file begun. - Bumped version to 0.9.5 for next release. --- ChangeLog | 19 +++++++++++++------ configure.ac | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 02becdb57..c92174db8 100644 --- a/ChangeLog +++ b/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 - 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. diff --git a/configure.ac b/configure.ac index 72ac68645..5d78807e6 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, 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])