aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCsaba Henk <csaba.henk@creo.hu>2008-02-03 22:29:09 +0000
committerCsaba Henk <csaba.henk@creo.hu>2008-02-03 22:29:09 +0000
commit00bddfe650912fdc52b470e0d64a597802f61ec6 (patch)
tree614cc3d9cb5f45f93d617591319fe7fe4fe59c84 /ChangeLog
parent634fe87761add032fc5840edb6eac53ea4f019a5 (diff)
downloadlibfuse-00bddfe650912fdc52b470e0d64a597802f61ec6.tar.gz
lib/mount_bsd.c: prettify option specifications
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d813500..09f3a5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,8 +6,9 @@
(in FreeBSD a mount failure is not critical per se, as the daemon
still could be mounted externally, but waiting for such an event
is more confusing than fruitful)
- - ditch the kvm(8) stuff and fix unmounting in a simple and sensible
- way
+ - ditch the kvm(8) stuff and simply use forced unmount which just
+ won't block
+ - prettify option specifications
2008-01-07 Csaba Henk <csaba.henk@creo.hu>