Ready for 0.8.0 release
svn: r1122
This commit is contained in:
parent
bf5ef94143
commit
6ae786b5a4
18
gramps/NEWS
18
gramps/NEWS
@ -1,3 +1,19 @@
|
||||
Version 0.8.0
|
||||
* Addiition of ZODB support. Support is still preliminary, and not
|
||||
as feature full as the XML support. Requires python 2.1 or higher,
|
||||
so not a good solution for RedHat users, unless the which to compile
|
||||
the python and python-gnome libraries. (RH7.3 ships with python2.2,
|
||||
but that version is tied to an early beta of the GNOME 2 libraries)
|
||||
* New build structure from David Hampton.
|
||||
* Significant improvement in speed with the GEDCOM export.
|
||||
* Enhanced web page generation.
|
||||
* Fixed Mandrake 8.2/imlib problem the could cause GRAMPS to fail to
|
||||
run under Mandrake 8.2.
|
||||
* Better importing of GEDCOM ids.
|
||||
* Better handling of sources/source entry
|
||||
* Better handling of exception conditions.
|
||||
* Bug fixes.
|
||||
|
||||
Version 0.7.3
|
||||
* New Russian (Alex Roitman) and Danish (Lars Lundin) translations.
|
||||
GRAMPS now supports English, Italian, German, French, Spanish,
|
||||
@ -359,4 +375,4 @@ Version 0.1.2
|
||||
* Fixed a bug in the relationship calculator that caused a traceback
|
||||
when the person selected was a direct ancestor of the active person.
|
||||
* Added the suffix field to the alternate name entry on the Edit Person
|
||||
form.
|
||||
form.
|
||||
|
2
gramps/configure
vendored
2
gramps/configure
vendored
@ -1567,7 +1567,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
|
||||
|
||||
|
||||
|
||||
RELEASE=rc5
|
||||
RELEASE=1
|
||||
|
||||
VERSIONSTRING=$VERSION
|
||||
if test x"$RELEASE" != "x"
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define ver 0.8.0
|
||||
%define rel rc5
|
||||
%define rel 1
|
||||
%define prefix /usr
|
||||
|
||||
Summary: Genealogical Research and Analysis Management Programming System.
|
||||
|
@ -92,7 +92,7 @@ startup = 1
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
progName = "GRAMPS"
|
||||
version = "0.8.0-rc5"
|
||||
version = "0.8.0-1"
|
||||
copyright = "© 2001-2002 Donald N. Allingham"
|
||||
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
|
||||
comments = _("GRAMPS (Genealogical Research and Analysis "
|
||||
|
Loading…
Reference in New Issue
Block a user