summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-06-20 10:30:36 +0200
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-06-20 10:30:36 +0200
commit727ce3bc0050ac5021a1b824e17c8443f385fbc0 (patch)
tree5d6b00cbdcf1a608c006b6fed8be6cf3c7015927 /NEWS
parentae3d093c4d97114d2a632193792f28470d51da07 (diff)
downloadpygtk-727ce3bc0050ac5021a1b824e17c8443f385fbc0.tar.gz
Update NEWS, release PyGTK-2.15.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bb78a0c9..a4fba3d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+pygtk-2.15.1 20-Jun-2009
+ - Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message (Paul)
+ - Allow pango.Context creation (Paul, #550855)
+ - Make gtk.gdk.Pixbuf.add_alpha accept integers, not strings (Paul, #586094)
+ - Protect window obj from GC in gtk.window_get_toplevels (Gustavo, #574259)
+ - Plug huge number of memory leaks in Pango wrappers (Paul)
+ - Add gtk.gdk.WINDOWING constant (Paul, #555112)
+ - Wrap gdk_pixbuf_apply_embedded_orientation (Chris Wilson)
+ - Modernize constructors of seven more types (Paul)
+ - Don't free a string we don't own (Paul, #585458)
+ - Some docs tweaking (Gian)
+
+
pygtk-2.15.1 25-May-2009
- (Add HSV support to gtk.gdk.Color objects)
- Add floating-point support to gtk.gdk.Color (Paul)