summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--NEWS6
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19eff4e0..8a177727 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 e69de29b..bb4d98a5 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)