diff -Nru update-manager-20.04.10.19/UpdateManager/UpdateManager.py update-manager-20.04.10.20/UpdateManager/UpdateManager.py --- update-manager-20.04.10.19/UpdateManager/UpdateManager.py 2023-12-08 14:37:42.000000000 +0000 +++ update-manager-20.04.10.20/UpdateManager/UpdateManager.py 2024-01-22 20:32:17.000000000 +0000 @@ -303,7 +303,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-20.04.10.19/debian/changelog update-manager-20.04.10.20/debian/changelog --- update-manager-20.04.10.19/debian/changelog 2023-12-08 14:37:42.000000000 +0000 +++ update-manager-20.04.10.20/debian/changelog 2024-01-22 20:32:17.000000000 +0000 @@ -1,3 +1,14 @@ +update-manager (1:20.04.10.20) focal; 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:32:17 +0100 + update-manager (1:20.04.10.19) focal; urgency=medium * Add back removed widgets to UI file to fix crash when updating diff -Nru update-manager-20.04.10.19/debian/control update-manager-20.04.10.20/debian/control --- update-manager-20.04.10.19/debian/control 2023-12-08 14:37:42.000000000 +0000 +++ update-manager-20.04.10.20/debian/control 2024-01-22 20:32:17.000000000 +0000 @@ -32,7 +32,7 @@ distro-info-data, lsb-release, ubuntu-release-upgrader-core (>= 1:18.04.9), - ubuntu-advantage-tools + ubuntu-advantage-tools (>= 30~) Recommends: libpam-modules (>= 1.0.1-9ubuntu3) Replaces: update-manager (<< 1:0.146.2) Breaks: update-manager (<< 1:0.146.2),