Change logs for update-manager source package in Trusty

  • update-manager (1:0.196.25) trusty; urgency=medium
    
      [ Steve Langasek ]
      * ubuntu-support-status: instead of checking the Release timestamp in
        the releases file for every single package on the system, get the
        release date from distro-info-data because it will always be the same.
        This speeds up the script by > 50% in testing.
    
      [ Marc Deslauriers ]
      * ubuntu-support-status: use component to differentiate packages
        supported by the community and packages supported by Canonical,
        override the Supported tag for main and restricted to work around the
        inaccurate Packages files, hardcode the release date since
        distro-info-date isn't installed by default in Trusty. (LP: #1574670)
    
     -- Marc Deslauriers <email address hidden>  Fri, 02 Feb 2018 09:03:31 -0500
  • update-manager (1:0.196.24) trusty-proposed; urgency=medium
    
      * Recommend libgtk2-perl be installed so we have a working debconf frontend.
        (LP: #1607929)
    
     -- Brian Murray <email address hidden>  Mon, 24 Jul 2017 17:43:27 -0700
  • update-manager (1:0.196.23) trusty-proposed; urgency=medium
    
      * Use a 64 bit integer for launch-time instead of a 32 bit one which won't
        work someday. (LP: #1654008)
    
     -- Brian Murray <email address hidden>  Mon, 20 Mar 2017 18:59:22 -0700
  • update-manager (1:0.196.22) trusty-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:45:52 -0700
  • update-manager (1:0.196.21) trusty-proposed; urgency=medium
    
      * hwe-support-status: Deal with the fact that fglrx was deprecated in 16.04
        so will not work with the Xenial 16.04 HWE stack. (LP: #1617448)
    
     -- Brian Murray <email address hidden>  Mon, 29 Aug 2016 16:13:22 -0700
  • update-manager (1:0.196.20) trusty-proposed; urgency=medium
    
      * source_update-manager.py: collect information about the state of HWE
        support on the system. (LP: #1617080)
    
     -- Brian Murray <email address hidden>  Thu, 25 Aug 2016 15:26:37 -0700
  • update-manager (1:0.196.19) trusty-proposed; urgency=medium
    
      * hwe-support-status: utilize a virtualbox metapackage set.  (LP: #1498059)
    
     -- Brian Murray <email address hidden>  Mon, 15 Aug 2016 11:14:48 -0700
  • update-manager (1:0.196.18) trusty-proposed; urgency=medium
    
      * hwe-support-status: add libwayland-egl1-mesa to the list of metapackages.
        (LP: #1610434)
    
     -- Brian Murray <email address hidden>  Wed, 10 Aug 2016 08:38:20 -0700
  • update-manager (1:0.196.17) trusty-proposed; urgency=medium
    
      * hwe-support-status: decode output when checking for foreign architectures
        so that the result is unicode not bytes. (LP: #1498059)
    
     -- Brian Murray <email address hidden>  Tue, 09 Aug 2016 11:19:00 -0700
  • update-manager (1:0.196.16) trusty-proposed; urgency=medium
    
      * HweSupportStatus/consts.py: improve messages and recommend upgrading to
        the correct release. (LP: #1498059)
    
     -- Brian Murray <email address hidden>  Thu, 04 Aug 2016 15:42:06 -0700
  • update-manager (1:0.196.15) trusty-proposed; urgency=medium
    
      * Include HWE support tools and information. (LP: #1498059)
    
     -- Brian Murray <email address hidden>  Mon, 18 Jul 2016 10:03:22 -0700
  • update-manager (1:0.196.14) trusty-proposed; urgency=medium
    
      * UpdateManager/Core/MetaRelease.py: When not running in development mode,
        if the next release is unsupported do not offer to upgrade to that, but
        the release after it. When running in development mode continue to offer
        upgrading to unsupported release. (LP: #1497024)
    
     -- Brian Murray <email address hidden>  Fri, 18 Sep 2015 13:36:59 -0700
  • update-manager (1:0.196.13) trusty-proposed; urgency=medium
    
      * UpdateManager/Dialogs.py: set the focus to "Restart Later" instead of
        "Restart Now", so people don't accidentally reboot. (LP: #1421044)
     -- Brian Murray <email address hidden>   Tue, 14 Apr 2015 14:18:36 -0700
  • update-manager (1:0.196.12) trusty-proposed; urgency=low
    
      * use Gtk.init() to ensure update-manager fails with a
        runtime error message instead of crashing if the display
        can not be opened (LP: #1269397)
     -- Michael Vogt <email address hidden>   Thu, 24 April 2014 14:58:38 +0200
  • update-manager (1:0.196.11) trusty; urgency=low
    
      * lp:~mvo/update-manager/lp1202754:
        - do nt crash if the user clicks "cancel" in the polkit dialog
          (LP: #1202754)
     -- Michael Vogt <email address hidden>   Thu, 10 Apr 2014 14:29:00 +0200
  • update-manager (1:0.196.10) trusty; urgency=low
    
      * debian/control:
        - add dependencies to the various policykit agents to ensure
          that update-manager is not run without policykit agent support
          in the session (LP: #1164558)
      * tests/test_update_list.py:
        - test improvements from Barry Warsaw (many thanks!)
     -- Michael Vogt <email address hidden>   Mon, 07 Apr 2014 15:23:05 +0200
  • update-manager (1:0.196.9) trusty; urgency=medium
    
      [ Sebastien Bacher ]
      * UpdateManager/UpdatesAvailable.py:
        - use the correct icon theme (lp: #1283554)
    
      [ Marc Deslauriers ]
      * UpdateManager/Dialogs.py: close window after requesting reboot.
        (LP: #1297361)
    
      [ Michael Vogt ]
      * tests/aptroot-update-list-test:
        - fix test failure caused by not-installable depends (lp: #1295392)
     -- Michael Vogt <email address hidden>   Wed, 26 Mar 2014 12:52:13 +0100
  • update-manager (1:0.196.8) trusty; urgency=medium
    
      * source_update_manager.py: set response to None if the problem type is not
        a bug
      * UpdateManager/Core/utils.py: do not perform DNS lookups with iptables,
        thanks to John Edwards for the patch.  (LP: #1290825)
     -- Brian Murray <email address hidden>   Mon, 17 Mar 2014 09:38:09 -0700
  • update-manager (1:0.196.7) trusty; urgency=medium
    
      * Fix PEP-8 style error to fix tests.
     -- Martin Pitt <email address hidden>   Thu, 16 Jan 2014 12:58:07 +0100
  • update-manager (1:0.196.6) trusty; urgency=low
    
      * Allow user to close the restart required dialog (LP: #1033226)
        - Add a settings button
        - Add a "Restart Later" button
        - Rename existing button to "Restart Now..."
        - Add secondary text to updates dialog when a restart is still pending
          from last updates
     -- Marc Deslauriers <email address hidden>   Sat, 11 Jan 2014 09:53:15 -0500
  • update-manager (1:0.196.5) trusty; urgency=medium
    
      * Stop using deprecated GObject constructors with positional arguments
        (see https://wiki.gnome.org/PyGObject/InitializerDeprecations).
     -- Martin Pitt <email address hidden>   Fri, 10 Jan 2014 12:29:35 +0100
  • update-manager (1:0.196.4) trusty; urgency=low
    
      * lp:~mterry/update-manager/requires-restart:
        - warn if a update requires a reboot (LP: #255443)
    
        This requires that the packages that need a reboot set
        "XB-Restart-Required: system" in the package record
     -- Michael Vogt <email address hidden>   Tue, 07 Jan 2014 19:51:50 +0100
  • update-manager (1:0.196.3) trusty; urgency=low
    
      [ Sebastien Bacher ]
      * lp:~seb128/update-manager/check-none-controller
        - Check for controller being None before using it (this was
          accidentally dropped in a previous refactoring).
        - LP: #1203919
     -- Barry Warsaw <email address hidden>   Tue, 10 Dec 2013 17:15:04 -0500
  • update-manager (1:0.196.2) trusty; urgency=low
    
      [ Brian Murray ]
      * UpdateManager/Core/MetaRelease.py: speed up the check for a new release of
        Ubuntu.  Thanks to Anders Kaseorg for the patch.
    
      [ Sebastien Bacher ]
      * lp:~seb128/update-manager/box-use-vertical-space:
        - Use the vertical space, GTK 3.10 displays the box shrinked otherwise
     -- Michael Vogt <email address hidden>   Thu, 28 Nov 2013 18:31:02 +0100
  • update-manager (1:0.196.1) trusty; urgency=low
    
      * debian/source_update_manager.py: Fix too long line (pep8 error).
     -- Brian Murray <email address hidden>   Thu, 24 Oct 2013 13:31:42 -0700
  • update-manager (1:0.196) trusty; urgency=low
    
      * In the apport hook ask if the bug is about upgrading from one release to
        another and send bug to ubuntu-release-upgrader. (LP: #1071057)
     -- Brian Murray <email address hidden>   Thu, 24 Oct 2013 10:03:28 -0700
  • update-manager (1:0.195) trusty; urgency=low
    
      * Add support for logind to the restart dialog.  Thanks to Thaddäus
        Tintenfisch for the patch.  (LP: #1232363)
     -- Brian Murray <email address hidden>   Tue, 22 Oct 2013 15:38:49 -0700
  • update-manager (1:0.194) saucy; urgency=low
    
      * Fix a bug introduced in the dialog refactor from version 1:0.189 that
        causes update-manager to crash instead of showing a dialog when there are
        no updates to apply but the system needs rebooted.  LP: #1219414.
     -- Steve Langasek <email address hidden>   Thu, 03 Oct 2013 13:31:18 -0700