Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-08-19 13:15:30 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-08-19 13:15:30 (GMT)
commitc753c10a280d759fb91ff8bbba08e304b3b3b8e3 (patch)
treed84c3b4680999c4a13ff2e5459eb2d525a434a50 /configure.in
parent38af4a95abc20e697af2cff4428d8579478ec48d (diff)
*** RELEASE 8.0BETA4 ***
- removed several race conditions. What happens is that in many activity and even in GCompris core, we set callback before the end of the initialisation like displaying all the content. It is then possible for the user to click start an action while it's not completly displayed. It ends up either in graphical inconsistencies or may even crash. Hopefully, this may solve some intermitent crashes we have in GCompris. - Fixed several compilation issues - No more warnings when sqlite is disabled
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b03ef6f..9b36ea9 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/gcompris/gcompris.c)
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(gcompris, 8.0BETA3)
+AM_INIT_AUTOMAKE(gcompris, 8.0BETA4)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE