vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit d2ce308082886c50d0ef47efa5a277370603fac1
Merge: f82dcd7e 815d5b01
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Tue Feb 18 16:39:10 2025 +0100
Merge branch 'solver3'
commit 815d5b01bf9be1d476b110050b20ae980c76d4a8
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Tue Feb 18 15:46:04 2025 +0100
test: Improve output cleaning for solver progress
We don't really care about solver progress messages in testing;
hide them when comparing output, and hide them better than before.
Previously testsuccessequal ... --solver 3.0 behaved differently
than tests run with globally forced on 3.0 solver.
Stop cleaning up autoremovals, but do clean up "Calculating upgrade"
as well.
commit f331e31505ab78620de2670b19bdefaee395b4e8
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Tue Feb 18 14:31:48 2025 +0100
solver3: Fix error stack handling
Pushing the stack in push and popping it in pop did not
really work correctly and is more complex than needed.
Instead, push the error stack at the start of the Solve()
method and revert at the end, such that we leave exactly
at the same error stack level we entered.
To handle error clearing on backtracking, just discard any
pending errors.
commit 4175a005f98dba139208035d820bcc14de711a5a
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Mon Feb 17 21:42:29 2025 +0100
solver3: Fix test-apt-move-and-forget-manual-sections
Implement the moving of the auto bit. The whole auto-bit management
is not entirely optimal yet, but this works.
commit e8b240eb3aab7e2584e245f03700ede30a3fc23a
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Mon Feb 17 21:33:30 2025 +0100
refactor: Deduplicate and Move SectionInSubTree to Configuration
Deduplicate the copies in a central one, mark it unavailable to
external users.
commit f82dcd7e4ebb3f70d28e9feb3621676f8c0cc024
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Tue Feb 18 10:29:40 2025 +0100
strutl: Add missing #include <cstdint> [gcc 15]
Closes: #1096322
commit 591f178bce5713571d1874b863e9291a795cf5da
Author: Julian Andres Klode <julian.klode@canonical.com>
Date: Mon Feb 17 16:23:05 2025 +0100
edsp: Use buffered writes for EDSP dumps
This makes the dump almost instant rather than take forever.