summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-08 13:18:52 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-08 13:18:52 +0000
commitc09cf5a48f6c4f35997418c5da40d93a1e296dbd (patch)
tree2360534994a798bb1cc5f4e16a6141ed12e91054
parentda46c1b41449552c7a49e70ccf7c350ff62602f3 (diff)
downloadpygtk-c09cf5a48f6c4f35997418c5da40d93a1e296dbd.tar.gz
2.9.6
-rw-r--r--ChangeLog7
-rw-r--r--NEWS7
-rw-r--r--README1
3 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b5148de..a248d202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== 2.9.6 ===
+2006-08-08 Johan Dahlin <jdahlin@async.com.br>
+
+ * README: Add PyGObject dependency
+
+ * NEWS: Update
+
2006-08-07 Gustavo J. A. M. Carneiro <gjc@gnome.org>
* codegen/argtypes.py:
diff --git a/NEWS b/NEWS
index ceea9c44..3b6ce14f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+pygtk-2.9.5 8-august-2006
+ - GtkTreePath can be converted from integers again (#350252, Gustavo,
+ Sebastien Bacher)
+ - Fix parallel build (#350225, Ed Catmur)
+ - Reduce exception abuse in code generator (Gustavo)
+ - Documentation improvements (Johan, John)
+
pygtk-2.9.5 6-august-2006
- Make it possible to build with GTK+ 2.10 (#350008, Joseph Sacco)
- Make sure dir(gtk.keysyms) work again (#349892, Johan, John)
diff --git a/README b/README
index a058f5d6..3616f814 100644
--- a/README
+++ b/README
@@ -46,6 +46,7 @@ Requirements
============
* C compiler (GCC and MSVC supported)
* Python 2.3.5 or higher
+ * PyGObject 2.11.2 or higher
* Glib 2.8.0 or higher
* Gtk+ 2.8.0 or higher (optional)
* libglade 2.5.0 or higher (optional)