diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-05-18 22:24:25 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-05-18 22:24:25 +0200 |
commit | 1af12dd37acbb2c3987b71d85113f68d1f2bea1e (patch) | |
tree | a26792ad2951b103b10567ba2b3b19ae6ef778b9 /debian | |
parent | e61886cacbc5411ea027e3a3d1d5c31793ed2b71 (diff) |
Release 2.1.3
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 19 |
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 ] |