summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS6
2 files changed, 11 insertions, 0 deletions
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 <johan@gnome.org>
+
+ * NEWS: Update
+
2006-01-15 Christopher Aillon <caillon@redhat.com>
* 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)