Change logs for update-manager source package in Zesty

  • update-manager (1:17.04.8) zesty; urgency=medium
    
      * UpdateManager/UpdatesAvailable.py: Provide instructions when mount points
        have insufficient free space for the upgrade to complete. (LP: #1477455)
      * test_update_origin.py: fix the extended origin matcher test as it was
        making wrong assumptions, not checking if packages actually had ANY package
        in -security. This should fix the current autopkgtest failures.
        (LP: #1717360)
    
     -- Brian Murray <email address hidden>  Wed, 20 Sep 2017 14:36:07 -0700
  • update-manager (1:17.04.7) zesty; urgency=medium
    
      *  UpdateManager.py: Workaround a crash when calling software-properties-gtk
         by not using --toplevel under wayland (LP: #1703365)
    
     -- Jean-Baptiste Lallement <email address hidden>  Thu, 24 Aug 2017 10:00:11 -0700
  • update-manager (1:17.04.6) zesty; urgency=medium
    
      * UpdateManager/Core/UpdateList.py: Instead of trying to print an error
        when trying to find the desktop file log it. (LP: #1428297)
      * tests/test_update_origin.py: This does not need to be architecture
        specific so just set the arch to amd64 like test_update_list.py. Replace
        references to lucid with xenial as lucid is no longer on the archive.
      * tests/test_utils.py: mock /proc/net/tcp and processes in proc so that we
        are testing the code and not the system under test.
      * tests/test_cache.py: pass an empty list when getting a changelog for 3rd
        party packages.
      * tests/test_hwe_support_status.py: port to python3.
      * tests/test_meta_release_core.py: switch to a site that works with no proxy
        in the autopkgtest environment.
      * Resolve pep8 and pyflakes issues.
    
     -- Brian Murray <email address hidden>  Thu, 10 Aug 2017 13:58:50 -0700
  • update-manager (1:17.04.5) zesty; 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 16:43:12 -0700
  • update-manager (1:17.04.4) zesty; urgency=medium
    
      * update-manager: Clarify that the "-d" switch is only for upgrading from
        the latest supported release to the development release, not any release.
        (LP: #1700829)
    
     -- Brian Murray <email address hidden>  Fri, 14 Jul 2017 16:51:54 -0700
  • update-manager (1:17.04.3) zesty; 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>  Tue, 14 Mar 2017 14:51:04 -0700
  • update-manager (1:17.04.2) zesty; urgency=medium
    
      [ Jeremy Bicha ]
      * Update alternate dependencies for policykit-1-gnome:
        - Add virtual polkit-1-auth-agent
        - Replace non-existant policykit-1-kde with polkit-kde-agent-1
        - Replace razorqt-policykit-agent with lxqt-policykit
          (since lxqt is the replacement for razorqt)
    
      [ Manzur Mukhitdinov ]
      * UpdateManager/Core/MetaRelease.py:
        - Add a clearer error message when a network failure occurs
    
      [ Brian Murray ]
      * UpdateManager/Dialogs.py:
        - Remove misleading ellipsis in “Restart Now” action button. Thanks to
          Adolfo Jayme for the change.  (LP: #1568368)
    
      [ Steve Langasek ]
      * Drop estimate_kernel_size_in_boot() from UpdateManager/Core/utils.py; this
        was only used in ubuntu-release-upgrader so the code has now moved there
        (with code fixes).  Ensure upgrade ordering with Breaks: on older
        python3-distupgrade.  LP: #1646222.
    
     -- Steve Langasek <email address hidden>  Wed, 08 Mar 2017 10:01:30 -0800
  • update-manager (1:17.04.1) zesty; urgency=medium
    
      * tests/test_hwe_support_status.py: Resolve issues with the test.
      * data/gtkbuilder/UpdateManager.ui: Set a minimum content height of 80px for
        the technical description scrolled window. This was the default height
        gtk3widgets used in GTK versions prior to 3.20. Thanks to Martin Wimpress
        for the fix. (LP: #1623856)
    
     -- Brian Murray <email address hidden>  Wed, 02 Nov 2016 12:05:25 -0700
  • update-manager (1:16.10.7) yakkety; urgency=medium
    
      * UpdateManager/Core/MyCache.py: Gracefully handle absence of Launchpadlib
        module.
      * Lower python3-launchpadlib Depends: to a Suggests:, to avoid pulling it
        into "standard" priority. Retrieving PPA changelogs is more of a niche
        feature which is relevant for desktops, but shoud not drag the entire
        python3-launchpadlib stack into small installations. Add it as Recommends
        to the GUI frontends instead, to retain current behaviour on desktops.
    
     -- Martin Pitt <email address hidden>  Tue, 11 Oct 2016 12:13:46 +0200