diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 6 | ||||
-rw-r--r-- | debian/changelog | 26 |
2 files changed, 30 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS index 7ad20ccd6..132920b5d 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,4 +1,4 @@ -apt (1.6~alpha1) UNRELEASED; urgency=medium +apt (1.6~alpha1) unstable; urgency=medium All methods provided by apt except for cdrom, gpgv, and rsh now use seccomp-BPF sandboxing to restrict the list of allowed system @@ -9,7 +9,9 @@ apt (1.6~alpha1) UNRELEASED; urgency=medium APT::Sandbox::Seccomp::Trap is a list of names of more syscalls to trap APT::Sandbox::Seccomp::Allow is a list of names of more syscalls to allow - -- Julian Andres Klode <jak@debian.org> Sun, 22 Oct 2017 22:29:58 +0200 + Also, sandboxing is now enabled for the mirror method. + + -- Julian Andres Klode <jak@debian.org> Mon, 23 Oct 2017 01:58:18 +0200 apt (1.5~beta1) unstable; urgency=medium diff --git a/debian/changelog b/debian/changelog index 324b03678..569a55f57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +apt (1.6~alpha1) unstable; urgency=medium + + [ Julian Andres Klode ] + * Bump Standards-Version to 4.1.0 + * Drop obsolete dh-systemd build-dep + * Drop obsolute Testsuite: autopkgtest header + * Drop curl method and apt-transport-https package + * Fix testsuite for and add new fields from dpkg 1.19 + * Run Proxy-Auto-Detect script from main process + * methods/mirror: Enable sandboxing and other aptMethod features + * Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh + + [ David Kalnischkies ] + * proper error reporting for v3 onion services + * allow empty build-dependency fields in the parser (Closes: #875363) + * send the hashes for alternative file correctly + * ignore unsupported key formats in apt-key (Closes: #876508) + + [ Mo Zhou ] + * zh_CN.po: Update Simplified Chinese programs translation + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: #879137) + + -- Julian Andres Klode <jak@debian.org> Mon, 23 Oct 2017 01:58:18 +0200 + apt (1.5) unstable; urgency=medium * Fix translator comment location for legacy target warning |