* NEWS: Update.
* configure.in: Bump up the release number. svn: r4905
This commit is contained in:
@@ -10,6 +10,8 @@
|
|||||||
if handle exists.
|
if handle exists.
|
||||||
* src/Marriage.py (__init__): Refresh family object from handle,
|
* src/Marriage.py (__init__): Refresh family object from handle,
|
||||||
if handle exists.
|
if handle exists.
|
||||||
|
* NEWS: Update.
|
||||||
|
* configure.in: Bump up the release number.
|
||||||
|
|
||||||
2005-07-03 Alex Roitman <shura@gramps-project.org>
|
2005-07-03 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/plugins/GraphViz.py (dump_person): Correctly test for birth
|
* src/plugins/GraphViz.py (dump_person): Correctly test for birth
|
||||||
|
@@ -1,4 +1,7 @@
|
|||||||
Version 2.0.5 -- the "It's certainly uncontaminated by cheese" release
|
Version 2.0.5 -- the "It's certainly uncontaminated by cheese" release
|
||||||
|
* New filters based on personal notes.
|
||||||
|
* New routine for checking and removing corrupted source references in
|
||||||
|
the Check and Repair tool.
|
||||||
* Bug fixes.
|
* Bug fixes.
|
||||||
|
|
||||||
Version 2.0.4 -- the "That's enough music for now, lads." release
|
Version 2.0.4 -- the "That's enough music for now, lads." release
|
||||||
|
@@ -7,8 +7,8 @@ AC_PREREQ(2.57)
|
|||||||
AC_INIT(gramps, 2.0.5, gramps-bugs@lists.sourceforge.net)
|
AC_INIT(gramps, 2.0.5, gramps-bugs@lists.sourceforge.net)
|
||||||
AC_CONFIG_SRCDIR(src/gramps.py)
|
AC_CONFIG_SRCDIR(src/gramps.py)
|
||||||
AM_INIT_AUTOMAKE(1.6.3)
|
AM_INIT_AUTOMAKE(1.6.3)
|
||||||
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
||||||
dnl RELEASE=1
|
RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
Reference in New Issue
Block a user