Change log for update-notifier package in Ubuntu

76150 of 418 results
Superseded in focal-updates
Deleted in focal-proposed (Reason: moved to -updates)
update-notifier (3.192.30.7) focal; urgency=medium

  * 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
  * data/backend_helper.py:
    - fix pyflakes test
  * debian/control: Add a dependency on python3-distro-info.

 -- Lucas Moura <email address hidden>  Thu, 22 Apr 2021 18:56:22 -0300

Available diffs

Superseded in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
update-notifier (3.192.1.10) bionic; urgency=medium

  * 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.

 -- Lucas Moura <email address hidden>  Thu, 22 Apr 2021 18:39:19 -0300

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
update-notifier (3.168.14) xenial; urgency=medium

  * 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 betweem 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.

 -- Lucas Moura <email address hidden>  Tue, 20 Apr 2021 10:20:21 -0300

Available diffs

Superseded in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
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

Available diffs

Superseded in focal-updates
Deleted in focal-proposed (Reason: moved to -updates)
update-notifier (3.192.30.6) focal; urgency=medium

  * data/list-oem-metapackages:
    + 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:51:36 +0000

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
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

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
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

Available diffs

Superseded in focal-updates
Deleted in focal-proposed (Reason: moved to -updates)
update-notifier (3.192.30.5) focal; 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:46:43 +0000

Available diffs

Superseded in focal-updates
Superseded in focal-proposed
update-notifier (3.192.30.4) focal; 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 11:22:00 +0000

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
update-notifier (3.168.13) xenial; urgency=medium

  * Fix pep8 autopkgtest failures in the right control file (LP: #1906436)
    - d/control: remove pep8 from Build-Depends as no tests run by
      override_dh_auto_test use pep8.
    - d/tests/control: add pep8 to Depends as it is only used by
      python-based autopkgtests via subprocess in test_motd.py.
    - d/tests/test_package-data-downloader.py: mock subprocess calls to
      apt-helper for expected failure tests to avoid emitting error messages
      to console

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
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

Available diffs

Superseded in focal-updates
Superseded in focal-proposed
update-notifier (3.192.30.3) focal; urgency=medium

  * data/apt_check.py: Update UA Infra: ESM product name and doc url
    (LP: #1901627)
    - data/apt_check.py: Update name and URL
    - tests/test_motd.py: adapt unittests to match new behavior
    - po/*.po: translation files with intltool-update -r

  [ Robie Basak ]
  * 3.192.30.2 skipped due to erroneous upload.

 -- Chad Smith <email address hidden>  Wed, 18 Nov 2020 21:36:19 -0700

Available diffs

Deleted in focal-proposed (Reason: The package was removed due to one or more of its SRU bug...)
update-notifier (3.192.30.2) focal; urgency=medium

  [ Dave Jones ]
  * 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)

  [ Chad Smith ]
  * data/apt_check.py: Update UA Infra: ESM product name and doc url
    (LP: #1901627)
    - data/apt_check.py: Update name and URL
    - tests/test_motd.py: adapt unittests to match new behavior
    - po/*.po: translation files with intltool-update -r

Available diffs

Superseded in xenial-proposed
update-notifier (3.168.12) xenial; urgency=medium

  * data/apt_check.py: Update UA Infra: ESM product name and doc url
    (LP: #1901627)
    - data/apt_check.py: Update name and URL
    - tests/test_motd.py: adapt unittests to match new behavior
    - po/*.po: translation files with intltool-update -r
  * Fix pep8 autopkgtest failures (LP: #1906436)
    - d/control: add expilicit pep8 build-requires dependency
    - data/apt_check.py: fix over-indent pep8 errors
    - data/apt_check & data/backend_helper: resolve underindent pep8 issues
      backport of 9e0f7ee50 [ Brian Murray ]
    - data/apt_check.py, data/package-data-downloader, tests/test_pep8.py:
      + update the code formating to be not hit W504 warnings,
        change to ignore W503 and be consistent with update-manager.
        [ Andrea Azzarone ]
    - INSTALL, data/hooks.py, tests/test_package-data-downloader.py:
      Fix E117 over-indented pep issues. [ Gianfranco Costamagna ]

Available diffs

Superseded in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
update-notifier (3.192.1.9) bionic; urgency=medium

  * data/apt_check.py: Update UA Infra: ESM product name and doc url
    (LP: #1901627)
    - data/apt_check.py: Update name and URL
    - tests/test_motd.py: adapt unittests to match new behavior
    - po/*.po: translation files with intltool-update -r
  * Fix pep8/pyflakes autopkgtest failures (LP: #1906436)
    - d/control: add explicit pep8 build-requires dependency
    - test_motd.py: remove unused imports
    - pyflakes: data/backend_helper fix unittests for unreferenced
      variables
    - data/apt_check & data/backend_helper: resolve underindent pep8 issues
      backport of 9e0f7ee50 [ Brian Murray ]
    - data/apt_check.py, data/package-data-downloader, tests/test_pep8.py:
      + update the code formating to be not hit W504 warnings,
        change to ignore W503 and be consistent with update-manager.
        [ Andrea Azzarone ]
    - INSTALL, data/hooks.py, tests/test_package-data-downloader.py:
      Fix E117 over-indented pep issues. [ Gianfranco Costamagna ]
    - test_motd.py: Remove unused imports [ Julian Andres Klode ]
    - pyflakes: data/backend_helper fix unittests for unreferenced variables

Available diffs

Obsolete in groovy-updates
Deleted in groovy-proposed (Reason: moved to -updates)
update-notifier (3.192.34.1) groovy; urgency=medium

  * data/apt_check.py: Update UA Infra: ESM product name and doc url
    (LP: #1901627)
    - data/apt_check.py: Update name and URL
    - tests/test_motd.py: adapt unittests to match new behavior
    - po/*.po: translation files with intltool-update -r

 -- Chad Smith <email address hidden>  Wed, 25 Nov 2020 08:30:13 -0700

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
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

Available diffs

Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
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

Available diffs

Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
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

Available diffs

Superseded in xenial-proposed
update-notifier (3.168.11) xenial; urgency=medium

  [ Julian Andres Klode ]
  * Handle missing cases of LP: #1822340, where we told people ESM is not
    enabled, but not how to enable it.
  * Fix multiple disabled ESM repositories being counted as enabled ones.

  [ Brian Murray ]
  * data/apt_check.py: modify wording and output regarding ESM support.
    (LP: #1842508)

  [ Andreas Hasenack ]
  * data/apt_check.py: Update ESM security pockets names (LP: #1881632)
    - the UbuntuESM pocket was renamed from <distro>-security to
      <distro>-infra-security
    - new origin UbuntuESMApps, with a corresponding pocket of
      <distro>-apps-security

 -- Chad Smith <email address hidden>  Tue, 29 Sep 2020 17:41:19 -0600

Available diffs

Superseded in bionic-proposed
update-notifier (3.192.1.8) bionic; urgency=medium

  [ Andreas Hasenack ]
  * data/apt_check.py: Update ESM security pockets names (LP: #1881632)
    - the UbuntuESM pocket was renamed from <distro>-security to
      <distro>-infra-security
    - new origin UbuntuESMApps, with a corresponding pocket of
      <distro>-apps-security

  [ Brian Murray ]
  * data/apt_check.py: modify wording and output regarding ESM support.
    (LP: #1842508)

  [ Julian Andres Klode ]
  * Handle missing cases of LP: #1822340, where we told people ESM is not
    enabled, but not how to enable it.
  * Fix multiple disabled ESM repositories being counted as enabled ones.

 -- Chad Smith <email address hidden>  Tue, 29 Sep 2020 16:49:23 -0600

Available diffs

Superseded in focal-proposed
update-notifier (3.192.30.1) focal; urgency=medium

  [ Chad Smith ]
  * data/apt_check.py: Update ESM security pockets names (LP: #1881632)
    - the UbuntuESM pocket was renamed from <distro>-security to
      <distro>-infra-security
    - new origin UbuntuESMApps, with a corresponding pocket of
      <distro>-apps-security

 -- Chad Smith <email address hidden>  Fri, 11 Sep 2020 15:40:03 -0600

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
update-notifier (3.192.33) groovy; urgency=medium

  * Remove avahi .local notification support. (LP: #1874192)

 -- Brian Murray <email address hidden>  Thu, 24 Sep 2020 11:30:20 -0700

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
update-notifier (3.192.32) groovy; urgency=medium

  [ Chad Smith ]
  * data/apt_check.py: Update ESM security pockets names (LP: #1881632)
    - the UbuntuESM pocket was renamed from <distro>-security to
      <distro>-infra-security
    - new origin UbuntuESMApps, with a corresponding pocket of
      <distro>-apps-security

 -- Andreas Hasenack <email address hidden>  Fri, 12 Jun 2020 11:21:25 -0300

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
update-notifier (3.192.31) groovy; urgency=medium

  * Update debian/tests/control to depend on pyflakes3 not pyflakes.

 -- Brian Murray <email address hidden>  Fri, 29 May 2020 19:28:59 -0700

Available diffs

Superseded in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
update-notifier (3.192.30) focal; urgency=medium

  * pixmaps/scalable/livepatch-ok,warning, src/livepatch-tray.c:
    - rename the livepatch-ok/warning to livepatch_on/warning, the '-'
      is used for icons fallback. The yaru theme added a 'livepatch' icon
      used by the .desktop but GTK (and the spec) favorite fallbacking
      in the current theme to using an icon from a subtheme. It makes the
      indicator use 'livepatch' from yaru rather than 'livepatch-on'
      installed by update-notifier in hicolor, which is wrong. Using '_'
      there is no fallback and the correct icons are display

 -- Sebastien Bacher <email address hidden>  Thu, 02 Apr 2020 13:25:16 +0200

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
update-notifier (3.192.29) focal; urgency=medium

  * Search and replace pep8 w/ pycodestyle after rename.
  * tests/test_motd.py: Fix cut & paste error in comment.

 -- dann frazier <email address hidden>  Mon, 03 Feb 2020 19:27:11 -0700

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
update-notifier (3.192.28) focal; urgency=medium

  * Replace pep8 with pycodestyle

 -- Julian Andres Klode <email address hidden>  Tue, 28 Jan 2020 10:55:06 +0100

Available diffs

Obsolete in eoan-updates
Deleted in eoan-proposed (Reason: moved to -updates)
update-notifier (3.192.26.1) eoan; urgency=medium

  * Notify user about stale updates information in motd (LP: #1842159)
  * Make /var/lib/update-notifier/updates-available world-readable
    (LP: #1844704)
  * data/update-motd-hwe-eol: Run as a regular user without printing errors
    (LP: #1855271)
  * data/update-motd-hwe-eol: Shortcut script when running in a container.
    There is no point in checking the HWE stack in a container since upgrading
    it would not affect the host system. (LP: #1855290)
  * data/update-motd-fsck-at-reboot: Shortcut script when running it as
    a regular user (LP: #1855271)

 -- Balint Reczey <email address hidden>  Thu, 05 Dec 2019 15:02:52 +0100

Available diffs

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
update-notifier (3.192.27) focal; urgency=medium

  * Notify user about stale updates information in motd (LP: #1842159)
  * Make /var/lib/update-notifier/updates-available world-readable
    (LP: #1844704)
  * data/update-motd-hwe-eol: Run as a regular user without printing errors
    (LP: #185527)
  * data/update-motd-hwe-eol: Shortcut script when running in a container.
    There is no point in checking the HWE stack in a container since upgrading
    it would not affect the host system. (LP: #1855290)
  * data/update-motd-fsck-at-reboot: Shortcut script when running it as
    a regular user (LP: #185527)

 -- Balint Reczey <email address hidden>  Thu, 05 Dec 2019 15:02:52 +0100

Available diffs

Published in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
update-notifier (0.154.1ubuntu8) trusty; urgency=medium

  * data/apt_check.py: Update url for learning about Ubuntu Advantage.
    (LP: #1842508)

 -- Brian Murray <email address hidden>  Thu, 26 Sep 2019 14:50:09 -0700
Superseded in trusty-proposed
update-notifier (0.154.1ubuntu7) trusty; urgency=medium

  * data/apt_check.py: modify wording and output regarding ESM support.
    (LP: #1842508)

 -- Brian Murray <email address hidden>  Tue, 03 Sep 2019 17:09:13 -0700

Available diffs

Superseded in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
update-notifier (3.192.26) eoan; urgency=medium

  * data/apt_check.py: modify wording and output regarding ESM support.
    (LP: #1842508)

 -- Brian Murray <email address hidden>  Tue, 03 Sep 2019 16:47:51 -0700

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
update-notifier (3.192.25) eoan; urgency=medium

  * Make livepatch_get_num_fixes (private API) return 'ssize_t' instead of
    'gssize', which will allow us to use the '%zd' format string to print its
    value. That in turn allows the string to be extracted into the .pot file
    for translation.

 -- Iain Lane <email address hidden>  Thu, 01 Aug 2019 13:42:29 +0100

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
update-notifier (3.192.24) eoan; urgency=medium

  * Fix E117 over-indented pep issues.

 -- Gianfranco Costamagna <email address hidden>  Mon, 29 Jul 2019 16:53:58 +0200

Available diffs

Superseded in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
update-notifier (3.192.1.7) bionic; urgency=medium

  * Backport some fixes for the previous changes, from Andrea Azzarone
  * Don't show the Livepatch indicator if livepatch is disabled.
  * Livepatch, Handle "applying" Livepatch state

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
update-notifier (3.192.23) eoan; urgency=medium

  [ Andrea Azzarone ]
  * Handle "applying" Livepatch state.
  * Don't show the Livepatch indicator if livepatch is disabled.
  * Remove livepatch-off.svg as no longer needed.

 -- Sebastien Bacher <email address hidden>  Fri, 10 May 2019 17:08:01 +0200

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
update-notifier (3.192.20) eoan; urgency=medium

  * data/package-data-downloader: Do not resume partial files, and especially
    skip download attempts if they match the expected SHA256 (LP: #1713615)

 -- Julian Andres Klode <email address hidden>  Mon, 29 Apr 2019 21:38:43 +0200

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
update-notifier (0.154.1ubuntu6) trusty; urgency=medium

  * More follow-up work for LP: #1822340:
    - Fix multiple disabled ESM repositories being counted as enabled ones.
    - test_motd.py: Remove unused imports

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
update-notifier (3.192.19) eoan; urgency=medium

  * Handle missing cases of LP: #1822340, where we told people ESM is not
    enabled, but not how to enable it.
  * Fix multiple disabled ESM repositories being counted as enabled ones.
  * test_motd.py: Remove unused imports

 -- Julian Andres Klode <email address hidden>  Thu, 25 Apr 2019 12:56:40 +0200

Available diffs

Superseded in trusty-proposed
update-notifier (0.154.1ubuntu5) trusty; urgency=medium

  [ Adam Conrad ]
  * data/apt_check.py: Fix dep8 line length issues.

  [ Julian Andres Klode ]
  * Handle missing cases of LP: #1822340, where we told people ESM
    is not enabled, but not how to enable it.

Available diffs

Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
update-notifier (3.192.18) disco; urgency=medium

  * data/apt_check.py: Fix dep8 line length issues.

 -- Adam Conrad <email address hidden>  Sat, 13 Apr 2019 04:41:40 -0600

Available diffs

Superseded in bionic-proposed
update-notifier (3.192.1.6) bionic; urgency=medium

  * Add a Livepatch indicator in the system tray. (LP: #1820259)
  * Add a "Settings..." button to the Livepatch notification. (LP: #1823351)

 -- Andrea Azzarone <email address hidden>  Fri, 05 Apr 2019 15:20:05 +0100

Available diffs

Superseded in trusty-proposed
update-notifier (0.154.1ubuntu4) trusty; urgency=medium

  * Rewrite and extend motd messaging (LP: #1822340)
  * Count ESM security updates as security updates
  * Add new build-depends on lsb-release

 -- Julian Andres Klode <email address hidden>  Thu, 04 Apr 2019 09:36:10 +0200

Available diffs

Superseded in disco-proposed
update-notifier (3.192.17) disco; urgency=medium

  * Add missing build-dependency on lsb-release

Available diffs

Superseded in disco-proposed
update-notifier (3.192.16) disco; urgency=medium

  * Rewrite and extend motd messaging (LP: #1822340)
  * Count ESM security updates as security updates

 -- Julian Andres Klode <email address hidden>  Tue, 02 Apr 2019 15:18:47 +0200

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
update-notifier (3.192.15) disco; urgency=medium

  * debian/control:
    - revert the use libayatana-appindicator, that was buggy and lead to have
      the indicator support disabled, also that libary is still in universe
  * debian/control, autogen.sh:
    - don't build-depends on gnome-common, that is deprecated and was
      comment out in the autogen.sh already anyway

  [ Andrea Azzarone ]
  * Add a livepatch indicator in the system tray. (ffe bug #1820259)

 -- Sebastien Bacher <email address hidden>  Tue, 19 Mar 2019 11:26:56 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
update-notifier (3.192.14) disco; urgency=medium

  * src/livepatch.c: Add a "Settings..." button to the notification.

 -- Andrea Azzarone <email address hidden>  Wed, 30 Jan 2019 17:20:42 +0000

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
update-notifier (3.192.13) disco; urgency=medium

  * Don't require gnome-shell or its alternate dependency notification-daemon
    on s390x since gnome-shell isn't built there and we're trying to
    demote notification-daemon to universe.

 -- Jeremy Bicha <email address hidden>  Sat, 16 Feb 2019 11:07:51 -0500

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
update-notifier (3.192.12) disco; urgency=medium

  * Try adding gnome-shell as alternate dependency of notification-daemon
    as part of an effort to drop notification-daemon to universe

 -- Jeremy Bicha <email address hidden>  Sat, 09 Feb 2019 09:24:52 -0500

Available diffs

Superseded in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
update-notifier (3.192.1.5) bionic; urgency=medium

  * [ Andrea Azzarone ]
  * src/update-notifier.c: Don't use G_SPAWN_DO_NOT_REAP_CHILD in order
    to avoid zombie processes. (LP: #1809505)

 -- Sebastien Bacher <email address hidden>  Thu, 17 Jan 2019 15:17:42 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
update-notifier (3.192.11) disco; urgency=medium

  * src/update-notifier.c: Don't use G_SPAWN_DO_NOT_REAP_CHILD in order
    to avoid zombie processes. (LP: #1809505)

 -- Andrea Azzarone <email address hidden>  Mon, 07 Jan 2019 12:49:07 +0000

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
update-notifier (3.168.10) xenial; urgency=medium

  [ Julian Andres Klode ]
  * Do not notify-reboot-required on linux-image-extra removal (LP: #1458204)

 -- Balint Reczey <email address hidden>  Fri, 07 Dec 2018 11:14:24 +0100

Available diffs

Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
update-notifier (3.192.10) disco; urgency=medium

  [ Andrea Azzarone ]
  * data/apt_check.py, data/package-data-downloader, tests/test_pep8.py:
    - update the code formating to be not hit W504 warnings,
      change to ignore W503 and be consistent with update-manager.

 -- Sebastien Bacher <email address hidden>  Tue, 13 Nov 2018 21:49:10 +0100

Available diffs

Superseded in disco-proposed
update-notifier (3.192.9) disco; urgency=medium

  * Resolve pep8 and pyflakes test failures.

 -- Brian Murray <email address hidden>  Tue, 13 Nov 2018 11:47:45 -0800

Available diffs

Superseded in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
update-notifier (3.192.1.4) bionic; urgency=medium

  * Check if a Livepatch patch has been applied during boot or before
    update-notifier has started. (LP: #1800862)

 -- Andrea Azzarone <email address hidden>  Fri, 02 Nov 2018 11:34:03 +0000

Available diffs

Superseded in disco-proposed
update-notifier (3.192.8) disco; urgency=medium

  * Check if a Livepatch patch has been applied during boot or before
    update-notifier has started. (LP: #1800862)

 -- Andrea Azzarone <email address hidden>  Fri, 02 Nov 2018 11:34:03 +0000

Available diffs

Superseded in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
update-notifier (3.192.1.3) bionic; urgency=medium

  * Use absolute patch when testing if whoopsie service is enabled.
    (Thanks Jean-Baptiste!)
  * Add some debug messages

Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
update-notifier (3.192.7) cosmic; urgency=medium

  * Use absolute patch when testing if whoopsie service is enabled.
  * Add some debug messages

 -- Didier Roche <email address hidden>  Mon, 02 Jul 2018 11:18:27 +0200

Available diffs

Superseded in bionic-proposed
update-notifier (3.192.1.2) bionic; urgency=medium

  * Only show apport UI if whoopsie is not in auto or never reporting mode.
    (LP: #1778697)

 -- Didier Roche <email address hidden>  Wed, 27 Jun 2018 10:00:08 +0200

Available diffs

Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
update-notifier (3.192.6) cosmic; urgency=medium

  * Only show apport UI if whoopsie is not in auto or never reporting mode.
    (LP: #1778697)
  * Ensure that when we move to systemd user session, we don't regress
    as well, taking into account the case where whoopsie isn't installed
    either.

 -- Didier Roche <email address hidden>  Tue, 26 Jun 2018 17:04:33 +0200

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
update-notifier (3.168.9) xenial; urgency=medium

  * package-data-downloader: Only print processing messages if we
    should download stuff, or if an expected exception occured
    (LP: #1641671)

 -- Julian Andres Klode <email address hidden>  Mon, 18 Jun 2018 16:40:54 +0200

Available diffs

Obsolete in artful-updates
Deleted in artful-proposed (Reason: moved to -updates)
update-notifier (3.186.3) artful; urgency=medium

  * package-data-downloader: Only print processing messages if we
    should download stuff, or if an expected exception occured
    (LP: #1641671)

 -- Julian Andres Klode <email address hidden>  Mon, 18 Jun 2018 16:40:54 +0200

Available diffs

Superseded in bionic-updates
Superseded in bionic-proposed
update-notifier (3.192.1.1) bionic; urgency=medium

  * package-data-downloader: Only print processing messages if we
    should download stuff, or if an expected exception occured
    (LP: #1641671)

 -- Julian Andres Klode <email address hidden>  Mon, 18 Jun 2018 16:11:40 +0200

Available diffs

Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
update-notifier (3.192.5) cosmic; urgency=medium

  * Fix PEP8 errors

Available diffs

Superseded in cosmic-proposed
update-notifier (3.192.4) cosmic; urgency=medium

  * package-data-downloader: Only print processing messages if we
    should download stuff, or if an expected exception occured
    (LP: #1641671)

 -- Julian Andres Klode <email address hidden>  Fri, 25 May 2018 18:15:22 +0200

Available diffs

Superseded in cosmic-proposed
update-notifier (3.192.3) cosmic; urgency=medium

  * Add gnome-common dependency, needed for autoreconf
  * Force no multiarch directory

 -- Gianfranco Costamagna <email address hidden>  Wed, 09 May 2018 11:46:23 +0200

Available diffs

Superseded in cosmic-proposed
update-notifier (3.192.2) cosmic; urgency=medium

  [ Mike Gabriel ]
  * Switch to Ayatana AppIndicator LP: #1760691.
  * Bump debhelper version to 11, and do autoreconf

 -- Gianfranco Costamagna <email address hidden>  Wed, 09 May 2018 10:13:54 +0200

Available diffs

Superseded in artful-updates
Deleted in artful-proposed (Reason: moved to -updates)
update-notifier (3.186.2) artful; urgency=medium

  * Use a wrapper script of /bin/sh when calling check-new-release-gtk to
    workaround its requirement that the ppid not be 1. (LP: #1768748)

 -- Brian Murray <email address hidden>  Fri, 04 May 2018 16:51:28 -0700

Available diffs

Superseded in cosmic-release
Superseded in bionic-updates
Deleted in cosmic-proposed (Reason: moved to release)
Deleted in bionic-proposed (Reason: moved to -updates)
update-notifier (3.192.1) bionic; urgency=medium

  * Use a wrapper script of /bin/sh when calling check-new-release-gtk to
    workaround its requirement that the ppid not be 1. (LP: #1768748)

 -- Brian Murray <email address hidden>  Fri, 04 May 2018 15:42:00 -0700

Available diffs

Superseded in artful-updates
Deleted in artful-proposed (Reason: moved to -updates)
update-notifier (3.186.1) artful; urgency=medium

  * restore update-notifier code to check for whether or not a release upgrade
    is available. (LP: #1765485)

 -- Brian Murray <email address hidden>  Thu, 19 Apr 2018 12:55:29 -0700

Available diffs

Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
update-notifier (3.192) bionic; urgency=medium

  * restore update-notifier code to check for whether or not a release upgrade
    is available. (LP: #1765485)

 -- Brian Murray <email address hidden>  Fri, 20 Apr 2018 11:02:05 -0700

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
update-notifier (3.191) bionic; urgency=medium

  * src/update-notifier.h: Add LIVEPATCH_FILE and livepatch_pending.
  * src/update-notifier.c: Monitor the livepatch status file too
    and show notification if needed (LP: #1761841).

 -- Andrea Azzarone <email address hidden>  Wed, 18 Apr 2018 17:38:22 +0100

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
update-notifier (3.190) bionic; urgency=medium

  * Add missing build-dependency on dh-python

 -- Julian Andres Klode <email address hidden>  Mon, 09 Apr 2018 13:35:04 +0200

Available diffs

Superseded in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
update-notifier (3.168.8) xenial; urgency=medium

  * Fix APT sandboxing for data downloads failing (LP: #1522675)

 -- Julian Andres Klode <email address hidden>  Fri, 02 Mar 2018 12:27:35 +0100
76150 of 418 results