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-10-15 21:32:20 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-10-15 21:32:20 (GMT)
commitaa3a2b57276a507a6d2390770dc8c94c67b1deff (patch)
tree527eb6064dff5150d4d673e8f733852a5dd0b61d /ChangeLog
parent456ab41db8e7db0a4d0b4e649e3d99dde2f07002 (diff)
fixed a runtime warning 'DeprecationWarning: integer argument expected,
* src/boards/python/redraw.py: fixed a runtime warning 'DeprecationWarning: integer argument expected, got float' (commit 3079) * src/gcompris/gcompris.c: (main): fixed again the hack to force gnomecanvas symbols not to be stripped. (commit 3078) svn path=/trunk/; revision=3080
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd8d838..cf02ccd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-15 Bruno coudoin <bruno.coudoin@free.fr>
+
+ * src/boards/python/redraw.py: fixed a runtime warning
+ 'DeprecationWarning: integer argument expected, got float' (commit 3079)
+ * src/gcompris/gcompris.c: (main): fixed again the hack to force
+ gnomecanvas symbols not to be stripped. (commit 3078)
+
*** RELEASE 8.4.1 ***
2007-10-08 Bruno coudoin <bruno.coudoin@free.fr>