diff options
author | Simon Feltman <sfeltman@src.gnome.org> | 2014-08-18 19:07:10 -0700 |
---|---|---|
committer | Simon Feltman <sfeltman@src.gnome.org> | 2014-08-18 19:07:10 -0700 |
commit | 17ba19c2e9b91a1bb8b03fabd4100d436c96975d (patch) | |
tree | 8c7a10b92280ce7dd82b3a660ca8954b27936e29 | |
parent | 6bcfaf6e1e2331b704dd6067d45d6840e87632a2 (diff) | |
download | pygobject-17ba19c2e9b91a1bb8b03fabd4100d436c96975d.tar.gz |
release 3.13.903.13.90
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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) |