Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-11-19 21:27:00 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-11-19 21:27:00 (GMT)
commit172482e391c1e3ada3d390ca112d8f17deae56a9 (patch)
tree64629f131b4dd09935f45d65918f85b28135854f /ChangeLog
parent8fb41a0de362126f57c2a0f094ad81aa12b5d271 (diff)
Fixed many potential crash of GCompis in the key_press activity callback.
A crash has be verified in gletters (falling letters) if you enter a key while the bonus is displayed. (commit 3138). svn path=/trunk/; revision=3139
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee07f8d..7b79a2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,34 @@
+2007-11-19 Bruno coudoin <bruno.coudoin@free.fr>
+
+ Fixed many potential crash of GCompis in the key_press activity callback.
+ A crash has be verified in gletters (falling letters) if you enter a key while
+ the bonus is displayed. (commit 3138).
+
+ * src/boards/algebra.c: (key_press):
+ * src/boards/enumerate.c: (key_press):
+ * src/boards/gletters.c: (pause_board), (key_press):
+ * src/boards/paratrooper.c: (pause_board), (key_press):
+ * src/boards/planegame.c: (pause_board), (key_press):
+ * src/boards/reversecount.c: (key_press):
+ * src/boards/scale.c: (key_press):
+ * src/boards/shapegame.c: (key_press):
+ * src/boards/smallnumbers.c: (pause_board), (key_press):
+ * src/boards/target.c: (key_press):
+ * src/boards/wordsgame.c: (pause_board), (key_press):
+
+ *** RELEASE 8.4.2 ***
+
2007-11-11 Bruno Coudoin <bruno.coudoin@free.fr>
+ * configure.in:
* src/gcompris/timer.c: (gc_timer_pause): Fixed a case where the timer was run twice.
if a call to gc_timer_pause is made while not paused (commit 3130).
+2007-10-29 Bruno coudoin <bruno.coudoin@free.fr>
+
+ * src/boards/erase.c: (canvas_event): Fixed a crash that happens when
+ you click on the image just once it is fully erased (commit 3106)
+
2007-10-21 Bruno coudoin <bruno.coudoin@free.fr>
* src/boards/enumerate.c: (enumerate_create_item): fixed a reference to a freed