~rbalint/update-manager/lp-1795898-upgrade-workaround

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Balint Reczey
  • Date: 2018-09-27 14:38:14 UTC
  • mfrom: (2840.1.2 master)
  • Revision ID: balint.reczey@canonical.com-20180927143814-5fvlc75l5cze5269
MergeĀ lp:~rbalint/update-manager/fix-pep8-cosmic

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
update-manager (1:18.10.9) cosmic; urgency=medium
 
2
 
 
3
  * Allow unselecting updates and performing only removals (LP: #1792320)
 
4
  * Stop trying apt_pkg.pkgsystem_(un)lock(), as a normal user it always fails
 
5
  * Keep or delete packages after looping over all of them.
 
6
    This prevents the resolver from changing the packages in the loop resulting
 
7
    in not keeping some phased packages back from being upgraded. (LP: #1072136)
 
8
  * Fix PEP 8 warnings
 
9
    Also ignore "E502 the backslash is redundant between brackets" because the
 
10
    additional brackets help readability.
 
11
 
 
12
 -- Balint Reczey <rbalint@ubuntu.com>  Thu, 27 Sep 2018 15:19:02 +0200
 
13
 
1
14
update-manager (1:18.10.8) cosmic; urgency=medium
2
15
 
3
16
  * Print transaction error and let the user try again applying updates