summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2013-09-16 10:12:33 -0500
committerMartin Pitt <martinpitt@gnome.org>2013-09-16 10:12:33 -0500
commit0a30f8d02099e582ea3ded800303e14d2e7ab212 (patch)
tree053c55a729cc3a125a998c1d4653174e2446bad6 /NEWS
parent506f1e35a9375be80a6a79421bf8272165fdd90a (diff)
downloadpygobject-0a30f8d02099e582ea3ded800303e14d2e7ab212.tar.gz
release 3.9.923.9.92
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 43966b5e..c445bf28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.9.92 16-Sep-2013
+ - Fix union argument regression when marshaling from python
+ (Simon Feltman) (#703873)
+ - Fix GLib.Source sub-classing with initializer args (Simon Feltman)
+ (#707904)
+ - Copy __doc__ when wrapping function (Vratislav Podzimek)
+
3.9.91 02-Sep-2013
- Fix GObject signal methods to work with new annotations
(Simon Feltman) (#707280)