summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2022-02-22 20:01:41 +0100
committerJulian Andres Klode <jak@debian.org>2022-02-22 20:01:41 +0100
commit409ee5821500f140896715a516ec8ffa008de789 (patch)
treea4f5cf523c43893024e7c13e28465a40873f6b89 /debian
parent9ee8797408f0973d71110f9f93c21ad17b6b3a6a (diff)
Release 2.4.02.4.0
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS4
-rw-r--r--debian/changelog31
2 files changed, 33 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 50ee37653..382a6df9c 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,10 +1,10 @@
-apt (2.3.15) UNRELEASED; urgency=medium
+apt (2.4.0) unstable; urgency=medium
GPG verification now first tries only the trusted.gpg.d keys, before
then falling back to the legacy trusted.gpg keyring and issuing a
warning to migrate keys if verification succeeded in the fallback.
- -- Julian Andres Klode <jak@debian.org> Fri, 07 Jan 2022 13:04:28 +0100
+ -- Julian Andres Klode <jak@debian.org> Tue, 22 Feb 2022 20:01:00 +0100
apt (2.3.12) unstable; urgency=medium
diff --git a/debian/changelog b/debian/changelog
index 3de4149a5..fce4f6028 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+apt (2.4.0) unstable; urgency=medium
+
+ [ Jörn-Thorben Hinz ]
+ * Provide the same bash-completions for autopurge as for autoremove
+ * Provide bash-completions for reinstall (same as for install)
+ (Closes: #930295)
+ * Don’t bash-complete package names before the command word
+
+ [ Boyuan Yang ]
+ * Simplified Chinese program translation update (Closes: #1004931)
+
+ [ David Kalnischkies ]
+ * Allow --solver apt to work on apt satisfy
+
+ [ Julian Andres Klode ]
+ * Install an empty /etc/apt/keyrings directory.
+ This directory is intended to provide an alternative to
+ /usr/share/keyrings for placing keys used with signed-by.
+ * Warn if the legacy trusted.gpg keyring is used for verification
+
+ [ Paul Wise ]
+ * bugscript: switch to POSIX shell, quoting, other improvements
+
+ [ Croydon ]
+ * Readme: Default branch is now main
+
+ [ Johannes Schauer Marin Rodrigues ]
+ * doc/apt-key.8.xml: document alternatives to apt-key add (Closes: #1002820)
+
+ -- Julian Andres Klode <jak@debian.org> Tue, 22 Feb 2022 20:00:46 +0100
+
apt (2.3.15) unstable; urgency=medium
[ Arnaud Rebillout ]