~ubuntu-core-dev/jockey/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Martin Pitt
  • Date: 2011-09-01 10:21:28 UTC
  • mfrom: (105.23.5 trunk)
  • Revision ID: martin.pitt@canonical.com-20110901102128-eqacq4z3od71ehgr
* Merge fix from trunk:
  - detection.py: Fix crash if Driver ID does not have a package field.
    (LP: #837495)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
jockey (0.9.4-0ubuntu4) UNRELEASED; urgency=low
 
2
 
 
3
  * Merge fix from trunk:
 
4
    - detection.py: Fix crash if Driver ID does not have a package field.
 
5
      (LP: #837495)
 
6
 
 
7
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 01 Sep 2011 12:21:13 +0200
 
8
 
1
9
jockey (0.9.4-0ubuntu3) oneiric; urgency=low
2
10
 
3
11
  * jockey/ui.py, jockey/backend.py: Use MainLoop from GObject, not from GLib.