aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-09-22 16:47:40 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-09-22 16:47:40 +0000
commit21d587ea7047552792bc34f01f252a48f8be8db3 (patch)
treede7f2f228825f605a759a92d52a30d15dccd4e2b /ChangeLog
parentd169f31d6926c5bdc7c66822b6a49c87ddf7f901 (diff)
fix FUSE mount under FUSE mount
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3fc2d0..fced7da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* A slight API change: fuse_get_context() doesn't need the "fuse"
pointer, but the returned context contains it instead. The
fuse_get() function is not needed anymore, so it's removed.
+
+ * Fix mounting and umounting FUSE filesystem under another FUSE
+ filesystem by non-root (bug spotted by Valient Gough)
2004-09-21 Miklos Szeredi <miklos@szeredi.hu>