summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c9d8a0c3b..f789db2d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+apt (2.1.3) unstable; urgency=medium
+
+ [ David Kalnischkies ]
+ * Prefer use of O_TMPFILE in GetTempFile if available
+ * Allow prefix to be a complete filename for GetTempFile
+ * Properly handle interrupted write() call in ExtractTar
+ * Skip reading data from tar members if nobody will look at it
+ * Keep going if a dep is bad for user requests to improve errors
+ * Support negative dependencies in VCI::FromDependency
+ * Deal with protected solution providers first
+ * Propagate protected to already satisfied conflicts (Closes: #960705)
+ * Propagate protected to already satisfied dependencies
+ * Recognize propagated protected in pkgProblemResolver
+
+ [ Julian Andres Klode ]
+ * private-search: Only use V.TranslatedDescription() if good (LP: #1877987)
+
+ -- Julian Andres Klode <jak@debian.org> Mon, 18 May 2020 22:23:27 +0200
+
apt (2.1.2) unstable; urgency=critical
[ Julian Andres Klode ]