From 648d21a8fce6c7bed9c06e936e1c7d9d8592bf99 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 29 Oct 2006 21:39:30 +0000 Subject: [PATCH] 2006-10-29 Don Allingham * help/C/gramps.xml: fix svn: r7498 --- ChangeLog | 3 +++ configure.in | 4 ++-- help/C/gramps.xml | 26 ++++++++++++-------------- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index f586cc972..082cea1c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-10-29 Don Allingham + * help/C/gramps.xml: fix + 2006-10-29 Alex Roitman * src/plugins/rel_da.py: Add more locales. diff --git a/configure.in b/configure.in index 277387d75..184513e79 100644 --- a/configure.in +++ b/configure.in @@ -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" diff --git a/help/C/gramps.xml b/help/C/gramps.xml index 70464f9a9..456071c72 100644 --- a/help/C/gramps.xml +++ b/help/C/gramps.xml @@ -5988,22 +5988,20 @@ This option controls the enabling and disabling of transactions during database operations. + + Care must be taken with selecting this option. By default, + transactions are enabled. This improves database performance + and protects database integrity. However, if your system is using + a version of the Python language prior to version 2.5, your + database will not be portable to other machines, and if you want + to transfer your data to another machine, you will need to export + using the GRAMPS XML format. Disabling this option will allow + databases to be portable, but at a risk of database integrity + problems. + + - - - Care must be taken with selecting this option. By default, - transactions are enabled. This improves database performance - and protects database integrity. However, if your system is using - a version of the Python language prior to version 2.5, your - database will not be portable to other machines, and if you want - to transfer your data to another machine, you will need to export - using the GRAMPS XML format. Disabling this option will allow - databases to be portable, but at a risk of database integrity - problems. - - -