diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:28:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:28:08 +0000 |
commit | dde2493e9cc2d850584b163923bb43f9f3295b74 (patch) | |
tree | aa8567deab8ee2eafc58803750d255c651c76700 /debian/changelog | |
parent | Merging upstream version 2.9.6. (diff) | |
download | apt-dde2493e9cc2d850584b163923bb43f9f3295b74.tar.xz apt-dde2493e9cc2d850584b163923bb43f9f3295b74.zip |
Adding debian version 2.9.6.debian/2.9.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 35b62bc..ab7133a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +apt (2.9.6) unstable; urgency=medium + + * solver3: Do not accidentally promote Replaces and Enhances to + dependencies; this fixes a regression in 2.9.5 when we added + code to promote currently satisfied Suggests to Depends. + * solver3: Unmark packages before setting any in ToDepCache + * solver3: Refactor (rewrite) FromDepCache() (Closes: #1071519) + This was intended to not have any behavioural changes, but verifying + the things that changed actually showed that they fixed subtle bugs. + * solver3: Consider packages as obsolete and not versions; this makes things + a bit easier to reason about. + * solver3: Only demote obsolete packages in choices for upgrades; this + fixes packages being needlessly replaced in apt install. + + -- Julian Andres Klode <jak@debian.org> Tue, 02 Jul 2024 22:20:36 +0200 + apt (2.9.5) unstable; urgency=medium [ Julian Andres Klode ] |