summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-02-07 21:17:53 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-02-07 21:17:53 +0100
commite30a024ad521f22ca8d8b0511dbd78538388843f (patch)
tree7bfd4c9cbdc4654deb38c0791f92a607c9bfd15b /debian
parentcdf57541faf59ea5594c8e52c9e635ff0d7dbecc (diff)
Release 2.9.282.9.28
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a760ee1e7..bdcad4310 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,38 @@
+apt (2.9.28) unstable; urgency=medium
+
+ [ Julian Andres Klode ]
+ * modernize-sources: Avoid opening /dev/stdout for simulate
+ * dpkg: Pass --admindir if a different one is specified; fixes issue
+ where foreign architectures from the host were used when Dir is set.
+ * Various updates to the '3.0' solver: Particularly it now has a clause
+ database for reals rather than rediscovering clauses when backtracking.
+ - refactor: Drop unused code, annotate [[nodiscard]] and const, simplify,
+ extract functions, and particularly introduce the Clause class.
+ - algorithm: Simplify work ordering. This may cause some changes in
+ how dependencies are resolved.
+ - algorithm: Replace PropagateInstall() with Discover() and then
+ propagate based on the stored clauses. Clauses are discovered
+ from package dependencies and persistent, i.e. they have no
+ decision level associated. Discovery is incremental so far.
+ - algorithm: Support comparing packages and versions, such that
+ we can store both package and version variables in a clause.
+ - algorithm: Use a package clause for optional roots. This allows
+ deciding to keep an automatically installed package installed,
+ without having to decide the version (and hence enqueue common
+ dependencies first).
+ - performance: Cache calls to policy.
+ - performance: Cache all configuration calls
+ - performance: Point to stored clauses, do not copy them
+ - performance: Avoid std::vector for statically sized arrays. Due
+ to adding libstdc++ assertions, vector range checks accounted
+ for up to 20% of solver runtime.
+
+ [ Christopher Bock ]
+ * completion: Add modernize-sources (Closes: #1094904)
+ * edit-sources: don't force .list
+
+ -- Julian Andres Klode <jak@debian.org> Fri, 07 Feb 2025 21:00:48 +0100
+
apt (2.9.27) unstable; urgency=medium
[ Julian Andres Klode ]