* NEWS: update

* configure.in: update to 2.2.6


svn: r8009
This commit is contained in:
Don Allingham 2007-01-29 17:15:02 +00:00
parent 922938c934
commit c408515179
3 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,6 @@
2007-01-29 Don Allingham <don@gramps-project.org>
* NEWS: update
* configure.in: update to 2.2.6
* src/ReportBase/_ReportOptions.py: fix landscape saving.
2007-01-28 Alex Roitman <shura@gramps-project.org>

3
NEWS
View File

@ -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

View File

@ -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)