summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-02-03 13:45:45 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-02-03 13:45:45 +0100
commit6ee18adb85633afc39bdca25209dcfac0ae5c3c5 (patch)
tree5bb9cd71ecbfbf613db468fdb5c63f12a1bc6e7e /debian
parent70a325116f002d476bd9bb018f3032ada5da0da2 (diff)
Release 2.9.272.9.27
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9350e55d7..a760ee1e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+apt (2.9.27) unstable; urgency=medium
+
+ [ Julian Andres Klode ]
+ * Symbols: Update for 2.9.23/2.9.25
+ * Updates for the '3.0' solver:
+ - Soft unit propagation for optional items
+ - Do not accidentally solve new Recommends before hard dependencies
+ - Use a propagation queue instead of recursively propagating facts
+ * Correctly calculate kernel size in /boot (Closes: #1085184)
+ * Measure BootSize as integer
+
+ [ Boyuan Yang ]
+ * po/zh_CN.po: Refresh Simplified Chinese translation for apt
+
+ [ Rafael Fontenelle ]
+ * Brazilian Portuguese program translation update (Closes: #1092563)
+
+ [ David Kalnischkies ]
+ * Cleanups and fixes for cache counters/size fields:
+ - Do not overflow ver/desc<->file relation counters
+ - Drop unused description size info from binary cache
+ - Drop unused version stanza size info from binary cache
+ - Do not create descriptions structs for each architecture
+ - Record all available sources for descriptions
+ - Include Extra in the size counted for Version struct
+
+ [ Samuel Thibault ]
+ * Also support debian-ports modernization
+
+ -- Julian Andres Klode <jak@debian.org> Mon, 03 Feb 2025 13:44:58 +0100
+
apt (2.9.26) unstable; urgency=medium
[ Sam Hartman ]