aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCsaba Henk <csaba.henk@creo.hu>2008-02-03 15:00:22 +0000
committerCsaba Henk <csaba.henk@creo.hu>2008-02-03 15:00:22 +0000
commit7b3f3a8c2bc912a668586b350ceedb1aac2c8a00 (patch)
tree3fb81b31811e99c59e34229d128e71ff3be12644 /ChangeLog
parentde094131902a0cda6cdb6483a0fc1beb8596ba4b (diff)
downloadlibfuse-7b3f3a8c2bc912a668586b350ceedb1aac2c8a00.tar.gz
lib/mount_bsd.c: ditch the kvm(8) stuff and fix unmounting in a simple and sensible way
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e922630..d813500 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
(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
2008-01-07 Csaba Henk <csaba.henk@creo.hu>