diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:18:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:18:29 +0000 |
commit | c8e123d3bb32e82991ac0d41b643ce525b40f080 (patch) | |
tree | 85c583fd402771a5d3c7300f89311ff8be3360d9 /debian | |
parent | Merging upstream version 2.9.0. (diff) | |
download | apt-c8e123d3bb32e82991ac0d41b643ce525b40f080.tar.xz apt-c8e123d3bb32e82991ac0d41b643ce525b40f080.zip |
Adding debian version 2.9.0.debian/2.9.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ae47343..62154b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +apt (2.9.0) unstable; urgency=medium + + * Welcome to the APT 3.0 development series. It has a new UI for + apt(8). It has colors, columnar display, some more padding, and + shows removals last (Closes: #755088), making the output more + easy to quickly scan. + + [ David Kalnischkies ] + * Avoid subshell hiding failure report from testfilestats + * Ignore umask of leftover diff_Index in failed pdiff test + * Fix and unfuzzy previous VCG/Graphviz URI change + + [ Julian Andres Klode ] + * Revert "Temporarily downgrade key assertions to "soon worthless"" + We temporarily downgraded the errors to warnings to give the + launchpad PPAs time to be fixed, but warnings are not safe: + Untrusted keys could be hiding on your system, but just not + used at the moment. Hence revert this so we get the errors we + want. + This reverts commit 66998ed3d299bede651ad40368bdb270f5f5b0f9. (LP: #2060721) + * columnar: Fix floating point exception (list is empty if -V) + * OpProgress: Erase lines when done + * apt: Introduce the new terse apt output format 3.0 + * Show Recommends/Suggests for upgrades too, move them down + * Only show Recommends/Suggests for new installs, not upgrades + * Use the same words for the summary + + [ Christian Blichmann ] + * Columnar output for package lists similar to 'ls' + + -- Julian Andres Klode <jak@debian.org> Fri, 12 Apr 2024 20:17:34 +0200 + apt (2.7.14) unstable; urgency=medium [ Steve Langasek ] |