summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2014-08-18 19:07:10 -0700
committerSimon Feltman <sfeltman@src.gnome.org>2014-08-18 19:07:10 -0700
commit17ba19c2e9b91a1bb8b03fabd4100d436c96975d (patch)
tree8c7a10b92280ce7dd82b3a660ca8954b27936e29
parent6bcfaf6e1e2331b704dd6067d45d6840e87632a2 (diff)
downloadpygobject-3.13.90.tar.gz
release 3.13.903.13.90
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c32d342f..43a9f8d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.13.90 18-Aug-2014
+ - Support array lengths on struct fields (Simon Feltman) (#688792)
+ - Fast path Python property get access (Simon Feltman) (#723872)
+ - Unify accessing properties through props and get_property()
+ (Simon Feltman) (#726999)
+ - Refactor boxed wrapper memory management strategy
+ (Simon Feltman) (#726999)
+ - Replace GObject.signal_query with introspected version
+ (Simon Feltman) (#688792)
+ - Fix memory leak with unboxed caller allocated structs (Simon Feltman)
+ - tests: Add failing tests for GObject sub-class doc-strings
+ (Piotr Iwaniuk) (#731452)
+ - Don't mask GObject sub-class doc strings in meta-class
+ (Tobias Mueller) (#731452)
+
3.13.4 14-Aug-2014
- Marshaling cache refactor and cache usage in vfuncs
(Garrett Regier) (#727004)