summaryrefslogtreecommitdiffstats
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
parent3683d3395fed342ba9cc8552677c974baefd8c86 (diff)
downloadpygobject-e613bce9e380a62e408fdfc09bcb0e13f141f82b.tar.gz
pygobject-e613bce9e380a62e408fdfc09bcb0e13f141f82b.tar.xz
pygobject-e613bce9e380a62e408fdfc09bcb0e13f141f82b.zip
svn path=/trunk/; revision=669
-rw-r--r--ChangeLog2
-rw-r--r--NEWS12
2 files changed, 14 insertions, 0 deletions
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 <jdahlin@async.com.br>
* 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 <doclivingstone@gmail.com>
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)