summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-01-17 00:06:10 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-01-17 00:06:10 +0000
commita8e1cf954f756fc4f390f0d479c2a2d950e468a2 (patch)
treec652b38a98e15186ac49842c5b49f1c4d83e77ce
parent55ce546eb1a8bacd32e8822b1a7e29f4eebba01a (diff)
downloadpygobject-a8e1cf954f756fc4f390f0d479c2a2d950e468a2.tar.gz
pygobject-a8e1cf954f756fc4f390f0d479c2a2d950e468a2.tar.xz
pygobject-a8e1cf954f756fc4f390f0d479c2a2d950e468a2.zip
2.9.1
-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)