summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2009-02-16 21:10:32 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2009-02-16 21:10:32 +0000
commit2fe5f9a56b7b7281ccf4099536aced8f7d1e045c (patch)
treeffcff054eb0375a65afcdf0618eeaad31897c1a5 /ChangeLog
parentd144d8dc0f521389e7647b833fada9e742273ffc (diff)
downloadpygobject-2fe5f9a56b7b7281ccf4099536aced8f7d1e045c.tar.gz
pygobject-2fe5f9a56b7b7281ccf4099536aced8f7d1e045c.tar.xz
pygobject-2fe5f9a56b7b7281ccf4099536aced8f7d1e045c.zip
release the thread lock on non-async functions.
svn path=/trunk/; revision=1004
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a789c69..434e83d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-02-10 Gian Mario Tagliaretti <gianmt@gnome.org>
+ Bug 556250 – non-async functions don't release python locks before
+ calling blocking C functions
+
+ * gio/gio.override:
+ * gio/gfile.override:
+ * gio/gio.defs: release the thread lock.
+
+2009-02-10 Gian Mario Tagliaretti <gianmt@gnome.org>
+
* gio/gio.defs:
* gio/gio-types.defs:
* gio/unix.defs: Add 2.18 gio API.
@@ -165,6 +174,7 @@
* configure.ac: Branch, bump version to 2.17.0.
+=== 2.16.0 ===
2008-12-24 Paul Pogonyshev <pogonyshev@gmx.net>
Bug 547119 – gobject.timeout_add_seconds() not found in docs