summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2017-03-10 12:00:14 (GMT)
committerCyril Brulebois <kibi@debian.org>2017-03-10 12:00:14 (GMT)
commit89199d4d119001d329d36c36f079b5b25b62373f (patch)
treefe60812526fd7265d23eb08625578b860d24d865
parente054e6843a59a3aff9e5d2a596b38869f925f3fe (diff)
downloaddebootstrap-89199d4d119001d329d36c36f079b5b25b62373f.zip
debootstrap-89199d4d119001d329d36c36f079b5b25b62373f.tar.gz
debootstrap-89199d4d119001d329d36c36f079b5b25b62373f.tar.bz2
Add changelog entry for Simon's changes.
-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 ]