diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-03-20 22:51:37 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-03-20 22:51:37 +0100 |
| commit | 2a6c9bd8c0f8f50671bf7992f1e5d87b392e0336 (patch) | |
| tree | 860c1af351645332fb1a39881822738ff0d4da21 /debian | |
| parent | fbb202b34df162eb19e9035683800e704cd17e6a (diff) | |
Release 2.9.342.9.34
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bb62f0621..e43c02649 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +apt (2.9.34) unstable; urgency=medium + + [ Julian Andres Klode ] + * Fix uploads to errors.ubuntu.com with whoopsie: + - zstd: The compressor level should be -6, not -19 + - edsp: Add functionality to only write relevant packages + - solver evaluation: write minimized solver dumps + - edsp: Dump minimized Dir::Log::Solver logs + - solver3: Use zstd-compressed, base64-encoded dumps + - solver3: Avoid empty ErrorMessage field in evaluation crash report + * solver3: Only hide ver->pkg clauses, not pkg->ver version selection ones + - previously we hid version information vital to the understanding + - thanks to Helmut Grohne for the report + * solver3: Record manual flag before discovering packages (LP: #2102720) + * solver3: Handle previously satisfied Suggests last and do not install + new packages for Suggests (LP: #2103556) + + [ Johannes Schauer Marin Rodrigues ] + * apt-pkg/solver3.h: avoid static_assert(false) + * cmdline/apt-get.cc: emit Signed-By field and support $(SIGNED_BY) in + apt-get indextargets --format + + [ Christopher Bock ] + * doc/sources.list.5.xml: snapshot infos + + -- Julian Andres Klode <jak@debian.org> Thu, 20 Mar 2025 22:45:30 +0100 + apt (2.9.33) unstable; urgency=medium * 3.0 solver updates: |
