diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-05-04 16:02:21 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-05-04 16:02:21 +0200 |
commit | e14e69b62720db780f2438c1fffcde4a3820cd96 (patch) | |
tree | 1f74efda6f6285eb7ab4070b82d82b0b674cec24 /debian/changelog | |
parent | 1cf66604dc70c21fd58c6779868720288017d6e7 (diff) |
Release 2.1.02.1.0
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0b4863cfe..aba34297b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +apt (2.1.0) unstable; urgency=medium + + [ Frans Spiesschaert ] + * Dutch manpages translation update (Closes: #956313) + + [ David Kalnischkies ] + * Refactor MarkInstall fixing various or-group handling issues + - Discard impossible candidate versions also for non-installed + - Explore or-groups for Recommends further than first + - Refactor and reorder MarkInstall code + - Discard candidate if its dependencies can't be satisfied + - Split up MarkInstall into private helper methods + - Fail earlier on impossible Conflicts in MarkInstall + - Propagate Protected flag to single-option dependencies + - Prefer upgrading installed orgroup members + - Protect a package while resolving in MarkInstall + + [ Julian Andres Klode ] + * Reinstate * wildcards (Closes: #953531) (LP: #1872200) + * apt list: Fix behavior of regex vs fnmatch vs wildcards + + -- Julian Andres Klode <jak@debian.org> Mon, 04 May 2020 15:58:24 +0200 + apt (2.0.2) unstable; urgency=medium [ Boyuan Yang ] |