summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-05-02 23:53:02 +0200
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-05-02 23:53:02 +0200
commit948dd2863d130b3e7bb81cd7df07a95e49a2c778 (patch)
tree8c100f630b821c94faaa8d9161430e15b79a36ca
parent90cfb3e6694a9d575b8fb2420b1c61fd5d6401a8 (diff)
downloadpygtk-948dd2863d130b3e7bb81cd7df07a95e49a2c778.tar.gz
Update NEWS and README, release PyGTK 2.15.0PYGTK_2_15_0
-rw-r--r--NEWS19
-rw-r--r--README8
2 files changed, 24 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 797315ef..52db05b0 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 8c92b5d6..93c27296 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.