summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2014-09-01 17:31:39 -0700
committerSimon Feltman <sfeltman@src.gnome.org>2014-09-01 17:31:39 -0700
commit68d34721a21bfac1a43252bd92612c2460ea60dd (patch)
tree486a9d9ff6d9bdd96d8e7254f21dcae9990ce8a0 /NEWS
parent8c6cf22d74075b7169512b9e7773a511abb9b759 (diff)
downloadpygobject-68d34721a21bfac1a43252bd92612c2460ea60dd.tar.gz
release 3.13.913.13.91
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 43a9f8d5..e7bd88e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.13.91 01-Sep-2014
+ - docs: Fix return types in auto-generated doc strings (Simon Feltman)
+ - Special case signal output arguments which are structs as
+ pass-by-reference (Simon Feltman) (#735486)
+ - Ignore closure callbacks when Python is not initialized
+ (Simon Feltman) (#722562)
+ - Change boxed init with args to warn instead of raise
+ (Christoph Reiter) (#727810)
+ - Fix crash in GList/GSList marshaling error handling path.
+ (Christoph Reiter) (#735201)
+ - Fix reference counting problems with GLib.Variant.new_tuple()
+ (Simon Feltman) (#735166)
+ - Skip marshalling NULL output arguments in Python closures
+ (Simon Feltman) (#735090)
+
3.13.90 18-Aug-2014
- Support array lengths on struct fields (Simon Feltman) (#688792)
- Fast path Python property get access (Simon Feltman) (#723872)