From 7fd71cf4c3016bd22150f49854031878bbe9504f Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Sun, 27 Aug 2006 20:50:27 +0000 Subject: 2.11.4 --- ChangeLog | 3 +++ NEWS | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index b514be0..9b31d1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ +=== 2.11.4 === 2006-08-27 Gustavo J. A. M. Carneiro + * NEWS: Update. + * gobject/gobjectmodule.c (pyg_type_register): Correct a bug in the code that checks if parent already implements an interface or not. diff --git a/NEWS b/NEWS index 7129467..9a54b9d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.11.4 27-august-2006 + - Include pre-generated html docs in the tarball (Johan) + - Fix bug in do_set_property called from constructor (Gustavo, #353039) + - Fix type registration involving interfaces with signals and/or + properties (Gustavo) + 2.11.3 21-august-2006 - Documentation updates (John) - Documentation build fixes (Johan, John, Gian Mario Tagliaretti) -- cgit