summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2009-04-05 14:39:35 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2009-04-05 14:39:35 +0000
commit2d08b554a9a944f60d5471a6eca94dc32f42d1ba (patch)
treede55053480e89122f215c8a5bbd93b92994e6f80 /ChangeLog
parent7193a0e14e488ef07f723a0b9f490a03fe291650 (diff)
downloadpygobject-2d08b554a9a944f60d5471a6eca94dc32f42d1ba.tar.gz
pygobject-2d08b554a9a944f60d5471a6eca94dc32f42d1ba.tar.xz
pygobject-2d08b554a9a944f60d5471a6eca94dc32f42d1ba.zip
Bug 577999 – converting a negative long Python value to a GUINT64 GValue doesn't error out as it should
svn path=/trunk/; revision=1054
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a999c6..180539a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-05 Gustavo J. A. M. Carneiro <gjc@gnome.org>
+
+ * gobject/pygtype.c (pyg_value_from_pyobject): Bug 577999 –
+ converting a negative long Python value to a GUINT64 GValue
+ doesn't error out as it should.
+
2009-04-04 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/gfile.override: