diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2024-01-08 11:46:15 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-01-08 11:46:15 +0100 |
commit | 559ad32ed4d88e3216c3e12197bb54a9364f733f (patch) | |
tree | 7a1f97378f1c57247164dd9b266eed6410466b72 /debian | |
parent | 10367ebb0f44cbc61b48fb99e194301c2182fe31 (diff) |
Release 2.7.82.7.8
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ce671cc17..ab877c9bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +apt (2.7.8) unstable; urgency=medium + + [ Gábor Németh ] + * Add 'dist-clean' command to remove packages and list files (Closes: + #959093); this is experimental and does not yet have docs or tests. + + [ David Kalnischkies ] + * Have Grp.FindPreferredPkg return very foreign pkgs as last resort + * Improve and test distclean implementation + * Do not store .diff_Index files in update + + [ Tianyu Chen ] + * apt-pkg/cacheset.cc: set ShowErrors to true when no version matched + (Closes: #1053887) + + [ Julian Andres Klode ] + * Do not silently ignore directories for reserved file names + * test: Disable valgrind on armhf, incompatible with stack clash protector + (Closes: #1059352) + + -- Julian Andres Klode <jak@debian.org> Mon, 08 Jan 2024 10:32:31 +0100 + apt (2.7.7) unstable; urgency=medium [ sid ] |