From 17ba19c2e9b91a1bb8b03fabd4100d436c96975d Mon Sep 17 00:00:00 2001 From: Simon Feltman Date: Mon, 18 Aug 2014 19:07:10 -0700 Subject: release 3.13.90 --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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) -- cgit v1.2.1