From e613bce9e380a62e408fdfc09bcb0e13f141f82b Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Wed, 2 May 2007 14:08:49 +0000 Subject: 2.13.1 svn path=/trunk/; revision=669 --- ChangeLog | 2 ++ NEWS | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index b66cda0..c609a28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +=== 2.13.1 === 2007-05-02 Johan Dahlin * pygobject-2.0-uninstalled.pc.in: Add libdir. @@ -38,6 +39,7 @@ when attribute setting doesn't actually create an instance dictionary, in which case pygobject_switch_to_toggle_ref would be called twice, thereby causing gobject error. + Fixes #434659 2007-04-29 James Livingstone diff --git a/NEWS b/NEWS index 403d00d..388f17b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +2.13.1 02-may-2007 + - Generic CClosure marshaller using libffi (Johan, #353816) + - Uninstalled .pc file (Damien Carbery, #385129) + - Fix leak in GFlags handling (Daniel Berrange, #428726) + - Use dirname in autogen (Loïc Minier, #409234) + - Treat None in a GValueArray as pointer/NULL (Ed Catmur, #352209) + - Toggle reference bug fix in tp_setattro (Gustavo, #434659) + - Add a simplified helper for creating properties (Johan, Gustavo, #338089) + - Avoid throwing an exception in GValue converter (James Livingstone, + Ed Catmur, #374653) + - Build fix in .pc file (Luca Ferretti, #435132) + 2.13.0 23-april-2007 - Release the GIL in g_object_set_property (Edward Hervey, #395048) - Break PyGObject<->GObject reference cycle (Gustavo Carneiro, #320428) -- cgit