[pygtk] Update NEWS and README, release PyGTK 2.15.0



commit 948dd2863d130b3e7bb81cd7df07a95e49a2c778
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Sat May 2 23:53:02 2009 +0200

    Update NEWS and README, release PyGTK 2.15.0
---
 NEWS   |   19 +++++++++++++++++++
 README |    8 +++++---
 2 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 797315e..52db05b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+pygtk-2.15.0 01-May-2009
+    - Update pygtk to use numpy instead of Numeric
+      (Josselin Mouette, Brian Cameron, #397544)
+    - Update the address of the FSF (Tobias Mueller, #577154)
+    - Wrap gtk_builder_add_objects_from_string and
+      gtk_builder_add_objects_from_file.
+    - Add GTK+ 2.16 API (Gian)
+    - wrap gtk.IconView.convert_widget_to_bin_window_coords (Gian)
+    - add gtk.gdk.Window.redirect_to_drawable (Gian)
+    - add GtkNumberUpLayout enum (Gian)
+    - some method argument fixes (Gian)
+    - add gtk.PrintSettings.[get|set]_number_up_layout (Gian)
+    - Some demo fixes (Gian, Andi Albrecht)
+    - Add various deprecation warnings (Gian Mario)
+
+pygtk-2.14.1 06-March-2009
+    - Return the deserialized string as a new memory buffer (Gustavo, #567747)
+    - Complete docs with 2.14 API (Gian Mario)
+
 pygtk-2.14.0 31-January-2009
     - Fix a bogus override of python includes in configure.ac
       (Loïc Minier, #556130)
diff --git a/README b/README
index 8c92b5d..93c2729 100644
--- a/README
+++ b/README
@@ -20,12 +20,12 @@ patches is unified diff format (ie. diff -u).  Please don't send me
 diffs which don't have any context, as these make it very difficult to
 see what the patch does.
 
-What's new in PyGTK 2.14
+What's new in PyGTK 2.16
 ========================
 
-See the wiki page for an overview of the features in PyGTK 2.14:
+See the wiki page for an overview of the features in PyGTK 2.16
 
-http://live.gnome.org/PyGTK/WhatsNew214
+http://live.gnome.org/PyGTK/WhatsNew216
 
 New Versions
 ============
@@ -52,6 +52,7 @@ Requirements
     GTK+ 2.10.0 or higher for 2.10 API
     GTK+ 2.12.0 or higher for 2.12 API
     GTK+ 2.14.0 or higher for 2.14 API
+    GTK+ 2.16.0 or higher for 2.16 API
   * libglade 2.5.0 or higher (optional)
   * pycairo 1.0.2 or higher (optional)
   * numpy (optional)
@@ -62,6 +63,7 @@ This release is supporting the following GTK+ releases:
   2.10.x
   2.12.x
   2.14.x
+  2.16.x
 
 To include support for the 2.10 API you'll need GTK+ 2.10.0 etc.
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]