summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2018-04-15 22:05:35 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2018-04-15 22:13:04 +0200
commit73c5027cf8ceabf7bb72fe08d4d86d07d3d72461 (patch)
tree8d9fc74417b1d0b8b12d13bfa6457b694571adc0 /debian
parent5be9f005de0d324ffbc6c048485b7f5a151cd9e9 (diff)
Release 1.6~rc11.6_rc1
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS2
-rw-r--r--debian/changelog26
2 files changed, 27 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS
index bf4ec8066..49e938751 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,4 +1,4 @@
-apt (1.6~rc1) UNRELEASED; urgency=medium
+apt (1.6~rc1) unstable; urgency=medium
Seccomp sandboxing has been turned off by default for now. If it works
for you, you are encouraged to reenable it by setting APT::Sandbox::Seccomp
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 ]