~ubuntu-branches/ubuntu/natty/pygtk/natty-proposed

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-22 16:49:42 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090622164942-19zeltp4z0u5iw72
Tags: 2.15.2-0ubuntu1
* New upstream version:
  - Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message
  - Allow pango.Context creation 
  - Make gtk.gdk.Pixbuf.add_alpha accept integers, retaining backward
    compatibility accepting also chars 
  - Protect window obj from GC in gtk.window_get_toplevels 
  - Plug huge number of memory leaks in Pango wrappers 
  - Add gtk.gdk.WINDOWING constant 
  - Wrap gdk_pixbuf_apply_embedded_orientation 
  - Modernize constructors of seven more types 
  - Don't free a string we don't own 
  - Some docs tweaking 
* debian/control.in:
  - set vcs location
* debian/patches/02_fix_get_application_info_crash.patch:
  - the change is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
pygtk-2.15.1 20-Jun-2009
 
2
    - Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message (Paul)
 
3
    - Allow pango.Context creation (Paul, #550855)
 
4
    - Make gtk.gdk.Pixbuf.add_alpha accept integers, retaining backward
 
5
      compatibility accepting also chars (Paul, #586094)
 
6
    - Protect window obj from GC in gtk.window_get_toplevels (Gustavo, #574259)
 
7
    - Plug huge number of memory leaks in Pango wrappers (Paul)
 
8
    - Add gtk.gdk.WINDOWING constant (Paul, #555112)
 
9
    - Wrap gdk_pixbuf_apply_embedded_orientation (Chris Wilson)
 
10
    - Modernize constructors of seven more types (Paul)
 
11
    - Don't free a string we don't own (Paul, #585458)
 
12
    - Some docs tweaking (Gian)
 
13
 
 
14
 
1
15
pygtk-2.15.1 25-May-2009
2
16
    - (Add HSV support to gtk.gdk.Color objects)
3
17
    - Add floating-point support to gtk.gdk.Color (Paul)