From 5c6489b9d35ae0a5ca144766c34f60f53ea5d1e6 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 18 Nov 2006 15:50:50 +0000 Subject: 2.12.3 --- ChangeLog | 3 +++ NEWS | 11 +++++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9ca6056..a7e04b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ +=== 2.12.3 === 2006-11-18 Johan Dahlin + * NEWS: Update + * gobject/pygoptiongroup.c (pyg_option_group_dealloc): * tests/test_option.py (TestOption.testBadConstructor): Make sure an exception is raised when we pass in invalid arguments diff --git a/NEWS b/NEWS index 992172c..99315fc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +2.12.3 18-november-2006 + - distutils build fixes (Cedric) + - documentation updates (John) + - gobject.handler_block_by_func and friends now accept methods + (Johan, Dima, #375589) + - avoid truncating of gparamspec (Yevgen Muntyan, #353943) + - set __module__ on gobject derived types (Johan, + Osmo Salomaa, #376099) + - Ensure exceptions are raised on errors in gobject.OptionGroup + (Johan, Laszlo Pandy, #364576 + 2.12.2 3-october-2006 - Make PyGObject 64-bit safe for Python 2.5 (Gustavo) - All headers are now LGPL and not GPL (Johan) -- cgit