summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/NEWS15
-rw-r--r--debian/changelog19
2 files changed, 34 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 7e46f4444..b5547fd12 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,18 @@
+apt (2.3.12) unstable; urgency=medium
+
+ The solver will no longer try to remove Essential or Protected packages,
+ any dependency problem that would need such a solution will have to be
+ resolved manually.
+
+ The "Yes, do as I say" prompt for removing essential packages has been
+ replaced by an error message. The appropriate command-line option needs
+ to be used instead.
+
+ Thank you to Linus Tech Tips and System76 for bringing this issue
+ to our attention.
+
+ -- Julian Andres Klode <jak@debian.org> Wed, 17 Nov 2021 18:26:40 +0100
+
apt (2.1.16) unstable; urgency=medium
Automatically remove unused kernels on apt {dist,full}-upgrade. To revert
diff --git a/debian/changelog b/debian/changelog
index d23111072..b9b43ca9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+apt (2.3.12) unstable; urgency=medium
+
+ [ Ville Skyttä ]
+ * Use `command -v` instead of `which`
+ * bash completion: use `grep -E` instead of `egrep`
+
+ [ Victor Westerhuis ]
+ * Don't print every inline PGP key in Signed-By
+
+ [ Frans Spiesschaert ]
+ * Dutch manpages translation update (Closes: #998830)
+
+ [ Julian Andres Klode ]
+ * Require argument to remove essential packages, do not prompt
+ * Do not remove Essential/Protected due to dependencies.
+ Thanks to Ariadne Conill for the inspiration
+
+ -- Julian Andres Klode <jak@debian.org> Wed, 17 Nov 2021 18:26:57 +0100
+
apt (2.3.11) unstable; urgency=medium
[ David Kalnischkies ]