~barry/ubuntu/lucid/update-manager/fix-511628

« back to all changes in this revision

Viewing changes to DistUpgrade/DistUpgradeVersion.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-10-15 23:36:49 UTC
  • Revision ID: james.westby@ubuntu.com-20091015233649-3lm71of4zak82biw
Tags: 1:0.126.4
* DistUpgrade/DistUpgradeController.py:
  - fix running under ssh detection
* DistUpgrade/DistUpgradeQuirks.py:
  - add check if NBD clustering is in use in mysql server
    and do not upgrade to 5.1 is it is (LP: #450837)
* DistUpgrade/DistUpgrade.cfg:
  - remove mysql-server rule, this is now done in the above 
    quirks handler
* DistUpgrade/DistUpgradeController.py:
  - do not do list cleanup so that cancel restores all of the
    previous state. the cleanup will be done later by the apt
    cron job

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
VERSION='0.126.3'
 
1
VERSION='0.126.4'