diff -Nru update-manager-18.04.11.22/UpdateManager/UpdateManager.py update-manager-18.04.11.23/UpdateManager/UpdateManager.py --- update-manager-18.04.11.22/UpdateManager/UpdateManager.py 2023-12-08 14:39:44.000000000 +0000 +++ update-manager-18.04.11.23/UpdateManager/UpdateManager.py 2024-01-22 20:36:03.000000000 +0000 @@ -283,7 +283,7 @@ def _make_available_pane(self, install_count, need_reboot=False, cancelled_update=False, error_occurred=False): self._check_hwe_support_status() - if install_count != 0 or len(self.ua_security_packages) > 0: + if install_count != 0: header = None desc = None if error_occurred: diff -Nru update-manager-18.04.11.22/debian/changelog update-manager-18.04.11.23/debian/changelog --- update-manager-18.04.11.22/debian/changelog 2023-12-08 14:39:44.000000000 +0000 +++ update-manager-18.04.11.23/debian/changelog 2024-01-22 20:36:03.000000000 +0000 @@ -1,3 +1,14 @@ +update-manager (1:18.04.11.23) bionic; urgency=medium + + * d/control: Depend on ubuntu-advantage-tools >= 30~. + Fixes edge case whereby the program crashes upon an incomplete + response from ua security-status (LP: #2049785). + * The New Release dialog should take precedence over a list of updates dialog + if the latter would only show Ubuntu Pro updates in an unattached system. + (LP: #2051115). + + -- Nathan Pratta Teodosio Mon, 22 Jan 2024 21:36:03 +0100 + update-manager (1:18.04.11.22) bionic; urgency=medium * Add back removed widgets to UI file to fix crash when updating diff -Nru update-manager-18.04.11.22/debian/control update-manager-18.04.11.23/debian/control --- update-manager-18.04.11.22/debian/control 2023-12-08 14:39:44.000000000 +0000 +++ update-manager-18.04.11.23/debian/control 2024-01-22 20:36:03.000000000 +0000 @@ -30,7 +30,7 @@ python3-yaml, distro-info-data, lsb-release, - ubuntu-advantage-tools, + ubuntu-advantage-tools (>= 30~), ubuntu-release-upgrader-core (>= 1:18.04.9) Recommends: libpam-modules (>= 1.0.1-9ubuntu3) Replaces: update-manager (<< 1:0.146.2)