2007-04-22 Don Allingham <don@gramps-project.org>

* configure.in: bump to full release of 2.2.7
	* src/const.py.in: fix 2007 in copyright
	* NEWS: update news file



svn: r8419
This commit is contained in:
Don Allingham 2007-04-22 20:58:07 +00:00
parent a1eb59b868
commit 7dd5d94322
5 changed files with 26 additions and 21 deletions

View File

@ -1,3 +1,8 @@
2007-04-22 Don Allingham <don@gramps-project.org>
* configure.in: bump to full release of 2.2.7
* src/const.py.in: fix 2007 in copyright
* NEWS: update news file
2007-04-22 Brian Matherly <brian@gramps-project.org>
* src/docgen/ODFDoc.py: escape still wasn't right. ancestor and descendant
charts were wrong.

View File

@ -1,3 +1,6 @@
Version 2.2.7 -- the "Well, I didn't vote for you." release
* Many, many bug fixes
Version 2.2.6 -- the "Summarize Proust Competition" release
* Fix report option saving

View File

@ -11,8 +11,8 @@ AM_INIT_AUTOMAKE(1.6.3)
AC_CONFIG_MACRO_DIR([m4])
GNOME_DOC_INIT
RELEASE=0.SVN$(svnversion -n .)
dnl RELEASE=1
dnl RELEASE=0.SVN$(svnversion -n .)
RELEASE=1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"
@ -237,7 +237,6 @@ src/DateHandler/Makefile
src/data/Makefile
src/glade/Makefile
src/images/Makefile
src/data/templates/Makefile
data/Makefile
data/man/Makefile
data/man/fr/Makefile

View File

@ -30,7 +30,6 @@ Provides the interface to allow a person to add a media object to the database.
#
#-------------------------------------------------------------------------
import os
import sys
#-------------------------------------------------------------------------
#
@ -165,7 +164,6 @@ class AddMediaObject(ManagedWindow.ManagedWindow):
self.db.commit_media_object(mobj, trans)
self.db.transaction_commit(trans, _("Add Media Object"))
def on_name_changed(self, *obj):
"""
Called anytime the filename text window changes. Checks to

View File

@ -3,7 +3,7 @@
#
# Gramps - a GTK+/GNOME based genealogy program
#
# Copyright (C) 2000-2006 Donald N. Allingham
# Copyright (C) 2000-2007 Donald N. Allingham
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -145,7 +145,7 @@ else:
#-------------------------------------------------------------------------
program_name = "GRAMPS"
version = "@VERSIONSTRING@"
copyright_msg = unicode("© 2001-2006 Donald N. Allingham","iso-8859-1")
copyright_msg = unicode("© 2001-2007 Donald N. Allingham","iso-8859-1")
comments = _("GRAMPS (Genealogical Research and Analysis "
"Management Programming System) is a personal "
"genealogy program.")