diff --git a/ChangeLog b/ChangeLog index 2bbfb651f..66113b3c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,21 @@ +2005-01-18 Alex Roitman + * NEWS: Correct attribution of ini-backend. + * configure.in: bump up the version number. + 2005-01-17 Don Allingham * src/ReportUtils.py: Added * src/BaseDoc.py: support for graphs * src/docgen/OpenOfficeDoc.py: write_at support * src/Makefile.am: added ReportUtils.py +2005-01-17 Don Allingham + * Release: Version 1.1.3 Splunge: this is a greate idea, but + possibly lousy, and I'm not being indecisive" released. + 2005-01-17 Martin Hawlisch * src/ReadGedcom.py: Handle missing TRLR record. +2005-01-17 Alex Roitman * src/plugins/GraphViz.py: Remove bogus UI labels. 2005-01-16 Alex Roitman diff --git a/NEWS b/NEWS index acbba53e0..7fd3f6bdc 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,8 @@ Version 1.1.3 -- the "Splunge: this is a great idea, but possibly lousy, and I'm not being indecisive" release * New columns for Media and Place Views (Martin Hawlisch). * New graphical report -- StatisticsChart (Eero Tamminen). -* Alternative .ini -based backend for storing gramps settings (replaces gconf). +* Alternative .ini -based backend for storing gramps settings, replacing gconf + (Douglas S. Blank). * Modules providing database access and basic classes are UI-independent now. * Improved Name handling. * Date handling improvements. diff --git a/configure.in b/configure.in index 27013e406..44f14b1b7 100644 --- a/configure.in +++ b/configure.in @@ -4,11 +4,11 @@ dnl Process this file with autoconf to produce a configure script. dnl May need to run automake && aclocal first AC_PREREQ(2.57) -AC_INIT(gramps, 1.1.3, gramps-bugs@lists.sourceforge.net) +AC_INIT(gramps, 1.1.4, gramps-bugs@lists.sourceforge.net) AC_CONFIG_SRCDIR(src/gramps.py) AM_INIT_AUTOMAKE(1.6.3) -dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') -RELEASE=1 +RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') +dnl RELEASE=1 VERSIONSTRING=$VERSION if test x"$RELEASE" != "x"