diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,8 @@ +=== PyGObject 2.9.1 === +2006-01-16 Johan Dahlin <johan@gnome.org> + + * NEWS: Update + 2006-01-15 Christopher Aillon <caillon@redhat.com> * gobject/gobjectmodule.c (pyg_strv_to_gvalue): @@ -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) |