summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-14 21:35:17 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-14 21:35:17 +0000
commit62f6bc7ea07cc7240cfc67daf51d2737e7cd514b (patch)
tree04e5cfca64e958dca534f8c3413970a8fd5b45fa /ChangeLog
parent816cf86462e0f1395bd9c30c85401d747acbfa64 (diff)
downloadpygobject-62f6bc7ea07cc7240cfc67daf51d2737e7cd514b.tar.gz
pygobject-62f6bc7ea07cc7240cfc67daf51d2737e7cd514b.tar.xz
pygobject-62f6bc7ea07cc7240cfc67daf51d2737e7cd514b.zip
Bug 504337 - crash bug in gobject.Timeout and gobject.Idle
2008-07-14 Johan Dahlin <johan@gnome.org> Bug 504337 - crash bug in gobject.Timeout and gobject.Idle * gobject/pygsource.c: * tests/test_source.py: Fix crash in Timeout and Idle, patch by Bryan Silverthorn. svn path=/trunk/; revision=799
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32f0fcb..f19592b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
2008-07-14 Johan Dahlin <johan@gnome.org>
+
+ Bug 504337 - crash bug in gobject.Timeout and gobject.Idle
+
+ * gobject/pygsource.c:
+ * tests/test_source.py:
+ Fix crash in Timeout and Idle, patch by Bryan Silverthorn.
+
+2008-07-14 Johan Dahlin <johan@gnome.org>
* codegen/argtypes.py:
Map GSeekType to an int