summaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:48:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:48:10 +0000
commit43734c8cfdb5755285b2fd5e97986d78eea04403 (patch)
treefe446dfca1b143ad57e32e04136abf6b8df0c5df /debian/changelog
parentMerging upstream version 2.9.4. (diff)
downloadapt-debian.tar.xz
apt-debian.zip
Adding debian version 2.9.4.debian/2.9.4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 101fae8..c58a96d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
+apt (2.9.4) unstable; urgency=medium
+
+ [ David Kalnischkies ]
+ * Fix accidental silencing of output differences in tests
+ * Do not mark new if we have already installed providers
+ * Do not save new if we have already installed providers (Closes: #839546)
+ * Deal better with spurious spaces in arch restrictions (Closes: #1071219)
+
+ [ Julian Andres Klode ]
+ * pkgcachegen: Do not try to chmod or write to /dev/null (LP: #2067138)
+ * test: Show statistics for parallel tests too
+ * test: Run working tests against the 3.0 solver, and adjust as many as possible
+ (more bug fixes in a further release)
+ - test: Temporarily ignore autoremovable lists for solver3
+ - test: Support the 3.0 solver in most existing test cases
+ * Various improvements to the 3.0 solver:
+ - edsp: solver3: Show some progress
+ - solver3: Implement APT::Solver::RemoveManual to allow removing manual packages
+ - solver3: Promote satisfied Suggests to Recommends
+ - solver3: Solve optional dependencies before optional packages
+ - solver3: Try candidate before installed version on upgrade
+ - solver3: Use stable sort
+ - solver3: Actually restore unsolved items rather than solved ones
+ - solver3: Fix translations of removals for marked install
+
+ -- Julian Andres Klode <jak@debian.org> Sat, 25 May 2024 10:58:49 +0200
+
apt (2.9.3) unstable; urgency=medium
[ Julian Andres Klode ]