diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | README | 4 |
3 files changed, 16 insertions, 3 deletions
@@ -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 @@ -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) @@ -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) |