aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-06-06 09:48:30 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-06-06 09:48:30 +0000
commit9dedb707f43ea1d2e989c41e91e348b1982f06ce (patch)
tree1ec43b3ad2e3dc26c35a4757b4c38271a19416ec /ChangeLog
parentd021ce48ab5e32a1bf783b007cf656565d7eb6d8 (diff)
downloadlibfuse-9dedb707f43ea1d2e989c41e91e348b1982f06ce.tar.gz
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d8369ec..05af353 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-05 Remy Blank <remy.blank@pobox.com>
+
+ * lib: canonicalize mount point in fuse_helper_opt_proc() so that
+ unmounting succeeds even if mount point was relative.
+
2006-06-04 Csaba Henk <csaba.henk@creo.hu>
* lib: fix emergency umount in helper.c when malloc fails.
@@ -9,11 +14,6 @@
Switch to "-pthread" from "-lpthread" as that's the preferred
one on several platforms. Consulted with Terrence Cole and
Miklos Szeredi
-
-
-2006-05-16 Miklos Szeredi <miklos@szeredi.hu>
-
- * Test commit
2006-05-08 Miklos Szeredi <miklos@szeredi.hu>