diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-08-20 17:44:39 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-08-20 18:29:16 +0200 |
commit | f7b58ce01124c48407b4310a523104af7107578f (patch) | |
tree | f193fbee3774adff108913527d42a5510d8f3834 /debian | |
parent | 29658a3a74af49e2a24e17bdebb20e1612aac3ec (diff) |
Release 1.7.0~alpha31.7.0_alpha3
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8d4734637..ae7c3e941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +apt (1.7.0~alpha3) experimental; urgency=medium + + [ David Kalnischkies ] + * SECURITY UPDATE: Fallback in the mirror method allowed a later server to + supply any InRelease file without it having to be verified. (LP: #1787752) + - apt-pkg/acquire-item.cc:: clear alternative URIs for mirror:// between steps + - CVE-2018-0501 + - https://mirror.fail/ + + [ Jean-Ralph Aviles ] + * Add trailing newline to output of edit-sources. + + [ Julian Andres Klode ] + * Add support for dpkg frontend lock (Closes: #869546) + * Set DPKG_FRONTEND_LOCKED as needed when doing selection changes + * Update symbols files + + [ Boyuan Yang ] + * Simplified Chinese program translation update (Closes: #903695) + + [ David Kalnischkies ] + * Report (soon) worthless keys if gpg uses fpr for GOODSIG + + -- Julian Andres Klode <jak@debian.org> Mon, 20 Aug 2018 17:44:19 +0200 + apt (1.7.0~alpha2) experimental; urgency=medium * Handle JSON hooks that just close the file/exit and fix some other errors |