diff options
author | Julian Andres Klode <jak@debian.org> | 2017-10-28 17:57:48 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-10-28 17:57:48 +0200 |
commit | d1f04727b5678869362492a78fa9e5cae9812ed3 (patch) | |
tree | 99593302f4460c8b7ecb1467dcca165f9ed81635 /debian | |
parent | cd54ff9554e65da3bf7be76a89ccd7fb1e32c2c1 (diff) |
Release 1.6~alpha31.6_alpha3
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1d0ffebea..a3fe79825 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +apt (1.6~alpha3) unstable; urgency=medium + + [ Julian Andres Klode ] + * debian/tests/control: Add dpkg so we get triggered by it + * seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sort + (Closes: #879814, #879826) + * Drop unused gzip, lzma, bzip2, and xz symlinks of store + * seccomp: Allow clock_nanosleep() and nanosleep() syscalls + * Prevent overflow in Installed-Size (and Size) in apt show + + [ David Kalnischkies ] + * use store: instead of gzip: to open local changelogs + + -- Julian Andres Klode <jak@debian.org> Sat, 28 Oct 2017 17:57:05 +0200 + apt (1.6~alpha2) unstable; urgency=medium * seccomp: Conditionalize statx() whitelisting |