summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2014-09-15 15:46:04 -0700
committerSimon Feltman <sfeltman@src.gnome.org>2014-09-15 15:46:04 -0700
commit4b7c985aa57f8026da96d174454b308858ebd1cc (patch)
tree9280b24b78d1aa608b62ff164c78c36f2540a735
parent79bad703a089a4b0c31fcdb143b889667f5fa197 (diff)
downloadpygobject-4b7c985aa57f8026da96d174454b308858ebd1cc.tar.gz
release 3.13.923.13.92
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e7bd88e3..d6d70503 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.13.92 15-Sep-2014
+ - tests: Add test for Gio.Application.add_main_option() (Simon Feltman)
+ - tests: Split up various test cases (Simon Feltman) (#735193)
+ - Fix invalid read error in argument cleanup code (Simon Feltman)
+ - Fix memory management problems with struct arguments to signals
+ (Simon Feltman) (#736175)
+
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