summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2009-02-17 10:59:49 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2009-02-17 10:59:49 +0000
commitc1507495a79fb580f24818afd01402b4e19ee00d (patch)
tree25040e7a2c971edfdfaba0ab1c28daff498dc36e /ChangeLog
parent2fe5f9a56b7b7281ccf4099536aced8f7d1e045c (diff)
downloadpygobject-c1507495a79fb580f24818afd01402b4e19ee00d.tar.gz
pygobject-c1507495a79fb580f24818afd01402b4e19ee00d.tar.xz
pygobject-c1507495a79fb580f24818afd01402b4e19ee00d.zip
Bug 556250 again. I screwed up and gave misinformation about how to fix
* gio/gfile.override, gio/gio.defs, gio/gio.override: Bug 556250 again. I screwed up and gave misinformation about how to fix it. It must be pyg_begin/end_allow_threads, pyg_block/unblock_threads is only to be used for async callbacks. svn path=/trunk/; revision=1005
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 434e83d..c364c2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-02-17 Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
+
+ * gio/gfile.override, gio/gio.defs, gio/gio.override: Bug 556250
+ again. I screwed up and gave misinformation about how to fix it.
+ It must be pyg_begin/end_allow_threads, pyg_block/unblock_threads
+ is only to be used for async callbacks.
+
2009-02-10 Gian Mario Tagliaretti <gianmt@gnome.org>
Bug 556250 – non-async functions don't release python locks before