~mvo/update-manager/not-automatic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Michael Vogt
  • Date: 2009-01-16 20:03:46 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090116200346-iowepdthj5624hb0
* DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeView.py:
  - remove the pkg_failures count in InstallProgress. It does not work
    because it is incremented in a different process (it forked in 
    InstallProgress) than the process it is later read again
  - removing it entirely is ok, a package failure is not a bug against
    update-manager (LP: #311220)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
update-manager (1:0.96.4) jaunty; urgency=low
 
2
 
 
3
  * DistUpgrade/DistUpgradeController.py:
 
4
    - do not generate apport report against update-manager if 
 
5
      cache.commit() failed. the report is generated against
 
6
      the failing package instead (LP: #311220)
 
7
 
 
8
 --
 
9
 
1
10
update-manager (1:0.96.3) jaunty; urgency=low
2
11
 
3
12
  * DistUpgrade/DistUpgradeController.py: