diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-06-06 09:48:30 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-06-06 09:48:30 +0000 |
commit | 9dedb707f43ea1d2e989c41e91e348b1982f06ce (patch) | |
tree | 1ec43b3ad2e3dc26c35a4757b4c38271a19416ec /ChangeLog | |
parent | d021ce48ab5e32a1bf783b007cf656565d7eb6d8 (diff) | |
download | libfuse-9dedb707f43ea1d2e989c41e91e348b1982f06ce.tar.gz |
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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> |