summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-12-23 13:11:06 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-12-23 13:11:06 +0000
commit0c1ecdc39d363f64a86450c718cca6b265e25e69 (patch)
tree71abd70af1c54145c54a9d53a053d88f318695dd
parent2e8ef1b95c3359297ac7e2ba8f7700107f72b304 (diff)
downloadpygtk-0c1ecdc39d363f64a86450c718cca6b265e25e69.tar.gz
-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)