summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Granjoux <seb.sfo@free.fr>2007-07-02 17:54:27 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-07-02 17:54:27 +0000
commitd1e9ef6614199ea886f2bb2864410383c00fe6f4 (patch)
treee79aac9361434b11cb957b587ae78ba625a559d7 /ChangeLog
parente0fc94bfbdae09096f73b4378686a3ec2e8e392a (diff)
downloadpygobject-d1e9ef6614199ea886f2bb2864410383c00fe6f4.tar.gz
pygobject-d1e9ef6614199ea886f2bb2864410383c00fe6f4.tar.xz
pygobject-d1e9ef6614199ea886f2bb2864410383c00fe6f4.zip
reviewed by: Johan Dahlin
2007-07-02 Sebastian Granjoux <seb.sfo@free.fr> reviewed by: Johan Dahlin * gobject/gobjectmodule.c: (pyg_gerror_exception_check): * tests/test_gtype.py: * tests/testhelpermodule.c: (_wrap_test_gerror_exception): Fix a bug in pyg_error_exception_check, add a test, Fixes #449879 svn path=/trunk/; revision=678
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e87c8e..13b5b32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-07-02 Sebastian Granjoux <seb.sfo@free.fr>
+
+ reviewed by: Johan Dahlin
+
+ * gobject/gobjectmodule.c: (pyg_gerror_exception_check):
+ * tests/test_gtype.py:
+ * tests/testhelpermodule.c: (_wrap_test_gerror_exception):
+
+ Fix a bug in pyg_error_exception_check, add a test, Fixes #449879
+
2007-06-17 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* gobject/pygobject.h: Add a flags field to PyGObject; uses