From 2d08b554a9a944f60d5471a6eca94dc32f42d1ba Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 5 Apr 2009 14:39:35 +0000 Subject: Bug 577999 – converting a negative long Python value to a GUINT64 GValue doesn't error out as it should MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=1054 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * gio/gfile.override: -- cgit