From 97d3f066bf84218e7bfb66a6a25d665c450e7f3d Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 8 Jul 2007 21:05:38 +0000 Subject: Work around the deprecation warning of BaseException.message in Python 2.6+ affecting GError exceptions. Fixes #342948. svn path=/trunk/; revision=689 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7017c83..19f40ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-07-08 Johannes Hölzl + + reviewed by: Gustavo Carneiro + + * gobject/gobjectmodule.c (build_gerror, init_gobject): Work + around the deprecation warning of BaseException.message in Python + 2.6+ affecting GError exceptions. Fixes #342948. + 2007-07-07 Gustavo J. A. M. Carneiro * configure.ac: Post-release version bump. -- cgit