diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-04-15 22:05:35 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-04-15 22:13:04 +0200 |
commit | 73c5027cf8ceabf7bb72fe08d4d86d07d3d72461 (patch) | |
tree | 8d9fc74417b1d0b8b12d13bfa6457b694571adc0 /debian/changelog | |
parent | 5be9f005de0d324ffbc6c048485b7f5a151cd9e9 (diff) |
Release 1.6~rc11.6_rc1
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3f0474b55..e2d2efafc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +apt (1.6~rc1) unstable; urgency=medium + + [ Julian Andres Klode ] + * Experimental support for zstd (LP: #1763839) + * Fix debian/NEWS entry for 1.6~beta1 + * Use https for Ubuntu changelogs + * Bump cache major version to allow different 1.5 and 1.6 updates + * CI: Switch testing to use ubuntu:bionic for 1.6.y + * Turn off seccomp sandboxing by default (LP: #1732030) (Closes: #890489) + * Allow restart_syscall() syscall in seccomp sandboxes (Closes: #891644) + * Delete /etc/dpkg/dpkg.cfg.d/excludes on Docker CI images + * test: export GCOV_ERROR_FILE=/dev/null to make it fail less/no tests + * apt-private: Collect not found packages in CacheSetHelperAPTGet + * Introduce experimental new hooks for command-line tools (LP: #1763839) + + [ David Kalnischkies ] + * remove duplicate changelog lines from 1.6~beta1 entry + * fix communication typo in https manpage + * set our two libapt libraries to prio:optional + * document Acquire::AllowReleaseInfoChange without extra s + + [ jean-pierre giraud ] + * French man pages translation (Closes: #895117) + + -- Julian Andres Klode <jak@debian.org> Sun, 15 Apr 2018 21:41:44 +0200 + apt (1.6~beta1) unstable; urgency=medium [ David Kalnischkies ] |