From a8e1cf954f756fc4f390f0d479c2a2d950e468a2 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 17 Jan 2006 00:06:10 +0000 Subject: 2.9.1 --- ChangeLog | 5 +++++ NEWS | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index f722217..da80f0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +=== PyGObject 2.9.1 === +2006-01-16 Johan Dahlin + + * NEWS: Update + 2006-01-15 Christopher Aillon * gobject/gobjectmodule.c (pyg_strv_to_gvalue): diff --git a/NEWS b/NEWS index 6715b3e..435f809 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.9.0 16-january-2006 + - Signal accumulator support (Gustavo) + - GObject doc string generation improvements (Gustavo) + - Discover GInterfaces in runtime (Gustavo) + - Warn if return value in iowatch callback is not bool (Gustavo) + - Convert string arrays properly (Christopher Aillon) 2.8.0 09-january-2006 - Initial release, split of from PyGTK. - Updates for Python 2.5's richcompare (Manish Yosh) -- cgit