From 3e855b7507d9315ab1617f5bff8f7870e5b2f10d Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 29 Jan 2007 17:15:02 +0000 Subject: [PATCH] * NEWS: update * configure.in: update to 2.2.6 svn: r8009 --- gramps2/ChangeLog | 2 ++ gramps2/NEWS | 3 +++ gramps2/configure.in | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 35ca33ce7..25a987e6d 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,6 @@ 2007-01-29 Don Allingham + * NEWS: update + * configure.in: update to 2.2.6 * src/ReportBase/_ReportOptions.py: fix landscape saving. 2007-01-28 Alex Roitman diff --git a/gramps2/NEWS b/gramps2/NEWS index 38e1d4eb7..59a34da87 100644 --- a/gramps2/NEWS +++ b/gramps2/NEWS @@ -1,3 +1,6 @@ +Version 2.2.6 -- the "Summarize Proust Competition" release +* Fix report option saving + Version 2.2.5 -- the "Now go away or I shall taunt you a second time" release * Peformance optimizations (Don Allingham, Alex Roitman, Richard Taylor) * New date entry provides a new visual indicator (fade in/out of background diff --git a/gramps2/configure.in b/gramps2/configure.in index 26a4e1a83..07a5e98b3 100644 --- a/gramps2/configure.in +++ b/gramps2/configure.in @@ -4,7 +4,7 @@ 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, 2.2.5, [gramps-bugs@lists.sourceforge.net]) +AC_INIT(gramps, 2.2.6, [gramps-bugs@lists.sourceforge.net]) AC_CONFIG_SRCDIR(configure.in) AM_INIT_AUTOMAKE(1.6.3)