Change logs for update-manager source package in Precise

  • update-manager (1:0.156.14.22) precise; urgency=medium
    
      * Make ubuntu-support-status tell users about the ESM archive.
        LP: #1687105.
    
     -- Steve Langasek <email address hidden>  Fri, 28 Apr 2017 13:32:09 -0700
  • update-manager (1:0.156.14.21) precise-proposed; urgency=medium
    
      * No change rebuild so the dist-upgrader tarball will be signed with the new
        method. (LP: #1645906)
    
     -- Brian Murray <email address hidden>  Wed, 30 Nov 2016 10:54:24 -0800
  • update-manager (1:0.156.14.20) precise-proposed; urgency=medium
    
      * Correctly calculate the end of support, and return correctly when support
        has ended. Patch from Andrew Gaul, with thanks. (LP: #1574193)
    
     -- Brian Murray <email address hidden>  Fri, 30 Sep 2016 09:55:44 -0700
  • update-manager (1:0.156.14.19) precise-proposed; urgency=low
    
      * fix crash in release upgrader when no official mirror is
        found, thanks to Thomas Reusch for reporting
        (LP: #1441157)
     -- Michael Vogt <email address hidden>   Tue, 07 Apr 2015 14:55:50 +0200
  • update-manager (1:0.156.14.18) precise-proposed; urgency=low
    
      [ Lefteris Nikoltsios ]
      * remove all ltsp* blacklisting (LP: #1415785)
    
      [ Michael Vogt ]
      * improve HWE support information message in the gtk UI
        (LP: #1402706)
      * consider more meta-packages when doing the apt-get install
        suggestion (LP: #1420217)
      * show unsupported packages if no replacement packages can be found
        (LP: #1341320)
     -- Michael Vogt <email address hidden>   Tue, 10 Feb 2015 17:39:22 +0100
  • update-manager (1:0.156.14.17) precise-proposed; urgency=low
    
      [ Michael Vogt ]
      * fix regression in release upgrader download (LP: #1348067)
      * ensure to tell the user about update-manager when its
        installed  (LP: #1348227)
    
      [ Yu Ning ]
      * fix bug in multiarch handling for hwe-support-status
        --show-replacements (LP: #1349400)
     -- Michael Vogt <email address hidden>   Mon, 28 Jul 2014 14:26:41 +0200
  • update-manager (1:0.156.14.16) precise-proposed; urgency=low
    
      * HweSupportStatus/consts.py:
        - use ISO date format instead of the locales date format because
          pam_motd does not set the LANG environment (LP: #1342424)
      * hwe-support-status:
        - fix crash with hwe-support-status --show-all-unsupported,
          thanks to "frankster" (LP: #1341324)
     -- Michael Vogt <email address hidden>   Wed, 16 Jul 2014 10:38:59 +0200
  • update-manager (1:0.156.14.15) precise-proposed; urgency=low
    
      * support HardwareEnablement End-of-Life transition
        (LP: #1333728)
     -- Michael Vogt <email address hidden>   Tue, 24 Jun 2014 16:32:25 +0200
  • update-manager (1:0.156.14.14) precise-proposed; urgency=medium
    
      * Fix translations (ja, id, eo, ug) of check-new-release-gtk dialog
        which cause a crash and users not to be notified of the new version.
        (LP: #1311396)
     -- Brian Murray <email address hidden>   Wed, 23 Apr 2014 11:58:26 -0700
  • update-manager (1:0.156.14.13) precise-proposed; urgency=medium
    
      * debian/source_update-manager.py: use root_command_output so that we can
        collect apt-clone_system_state.tar.gz. (LP: #1274704)
     -- Brian Murray <email address hidden>   Fri, 11 Apr 2014 14:42:25 -0700
  • update-manager (1:0.156.14.12) precise-proposed; urgency=medium
    
      * debian/source_update-manager.py: create a DuplicateSignature by
        replacing the tmpdir name in the Traceback (LP: #1289580)
     -- Brian Murray <email address hidden>   Mon, 10 Mar 2014 10:40:57 -0700
  • update-manager (1:0.156.14.11) precise-proposed; urgency=low
    
      * DistUpgradeApport.py: don't use a '/' as a key name in the apport report
        as this will cause an assertion error and prevent any attachments from
        being included (LP: #1060353)
     -- Brian Murray <email address hidden>   Mon, 08 Oct 2012 16:02:53 -0700
  • update-manager (1:0.156.14.10) precise-proposed; urgency=low
    
      * fix crash in UpdateManager.Core.utils.error(), thanks to
        Christian Parrino (LP: #964674)
     -- Brian Murray <email address hidden>   Fri, 05 Oct 2012 11:34:26 -0700
  • update-manager (1:0.156.14.9) precise-proposed; urgency=low
    
      * No change rebuild to pick up the fixed apt_clone.py
    
    update-manager (1:0.156.14.8) precise-proposed; urgency=low
    
      * Fix removal_blacklist to blacklist "^screen$" instead of "screen".
        This fixes cases where the upgrade would fail because of a package
        containing "screen" being removed. (LP: #1029531)
    
    update-manager (1:0.156.14.7) precise-proposed; urgency=low
    
      * DistUpgrade/DistUpgradeMain.py: call clone.save_state with
        scrub_sources set so that VarLogDistUpgradeAptclonesystemstate will be
        included in bug reports again (LP: #1029046)
      * DistUpgrade/DistUpgradeApport.py: check errormsg for the English version of
        the dependency problems error first (LP: #999890)
        - add apt-clone_system_state.tar.gz to white list of files to upload
      * In the apport source package hook collect apt-clone information if the bug
        report is about a distribution upgrade (LP: #1029046)
      * Don't throw exception on socket timeout when downloading metarelease file
        (LP: #818760)
     -- Stephane Graber <email address hidden>   Thu, 09 Aug 2012 17:05:37 -0400
  • update-manager (1:0.156.14.8) precise-proposed; urgency=low
    
      * Fix removal_blacklist to blacklist "^screen$" instead of "screen".
        This fixes cases where the upgrade would fail because of a package
        containing "screen" being removed. (LP: #1029531)
    
    update-manager (1:0.156.14.7) precise-proposed; urgency=low
    
      * DistUpgrade/DistUpgradeMain.py: call clone.save_state with
        scrub_sources set so that VarLogDistUpgradeAptclonesystemstate will be
        included in bug reports again (LP: #1029046)
      * DistUpgrade/DistUpgradeApport.py: check errormsg for the English version of
        the dependency problems error first (LP: #999890)
        - add apt-clone_system_state.tar.gz to white list of files to upload
      * In the apport source package hook collect apt-clone information if the bug
        report is about a distribution upgrade (LP: #1029046)
      * Don't throw exception on socket timeout when downloading metarelease file
        (LP: #818760)
     -- Stephane Graber <email address hidden>   Wed, 08 Aug 2012 17:52:47 -0400
  • update-manager (1:0.156.14.7) precise-proposed; urgency=low
    
      * DistUpgrade/DistUpgradeMain.py: call clone.save_state with
        scrub_sources set so that VarLogDistUpgradeAptclonesystemstate will be
        included in bug reports again (LP: #1029046)
      * DistUpgrade/DistUpgradeApport.py: check errormsg for the English version of
        the dependency problems error first (LP: #999890)
        - add apt-clone_system_state.tar.gz to white list of files to upload
      * In the apport source package hook collect apt-clone information if the bug
        report is about a distribution upgrade (LP: #1029046)
      * Don't throw exception on socket timeout when downloading metarelease file
        (LP: #818760)
     -- Brian Murray <email address hidden>   Thu, 26 Jul 2012 11:58:16 -0700
  • update-manager (1:0.156.14.6) precise-proposed; urgency=low
    
      * lp:~ember/update-manager/ubuntu.bug1002956:
        - fix missing ReleaseNotesViewerWebkit.py support, thanks to
          Pedro Fragoso (LP: #1002956)
      * DistUpgrade/DistUpgradeCache.py:
        - increase estimated kernel size slightly to match the precise
          kernels
      * fix automatic expand of the terminal if no activity happend
        for >300s (LP: #979661)
      * DistUpgrade/ReleaseAnnouncement:
        - add "LTS" to the version
     -- Michael Vogt <email address hidden>   Wed, 20 Jun 2012 19:52:49 +0200
  • update-manager (1:0.156.14.5) precise-security; urgency=low
    
      * SECURITY UPDATE: Incomplete fix for CVE-2012-0949 (LP: #1004503)
        - DistUpgrade/DistUpgradeApport.py: use a whitelist of files so we
          don't upload system_state archives.
        - tests/test_apport_crash.py: add test.
        - CVE-2012-0950
     -- Marc Deslauriers <email address hidden>   Thu, 31 May 2012 13:05:04 -0400
  • update-manager (1:0.156.14.4) precise-security; urgency=low
    
      * SECURITY UPDATE: Incorrect permissions on system_state archive may
        expose repo passwords (LP: #954483)
        - DistUpgrade/DistUpgradeMain.py: create file with proper permissions.
        - debian/update-manager-core.postinst: clean up permissions on existing
          files.
        - CVE-2012-0948
      * SECURITY UPDATE: Apport hook may upload system_state archive containing
        repo passwords (LP: #954483)
        - debian/source_update-manager.py: don't upload system_state archives.
        - CVE-2012-0949
      * This package does _not_ contain the changes from (1:0.156.14.2) in
        precise-proposed.
     -- Marc Deslauriers <email address hidden>   Tue, 15 May 2012 08:13:39 -0400
  • update-manager (1:0.156.14.2) precise-proposed; urgency=low
    
      * fix automatic expand of the terminal if no activity happend
        for >300s (LP: #993190)
     -- Michael Vogt <email address hidden>   Fri, 04 May 2012 11:46:09 -0700
  • update-manager (1:0.156.14.1) precise-proposed; urgency=low
    
      * DistUpgrade/ReleaseAnnouncement:
        - add "LTS" to the name
     -- Michael Vogt <email address hidden>   Thu, 26 Apr 2012 13:59:24 +0200
  • update-manager (1:0.156.14) precise; urgency=low
    
      * debian/control:
        - fix description for update-manager-kde (LP: #984906),
          thanks to Scott Kitterman
      * DistUpgrade/DistUpgradeController.py:
        - do not set PYCENTRAL_NO_DPKG_QUERY (LP: #986233)
     -- Michael Vogt <email address hidden>   Fri, 20 Apr 2012 18:26:27 +0200
  • update-manager (1:0.156.13) precise; urgency=low
    
      * Improve the error message used when a package cannot be located after
        updating, probably caused by an overloaded mirror. (LP: #873468)
     -- Barry Warsaw <email address hidden>   Tue, 17 Apr 2012 16:02:54 -0400
  • update-manager (1:0.156.12) precise; urgency=low
    
      [ Colin Watson ]
      * data/gtkbuilder/UpgradePromptDialog.ui:
        - Remove has_separator property from dialog_really_do_not_upgrade
          (deprecated in GTK+ 2.22, removed in 3.0).
      * debian/control:
        - Restore gksu dependency, needed by e.g. check-new-release-gtk
          (LP: #980637).
    
      [ Michael Vogt ]
      * UpdateManager/UpdateManager.py:
        - disconnect model and clear store before rebuilding the cache,
          thanks to Colin Watson
      * po/*.po:
        - updated to the latest launchpad (LP: #628157)
      * DistUpgrade/DistUpgradeController.py:
        - remove backports sources.list.d file again after its no
          longer needed (LP: #973717)
      * DistUpgrade/DistUpgradeController.py:
        - when checking for the backports, its enough to check is the
          set of the needed ones is a subset of the found ones (LP: #969182)
      * DistUpgrade/DistUpgrade.cfg.lucid:
        - release-upgrader-libapt-pkg-dev is not needed for the upgrade
          itself
      * remove skype from the removal blacklist
     -- Michael Vogt <email address hidden>   Tue, 17 Apr 2012 21:27:54 +0200
  • update-manager (1:0.156.11) precise; urgency=low
    
      * DistUpgrade/DistUpgrade.cfg.lucid:
        - add in a missing backported package (LP: #969182)
      * DistUpgrade/Distupgrade.py:
        - workaround issue regarding removing selections, thanks to sampo555 for
          the patch (LP: #945536)
      * Automatic update of mirrors, demoted packages and of included source
        packages: base-installer
     -- Brian Murray <email address hidden>   Thu, 12 Apr 2012 11:02:52 -0700
  • update-manager (1:0.156.10) precise; urgency=low
    
      [ Michael Vogt ]
      * UpdateManager/Core/MyCache.py:
        - do not attempt to download changelogs from https locations if
          the uri requires credentials, thanks to Pat McGowan
    
      [ Colin Watson ]
      * UpdateManager/Core/MyCache.py:
        - Check that pkg.candidate.uri is not None when looking for changelogs
          (LP: #839986).
     -- Michael Vogt <email address hidden>   Tue, 27 Mar 2012 13:44:40 +0200
  • update-manager (1:0.156.9) precise; urgency=low
    
      [ Michael Vogt ]
      * DistUpgrade/DistUpgradeController.py:
        - support cdrom-only upgrades properly by using the backported
          libapt-{pkg,inst} and release-upgrader-python-apt from the CD
      * DistUpgrade/DistUpgrade.cfg:
        - update KernelRemoval/Version to match oneirics kernel
      * DistUpgrade/DistUpgrade.cfg.lucid:
        - update KernelRemoval/Version to match lucids kernel
      * data/release-upgrades:
        - set releae upgrades default to "lts"
    
      [ Brian Murray ]
      * debian/source_update-manager.py: pass if attach_gsettings fails like on a
        server
    
      [ Gabor Kelemen ]
      * lp:~kelemeng/update-manager/bug957552:
        - Mark two accessible descriptions for translation. LP: #957552
     -- Michael Vogt <email address hidden>   Tue, 20 Mar 2012 17:35:34 +0100
  • update-manager (1:0.156.8) precise; urgency=low
    
      [ Robert Roth ]
      * Update icon name to use FD.o standard (LP: #921310)
    
      [ Julien Lavergne ]
      * DistUpgrade/DistUpgrade.cfg, DistUpgrade/removal_blacklist.cfg,
        UpdateManager/Core/utils.py,
        AutoUpgradeTester/profile/lubuntu/DistUpgrade.cfg:
       - Add Lubuntu support, and don't upgrade gnome-components which have been
         removed from Lubuntu installation (LP: #945215)
    
      [ Barry Warsaw ]
      * Improve the warning issued when i8xx graphics hardware is
        detected. (LP: #941172)
    
      [ Brian Murray ]
      * DistUpgrade/removal_blacklist.cfg:
        - blacklist gnome-session so that users can always login after a failed
          partial upgrade (LP: #946539)
    
      [ James Hunt ]
      * Only attempt to stop screensaver if DISPLAY set, and throw away
        xdg-screensaver output. (LP: #883618)
    
      [ Colin Watson ]
      * Use 'from dbus.mainloop.glib import DBusGMainLoop;
        DBusGMainLoop(set_as_default=True)' to set up the main loop, rather than
        importing the deprecated dbus.glib.
    
      [ Gabor Kelemen ]
      * Fix misplaced parentheses. LP: #952959
     -- Michael Vogt <email address hidden>   Tue, 13 Mar 2012 15:29:59 +0100
  • update-manager (1:0.156.7) precise; urgency=low
    
      [ Michael Vogt ]
      * DistUpgrade/DistUpgradeCache.py:
        - fix nvidia detection, thanks to Brian Murray
      * DistUpgrade/xorg_fix_proprietary.py:
        - fix crash when apt_pkg is not initialized (LP: #942106)
      * DistUpgrade/DistUpgradeController.py, DistUpgrade/mirrors.cfg:
        - support upgrades with commercial-ppas in the sources.list
          (LP: #939461) and add tests
      * UpdateManager/UpdateManager.py:
        - fix inaccurate string, thanks to JohnNapster (LP: #942590)
    
      [ Brian Murray ]
      * DistUpgrade/removal_blacklist.cfg:
        - Only blacklist unity-2d, not all packages whose names start with
          unity-2d.  (LP: #940196)
     -- Michael Vogt <email address hidden>   Mon, 05 Mar 2012 09:02:14 +0100
  • update-manager (1:0.156.6) precise; urgency=low
    
      [ Robert Roth ]
      * lp:~evfool/update-manager/lp930177:
        - Add missing space (LP: #930177)
    
      [ Michael Vogt ]
      * DistUpgrade/DevelReleaseAnnouncement:
        - change label from alpha to beta release
     -- Michael Vogt <email address hidden>   Thu, 23 Feb 2012 16:44:50 +0100
  • update-manager (1:0.156.5) precise; urgency=low
    
      [ Brian Murray ]
      * do-release-upgrade: capitalize U in ubuntu
      * debian/source_update-manager.py: add screenlog.0 from
        /var/log/dist-upgrade to apport bug reports
    
      [ Marc Deslauriers ]
      * DistUpgrade/DistUpgradeViewKDE.py: fix regression caused by improper
        return value handling. (LP: #933225)
     -- Michael Vogt <email address hidden>   Thu, 16 Feb 2012 17:30:58 +0100
  • update-manager (1:0.156.4) precise; urgency=low
    
      * DistUpgrade/DistUpgrade.cfg.lucid:
        - Update libapt-pkg and libapt-inst versions.
     -- Colin Watson <email address hidden>   Mon, 06 Feb 2012 11:35:42 +0000
  • update-manager (1:0.156.3) precise; urgency=low
    
      [ Jean-Baptiste Lallement ]
      * lp:~jibel/update-manager/AutoUpgradeTester-desktoptests:
        New tests for Ubuntu Desktop LTS upgrade:
        * autologin check
        * user settings check: wallpaper, theme, keyboard layout, custom
          launchers (desktop and panel)
      * lp:~jibel/update-manager/AutoUpgradeTester-portlocking:
        - automatically allocate free ssh/vnc ports
    
      [ Colin Watson ]
      * Clean up a few pyflakes warnings.
      * DistUpgrade/DistUpgradeMain.py
        - Make sure main.log is actually created.
      * DistUpgrade/removal_blacklist.cfg:
        - Only blacklist unity, not all packages whose names start with unity.
    
      [ Robert Roth ]
      * lp:~evfool/update-manager/lp351665:
        -  Use ngettext to humanize size (LP: #351665)
      * lp:~evfool/update-manager/distupgradefixes:
        - DistUpgrade changes dialog text fixes
          (LP: #348517, LP: #513908)
        - Fix resize on changes dialog to stretch the details
          (LP: #294293)
    
      [ Michael Vogt ]
      * add humanize_size() test
      * pyflakes fixes
      * tests/test_pyflakes.py:
        - always pyflakes as part of the pre-build process to ensure
          we are clean
      * disable apply_dselect_upgrades()
     -- Michael Vogt <email address hidden>   Fri, 03 Feb 2012 09:56:29 +0100
  • update-manager (1:0.156.2) precise; urgency=low
    
      [ Michael Vogt ]
      * DistUpgrade/removal_blacklist.cfg:
        - add unity, unity-2d
    
      [ Brian Murray ]
      * debian/source_update-manager.py: use attach_file for dist-upgrade log
        files rather than attach_root_command_outputs resolving the double gzipped
        apt clone attachment issue
    
      [ Matthew Linscott ]
      * UpdateManager/Core/utils.py
        - fixed typos in docstring for ExecutionTime
    
      [ Daniel Polehn ]
      * DistUpgrade/DistUpgradeView.py
        - Made usage of 'canceled' v. 'cancelled' consistent. LP: #918302
     -- Brian Murray <email address hidden>   Wed, 25 Jan 2012 15:37:27 -0800
  • update-manager (1:0.156.1) precise; urgency=low
    
      * debian/source_update-manager.py: include AptDaemon messages from syslog to
        help identify failures
     -- Brian Murray <email address hidden>   Tue, 17 Jan 2012 15:21:37 -0800
  • update-manager (1:0.156) precise; urgency=low
    
      [ Michael Vogt ]
      * pyflake fixes, remove some dead code
      * update unity dependency
    
      [ Brian Murray ]
      * DistUpgrade/DistUpgradeController.py
        - call apport-cli directly for bug reporting of errors
      * check-new-release-gtk
        - ensure to write a integer when calculating the next time that
          the release available window will be presented (LP: #873424)
        - hide redundant release-notes button (LP: #873432)
     -- Michael Vogt <email address hidden>   Fri, 13 Jan 2012 11:08:32 +0100
  • update-manager (1:0.155.2.1) precise; urgency=low
    
      * Wrong target, sorry, reverting to unity 4.0 to upload to the ppa,
        this time
     -- Didier Roche <email address hidden>   Wed, 11 Jan 2012 14:48:33 +0100
  • update-manager (1:0.155.2ppa1) precise; urgency=low
    
      * Depends on gir unity 5.0
     -- Didier Roche <email address hidden>   Wed, 11 Jan 2012 14:39:46 +0100
  • update-manager (1:0.155.2) precise; urgency=low
    
      [ Robert Roth ]
      * DistUpgrade/DistUpgradeController.py:
        - Avoid using systemdir abbreviation (LP: #903939)
    
      [ Brian Murray ]
      * debian/source_update-manager.py:
        - Use attach_gesttings_package instead of attach_gconf
    
      [ Jean-Baptiste Lallement ]
      * lp:~jibel/update-manager/AutoUpgradeTester-aptclone:
        - support building a profile from a apt-clone file and testing
          that
        - add amd64 test profiles
     -- Michael Vogt <email address hidden>   Fri, 06 Jan 2012 11:30:21 +0100
  • update-manager (1:0.155.1) precise; urgency=low
    
      * fix crash in backports fetching code
     -- Michael Vogt <email address hidden>   Fri, 09 Dec 2011 21:34:43 +0100
  • update-manager (1:0.155) precise; urgency=low
    
      [ Michael Vogt ]
      * lp:~mvo/update-manager/lucid-precise-upgrades:
        - support upgrades with multiarch-support (for e.g. flash)
          from lucid to precise by using the release-upgrader-python-apt
          from lucid-proposed during the upgrade
    
      [ Gabor Kelemen ]
      * Mark a few strings for translation, make variables reorderable
     -- Michael Vogt <email address hidden>   Fri, 09 Dec 2011 15:12:13 +0100
  • update-manager (1:0.154.6) precise; urgency=low
    
      * DistUpgrade/DistUpgrade.ui:
        - remove <child internal-child="selection"> as this is not
          supported by the gtkbuilder in lucid and makes the release
          upgrader crash (LP: #898482)
     -- Michael Vogt <email address hidden>   Thu, 01 Dec 2011 16:38:56 +0100
  • update-manager (1:0.154.5) precise; urgency=low
    
      [ Nicholas Skaggs ]
      * lp:~nskaggs/update-manager/fix-for-702418:
        - Removed gnome-power-manager dbus interface completely and
          only use freedesktop interface.
          Thanks to Nicholas Skaggs (LP: #702418)
    
      [ Gabor Kelemen ]
      * Replace gettext.install() with bindtextdomain() calls.
        Work around crash in OptionParser when displaying
        localized --help text, to not regress on bug LP: #557804
      * Extract strings for translation from u-m-t and u-s-s executables
    
      [ Marc Deslauriers ]
      * SECURITY UPDATE: arbitrary code execution via directory traversal
        (LP: #881548)
        - UpdateManager/Core/DistUpgradeFetcherCore.py: verify signature before
          unpacking the tarball.
        - CVE-2011-3152
      * SECURITY UPDATE: information leak via insecure temp file (LP: #881541)
        - DistUpgrade/DistUpgradeViewKDE.py: use mkstemp instead of mktemp.
        - CVE-2011-3154
    
      [ Michael Vogt ]
      * UpdateManager/UpdateManager.py:
        - ensure that the origin headers state of "select all/dselect all"
          is consistent
     -- Michael Vogt <email address hidden>   Tue, 29 Nov 2011 09:58:15 +0100
  • update-manager (1:0.154.3) precise; urgency=low
    
      [ Alexey Feldgendler ]
      * lp:~feldgendler/update-manager/574436:
        Introduced the [ThirdPartyMirrors] configuration section for the
        distribution upgrader. All keys in it must have distinct names, but
        only values matter. Each value is a third-party source URI. Such
        whitelisted sources don't get disabled on upgrade; however, if they
        use "from" release name, it's replaced with the "to" release name.
        (LP: #574436)
     -- Michael Vogt <email address hidden>   Mon, 21 Nov 2011 15:36:02 +0100
  • update-manager (1:0.154.2) precise; urgency=low
    
      * UpdateManager/backend/InstallBackendSynaptic.py
        - fix crash when using synaptic (LP: #878719)
      * DistUpgrade/DistUpgradeController.py, DistUpgrade/DistUpgradeMain.py:
        - before doing the upgrade test if all systemdirs are actually
          writable, thanks to Brian Murray (LP: #889921)
     -- Michael Vogt <email address hidden>   Thu, 17 Nov 2011 10:15:29 +0100
  • update-manager (1:0.154.1) precise; urgency=low
    
      [ Robert Roth ]
      *  Change up-to-date text to up to date (LP: #864336)
    
      [ Michael Vogt ]
      * DistUpgrade/DistUpgradeController.py:
        - add precise as a LTS release
      * AutoUpgradeTester/profile/*/DistUpgrade.cfg:
        - updated to test oneiric->precise and lucid->precise
      * AutoUpgradeTester/UpgradeTestBackendQemu.py:
        - add support for different architectures
      * AutoUpgradeTester/profile/server-amd64/DistUpgrade.cfg:
        - add amd64 server upgrade test profile
      * DistUpgrade/DistUpgradeConfigParser.py:
        - add new "defaults_dir" argument to allow simplifying the
          auto-upgrade-tester config
      * DistUpgrade/DistUpgrade.cfg.lucid:
        - add lucid->precise upgrade config
      * AutoUpgradeTester/UpgradeTestBackendQemu.py:
        - dynamically allocate ssh/vnc ports when multiple testers are run
     -- Michael Vogt <email address hidden>   Tue, 08 Nov 2011 09:35:27 +0100
  • update-manager (1:0.154) precise; urgency=low
    
      * lp:~barcc/update-manager/all_changes-wrong-use:
        - Fixed wrong use of self.cache.all_changes[name] in
          UpdateManager.on_treeview_update_cursor_changed
      * data/gtkbuilder/UpdateManager.ui:
        - set default height to 500 (thanks to Sebastien Bacher)
      * DistUpgrade/DistUpgradeController.py:
        - do not crash if apt-btrfs-snapshot fails to run (LP: #873411)
      * UpdateManager/Core/MyCache.py, DistUpgrade/DistUpgradeCache.py:
        - honor dselect request install state when calcuating the upgrade
          thanks to Evan for suggesting this
      * merge fixes from oneiric-proposed
      * DistUpgrade/*
        - update for oneiric->precise upgrades
     -- Michael Vogt <email address hidden>   Wed, 19 Oct 2011 16:21:16 +0200
  • update-manager (1:0.152.25) oneiric; urgency=low
    
      * DistUpgrade/DistUpgradeController.py:
        - add workaround for a python-apt bug that causes the release
          upgrade to import the old version of "DistInfo" intead of the
          one that is bundled with the release-upgrader (LP: #871007)
     -- Michael Vogt <email address hidden>   Mon, 10 Oct 2011 13:15:29 +0200