summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-12-26 18:25:11 +0100
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-12-26 18:25:11 +0100
commite378678e7857ed29e4ec4482f7b40eb4bf582592 (patch)
tree27eb0485dc8f3026dbf260da5d444fc645658f45 /NEWS
parent0204a20584aad629a08c879537156b32478589a6 (diff)
downloadpygtk-e378678e7857ed29e4ec4482f7b40eb4bf582592.tar.gz
Update NEWS and README, release PyGTK 2.17.0PYGTK_2_17_0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b3601587..44b10f4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+pygtk-2.17.0 26-Dec-2009
+ - Some docs improvements (Gian Mario)
+ - Wrap new API added in GTK/GDK 2.18 (Gian Mario)
+ - Release GIL in several gdk.Pixbuf methods (Paul, #591726)
+ - Fix override for gtk.TreeSortable.do_get_sorted_column_id (Paul)
+ - Make it possible to implement gtk.TreeSortable to some extent (Paul)
+ - Fix wrong gtk.gdk.color_from_hsv definition (Arun Raghavan, #594347)
+ - Plug memory leaks in a few Pango Cairo functions (Paul, #599730)
+ - Plug a huge leak in gtk.Widget.get_snapshot() (Benjamin Berg, #596612)
+ - Undeprecate gtk.Toolbar.(un)set_icon_size() again (Paul)
+
pygtk-2.16.0 23-Aug-2009
- Allow to use automake 1.11 (Paolo Borelli)
- Remove compiler warnings (Gian)