~rigved/computer-janitor/bug-458872

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt, Shane Harbour, Martin Pitt
  • Date: 2011-03-03 17:22:59 UTC
  • Revision ID: james.westby@ubuntu.com-20110303172259-v3j7ed1zf4fyg0vk
Tags: 2.1.0-0ubuntu4
[ Shane Harbour ]
* NEWS: fixed a typo. (LP: #726616)

[ Martin Pitt ]
* computerjanitorapp/gtk/ui.py: Update require_version() call to current
  pygobject API. Bump python-gobject dependency accordingly.
* computerjanitorapp/gtk/ui.py: Drop the "event.button.button" workaround.
  PyGI now properly handles unions, so it's just "event.button" now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
computer-janitor (2.1.0-0ubuntu4) natty; urgency=low
 
2
 
 
3
  [ Shane Harbour ]
 
4
  * NEWS: fixed a typo. (LP: #726616)
 
5
 
 
6
  [ Martin Pitt ]
 
7
  * computerjanitorapp/gtk/ui.py: Update require_version() call to current
 
8
    pygobject API. Bump python-gobject dependency accordingly.
 
9
  * computerjanitorapp/gtk/ui.py: Drop the "event.button.button" workaround.
 
10
    PyGI now properly handles unions, so it's just "event.button" now.
 
11
 
 
12
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 03 Mar 2011 17:22:59 +0100
 
13
 
1
14
computer-janitor (2.1.0-0ubuntu3) natty; urgency=low
2
15
 
3
16
  [ Loïc Minier ]