summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2007-05-02 14:08:49 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-05-02 14:08:49 +0000
commite613bce9e380a62e408fdfc09bcb0e13f141f82b (patch)
tree0661da8588170f466d957b027f0b3842b8428185 /NEWS
parent3683d3395fed342ba9cc8552677c974baefd8c86 (diff)
downloadpygobject-e613bce9e380a62e408fdfc09bcb0e13f141f82b.tar.gz
pygobject-e613bce9e380a62e408fdfc09bcb0e13f141f82b.tar.xz
pygobject-e613bce9e380a62e408fdfc09bcb0e13f141f82b.zip
svn path=/trunk/; revision=669
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
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)