summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 40e0b21..2bd1aee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+debootstrap (1.0.89) UNRELEASED; urgency=medium
+
+ [ Simon McVittie ]
+ * Instead of creating a /dev/ptmx → pts/ptmx symlink unconditionally,
+ try mknod with “c 5 2” parameters first, and fall back to a symlink
+ only if it fails. This should help with various tools like pbuilder,
+ sbuild, and schroot (Closes: #817236).
+ * Add autopkgtest support to test various scenarios.
+
+ -- Cyril Brulebois <kibi@debian.org> Fri, 10 Mar 2017 12:52:11 +0100
+
debootstrap (1.0.88) unstable; urgency=high
[ Sven Joachim ]