summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-05-28 17:56:07 +0200
committerMartin Pitt <martinpitt@gnome.org>2013-05-28 17:56:07 +0200
commit10f703189ed6a7104252907d1b1a114f26d79559 (patch)
treebfa00f2928affd60deb283ba48538d7248070207 /NEWS
parentaf8d048442b924c72a1d0ae868ee63ccf292759d (diff)
downloadpygobject-10f703189ed6a7104252907d1b1a114f26d79559.tar.gz
release 3.9.23.9.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6ecd4170..6f9ad541 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.9.2 28-May-2013
+ - examples/option.py: Port to GI and Python 3 (Martin Pitt)
+ - Fix vfunc info search for classes with multiple inheritance
+ (Simon Feltman) (#700092)
+ - Fix closure argument conversion for enum and flag in args
+ (Simon Feltman)
+ - Fix marshaling Python to FFI return value for enum and flags
+ (Simon Feltman)
+ - Remove half implemented GC in PyGIBaseInfo, PyGIStruct, and PyGIBoxed
+ (Simon Feltman) (#677091)
+ - Replace usage of pyg_begin_allow_threads with Py_BEGIN_ALLOW_THREADS
+ (Simon Feltman) (#699440)
+ - Remove and deprecate API for setting of thread blocking functions
+ (Simon Feltman) (#699440)
+
3.9.1 30-Apr-2013
- gtk-demo: Wrap description strings at 80 characters (Simon Feltman)
(#698547)