From 2fe5f9a56b7b7281ccf4099536aced8f7d1e045c Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Mon, 16 Feb 2009 21:10:32 +0000 Subject: release the thread lock on non-async functions. svn path=/trunk/; revision=1004 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a789c69..434e83d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-02-10 Gian Mario Tagliaretti + + 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 * gio/gio.defs: @@ -165,6 +174,7 @@ * configure.ac: Branch, bump version to 2.17.0. +=== 2.16.0 === 2008-12-24 Paul Pogonyshev Bug 547119 – gobject.timeout_add_seconds() not found in docs -- cgit