summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-01-09 20:17:57 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-01-09 20:17:57 +0000
commit71b034ab1751e9c0faf94fc0ff25bc92c8016281 (patch)
treed8bf6c38482ea56b05a1b9cc232f1c791d393df6
parentc0b363d57bb73f44f4b7c945b04d06bc7775e86d (diff)
downloadpygobject-71b034ab1751e9c0faf94fc0ff25bc92c8016281.tar.gz
pygobject-71b034ab1751e9c0faf94fc0ff25bc92c8016281.tar.xz
pygobject-71b034ab1751e9c0faf94fc0ff25bc92c8016281.zip
-rw-r--r--ChangeLog1
-rw-r--r--NEWS6
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19eff4e..8a17772 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+=== PyGObjet 2.9.0 ===
2006-01-09 Johan Dahlin <jdahlin@async.com.br>
* MANIFEST.in:
diff --git a/NEWS b/NEWS
index e69de29..bb4d98a 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,6 @@
+2.9.0 09-january-2006
+ - Initial release, split of from PyGTK.
+ - Updates for Python 2.5's richcompare (Manish Yosh)
+ - PyFlags bug fixes (Gustavo)
+ - Fix leak in pygobject_new_with_interfaces (Johan)
+ - Undeprecate gobject.type_register (Johan)