aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/TODO2
-rw-r--r--debian/changelog8
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/TODO b/debian/TODO
index 07126a9..023983f 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -2,6 +2,8 @@ TODO and possible bugs:
* BUG: Too many options! Creeping featurism!!
+* Fix pbuilder-user-mode-linux bind-mount, it probably needs to be done via hostfs for better performance.
+
* Build dependency handles |, but not when [] and | exist. -- no package should be using it ?
* Machine type specification in Build dependency should either have [!xxx !xxx !xxx ...] or [xxx xxx xxx ...] [!xxx xxx] formats are not parsed, and should really not exist.
diff --git a/debian/changelog b/debian/changelog
index b0e5d24..ffe8832 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pbuilder (0.71) unstable; urgency=low
+
+ * UML: Do not try to umount, it's going to kernel-panic anyway.
+ - this fixes the problem of 'cannot umount because daemons are using
+ /proc'
+
+ -- Junichi Uekawa <dancer@debian.org> Tue, 8 Apr 2003 22:50:43 +0900
+
pbuilder (0.70) unstable; urgency=low
* Support bind-mount, patch from Sam Hartman, thanks.