Activity log for bug #189454

Date Who What changed Old value New value Message
2008-02-06 01:24:38 Martin Pool bug added bug
2008-04-01 12:46:28 Michael Vogt update-manager: importance Undecided Low
2008-04-01 12:46:28 Michael Vogt update-manager: status New Confirmed
2008-04-01 12:46:28 Michael Vogt update-manager: milestone later
2008-09-25 12:41:54 Pablo Castellano update-manager: status Confirmed Fix Released
2008-09-25 12:41:54 Pablo Castellano update-manager: statusexplanation The diff is trivial, however we are in the interface freeze so I'm hesitant to change it now: === modified file 'DistUpgrade/DistUpgradeViewGtk.py' --- DistUpgrade/DistUpgradeViewGtk.py 2008-03-31 16:10:31 +0000 +++ DistUpgrade/DistUpgradeViewGtk.py 2008-04-01 12:45:04 +0000 @@ -136,7 +136,7 @@ currentItem = self.totalItems if self.currentCPS > 0: - self.status.set_text(_("Fetching file %li of %li at %sb/s") % (currentItem, self.totalItems, apt_pkg.SizeToStr(self.currentCPS))) + self.status.set_text(_("Fetching file %li of %li at %sB/s") % (currentItem, self.totalItems, apt_pkg.SizeToStr(self.currentCPS))) self.progress.set_text(_("About %s remaining") % FuzzyTimeToStr(self.eta)) else: self.status.set_text(_("Fetching file %li of %li") % (currentItem, self.totalItems)) This bug was fixed in the package update-manager - 1:0.93.5 --------------- update-manager (1:0.93.5) intrepid; urgency=low [ Michael Vogt ] * DistUpgrade/DistUpgradeCache.py: - install new recommends on the hardy->intrepid upgrade (unless overwriten with the RELEASE_UPGRADE_NO_RECOMMENDS environment) * AutoUpgradeTester/UpgradeTestBackendQemu.py: - run ssh in the auto tester with "-t" * UpdateManager/UpdateManager.py: - fix plural forms (thanks to Bruce Cowan, LP: #189921) * DistUpgrade/DistUpgradeViewGtk.py: - show kB/sec (LP: #257778) [ Jonathan Riddell ] * Add KDE upgrade checking tools for use by Adept -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 27 Aug 2008 15:19:01 +0100