summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS7
-rw-r--r--README4
3 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 39fdbcce..1199bea7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
- 2004-12-02 Cedric Gustin <cedric.gustin@swing.be>
+=== PyGtk 2.5.1 ===
+2004-12-23 Johan Dahlin <johan@gnome.org>
+
+ * NEWS:
+ * README: Updated
+
+2004-12-02 Cedric Gustin <cedric.gustin@swing.be>
Reviewed by: Johan Dahlin <johan@gnome.org>
Fixes #150616
diff --git a/NEWS b/NEWS
index d2c67998..31ae0ffc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+pygtk-2.5.1 23-december-2004
+ - Remove API removed in Gtk+ 2.6.0 (Gustavo, Johan)
+ - Implement pango.LayoutIter (John)
+ - Build fixes (Johan, Marco Pensenti Gritti)
+ - Update examples (Alan Horkan)
+ - distutils/win32 fixes (Cedric Gustin)
+
pygtk-2.5.0 29-november-2004
- Port to Gtk+ 2.5.x (Johan, John)
- Code generator improvements (Gustavo)
diff --git a/README b/README
index 8acb95bc..4290decf 100644
--- a/README
+++ b/README
@@ -41,8 +41,8 @@ Requirements
============
* C compiler (GCC and MSVC supported)
* Python 2.3 or higher
- * Glib 2.4 or higher
- * Gtk+ 2.4 or higher (optional)
+ * Glib 2.6.0 or higher
+ * Gtk+ 2.6.0 or higher (optional)
* libglade 2.3.6 (optional)
* Numeric (optional)