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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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.2-0ubuntu1) karmic; urgency=low
 
2
 
 
3
  * New upstream version:
 
4
    - Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message
 
5
    - Allow pango.Context creation 
 
6
    - Make gtk.gdk.Pixbuf.add_alpha accept integers, retaining backward
 
7
      compatibility accepting also chars 
 
8
    - Protect window obj from GC in gtk.window_get_toplevels 
 
9
    - Plug huge number of memory leaks in Pango wrappers 
 
10
    - Add gtk.gdk.WINDOWING constant 
 
11
    - Wrap gdk_pixbuf_apply_embedded_orientation 
 
12
    - Modernize constructors of seven more types 
 
13
    - Don't free a string we don't own 
 
14
    - Some docs tweaking 
 
15
  * debian/control.in:
 
16
    - set vcs location
 
17
  * debian/patches/02_fix_get_application_info_crash.patch:
 
18
    - the change is in the new version
 
19
 
 
20
 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 22 Jun 2009 16:49:42 +0200
 
21
 
1
22
pygtk (2.15.1-0ubuntu2) karmic; urgency=low
2
23
 
3
24
  * Add 02_fix_get_application_info_crash.patch: Fix crash in