Change logs for update-notifier source package in Hirsute

  • update-notifier (3.192.40.4) hirsute; urgency=medium
    
      [ Dan Bungert]
      * Adjust update-notifier-crash.service so that the report process is not
        killed before it has a chance to act (LP: #1821412)
    
     -- Brian Murray <email address hidden>  Thu, 02 Dec 2021 16:17:47 -0800
  • update-notifier (3.192.40.3) hirsute; urgency=medium
    
      * debian/control: add lsb-release to the update-notifier-common depends as
        it is used by apt-cdrom-check. (LP: #1927996)
      * data/apt_check.py
        - Only show esm-apps alerts on lts and non-esm distros (LP: #1926990)
        - Update esm-infra alert for distros on ESM mode
        - Show message with number of upgradable packages even if that
          number is zero (LP: #1926819)
        - Get distro name and version directly from /etc/os-release
        - Fallback to lsb_release command if there are any problems using
          /etc/os-release as source of information
        - Show esm-apps status header when running on LTS distro that
          has not yet entered Extended Security Maintenance
    
     -- Lucas Moura <email address hidden>  Fri, 14 May 2021 16:41:27 -0300
  • update-notifier (3.192.40.2) hirsute; urgency=medium
    
      [ Dan Bungert ]
      * Address segfault regression in the 3.192.40 update (LP: #1926298) related
        to hook command path lookup
    
     -- Brian Murray <email address hidden>  Thu, 29 Apr 2021 14:45:05 -0700
  • update-notifier (3.192.40.1) hirsute; urgency=medium
    
      [ Lucas Moura ]
      * data/apt_check.py:
        - Add support to handle packages from ESM Apps in addition to ESM Infra
          and only display alerts if the distro is ESM. (LP: #1924766)
        - Do not display a count of ESM packages if the system does not have ESM
          enabled. (LP: #1883315)
        - Make distinction between standard security updates and ESM updates
          when performing package counts. (LP: #1926208)
        - use 'applied' instead of 'installed', redact 0 of these updates are
          security updates, and correct singular messages
      * debian/control: Add a dependency on python3-distro-info.
    
     -- Chad Smith <email address hidden>  Thu, 22 Apr 2021 17:47:19 -0600
  • update-notifier (3.192.40) hirsute; urgency=medium
    
      * Skip notify for an update if the command we need to run doesn't exist
        (LP: #1706168)
    
     -- Dan Bungert <email address hidden>  Tue, 02 Feb 2021 09:30:11 -0700
  • update-notifier (3.192.39) hirsute; urgency=medium
    
      * data/list-oem-metapackages:
        + Run black
        + Drop unused logging import
        + Handle bad apt indexes. apt.Cache() can fail if the apt lists can't be
          parsed for whatever reason. Handle that and exit 0 so that
          update-notifier continues.  A consequence of being in this state is that
          we can't find any oem metapackages if any are applicable. If the indexes
          become good again then we'll find them next time. (LP: #1913726)
    
     -- Iain Lane <email address hidden>  Fri, 29 Jan 2021 12:41:07 +0000
  • update-notifier (3.192.38) hirsute; urgency=medium
    
      * control: Move ubuntu-drivers-common dep to update-notifier. It's only
        needed when launching update-manager, which happens from
        /usr/bin/update-notifier which is in the update-notifier package. Having
        it in update-notifier-common causes ubuntu-drivers-common and all its deps
        to be pulled in on all flavours, even ones without update-manager. (LP:
        #1912496)
    
     -- Iain Lane <email address hidden>  Wed, 20 Jan 2021 16:42:37 +0000
  • update-notifier (3.192.37) hirsute; urgency=medium
    
      * List OEM metapackages before invoking update-manager. Before invoking
        update-manager, run a helper script to figure out if there are any
        oem-*-meta packages which apply to this system. These are enablement
        packages maintained by Canonical which install any tweaks required by a
        particular piece of hardware. The script takes care to exit quickly if
        it's been run before or if the system is already enabled. It uses
        ubuntu-drivers' python interface, so we need to add a dependency to make
        sure that is available.There will be a companion change in
        update-manager to consume this list. (LP: #1908050)
    
     -- Iain Lane <email address hidden>  Mon, 14 Dec 2020 10:41:11 +0000
  • update-notifier (3.192.36) hirsute; urgency=medium
    
      * data/apt_check.py: Update UA Infra: ESM product name and doc url
        (LP: #1901627)
      * po/*.po: translation files with intltool-update -r
    
     -- Chad Smith <email address hidden>  Thu, 12 Nov 2020 10:52:36 -0700
  • update-notifier (3.192.35) hirsute; urgency=medium
    
      * src/system-crash.c:
        - Wrap pkexec call in /bin/sh to workaround requirement
          that PPID not be 1. (LP: #1821412)
        - Don't use G_SPAWN_DO_NOT_REAP_CHILD in order to avoid
          zombie processes.
    
     -- Tiago Stürmer Daitx <email address hidden>  Wed, 21 Oct 2020 19:55:37 +0000
  • update-notifier (3.192.34) groovy; urgency=medium
    
      * Replace cronjobs with systemd timers. (LP: #1836475)
      * d/control:
        - Removed (now) redundant anacron dep
        - Bumped Standards-Version
        - Removed redundant autotools-dev dep and X-Python3-Version spec
      * d/update-notifier-common.maintscript:
        - Added rm_conffile for former cronjobs
        - Migrated rm_conffile cpu-checker bits from postinst/postrm/preinst
      * d/update-notifier-common.triggers:
        - Switched to interest-noawait as trigger is "non-crucial" (shouldn't
          block configuration of triggering packages)
    
     -- Dave Jones <email address hidden>  Thu, 08 Oct 2020 13:32:55 +0100