~ubuntu-branches/ubuntu/karmic/software-center/karmic-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Michael Vogt, Loïc Minier
  • Date: 2009-09-28 17:05:20 UTC
  • Revision ID: james.westby@ubuntu.com-20090928170520-ga2ls6sj53hplmns
Tags: 0.4.2
[ Michael Vogt ]
* softwarecenter/view/pendingview.py:
  - fix empty progress view when the daemon exited in between
    (LP: #437685)
* softwarecenter/view/appdetailsview.py:
  - fix crash when no candidate for a package can be found

[ Loïc Minier ]
* Add .PHONY to rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
software-center (0.4.2) karmic; urgency=low
 
2
 
 
3
  [ Michael Vogt ]
 
4
  * softwarecenter/view/pendingview.py:
 
5
    - fix empty progress view when the daemon exited in between
 
6
      (LP: #437685)
 
7
  * softwarecenter/view/appdetailsview.py:
 
8
    - fix crash when no candidate for a package can be found
 
9
 
 
10
  [ Loïc Minier ]
 
11
  * Add .PHONY to rules.
 
12
 
 
13
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 28 Sep 2009 17:05:20 +0200
 
14
 
1
15
software-center (0.4.1) karmic; urgency=low
2
16
 
 
17
  [ Michael Vogt ]
3
18
  * softwarecenter/view/widgets/imagedialog.py:
4
19
    - ignore gconf errors when trying to read the proxy settings
5
20
      (LP: #436129)