summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2022-09-28 17:17:46 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2022-09-28 17:34:34 +0200
commitdccfe14ffb9713fbf320691c0f6cd679f2acf4fc (patch)
tree5b95d59310d7bcbffa8215ce4019b27ea154ca6a /debian
parentf8497bb5e443ef196e5d1bee43cc82ee57a8e3dd (diff)
Release 2.5.32.5.3
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 db76276a9..907182eac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+apt (2.5.3) unstable; urgency=medium
+
+ [ Povilas Kanapickas ]
+ * doc: Explain that apt-get download ensures package authenticity
+
+ [ David Kalnischkies ]
+ * Keep color disabled if APT::Color was set to false
+ * Don't reuse filename for in-tree builds of apt
+ * Respect users pkg order on `apt install` for resolving
+
+ [ Hideki Yamane ]
+ * Fix typo in Japanese program translation
+
+ [ lancethepants ]
+ * porting (musl):
+ - apt-pkg/contrib/fileutl.h Explicitly include sys/stat.h
+
+ [ Khem Raj ]
+ * porting (clang15):
+ - typecast time_t and suseconds_t from std::chrono
+ - interactive-helper: Undefine _FORTIFY_SOURCE
+
+ [ Julian Andres Klode ]
+ * edsp: Add support for phased updates (test in LP#1990586)
+ * Check state of dependency, not depender in dependency keep back
+ (LP: #1990684)
+ * full-upgrade: Mark phased upgrades for keep before anything else
+ (LP: #1990586)
+
+ -- Julian Andres Klode <jak@debian.org> Wed, 28 Sep 2022 17:16:41 +0200
+
apt (2.5.2) unstable; urgency=medium
[ Julian Andres Klode ]