aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCsaba Henk <csaba.henk@creo.hu>2008-02-03 12:07:56 +0000
committerCsaba Henk <csaba.henk@creo.hu>2008-02-03 12:07:56 +0000
commitde094131902a0cda6cdb6483a0fc1beb8596ba4b (patch)
tree42e6bc314d29ed55bcc5a21ab9a41d74318a7c0f /ChangeLog
parent93bbd7fda1dd9ee975bce092f7edf10da479662a (diff)
downloadlibfuse-de094131902a0cda6cdb6483a0fc1beb8596ba4b.tar.gz
lib/mount_bsd.c: string formatting fixes, exit if mounting has failed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d899d5..e922630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-02-03 Csaba Henk <csaba.henk@creo.hu>
+
+ * lib/mount_bsd.c:
+ - string formatting fixes
+ - exit if mounting has failed
+ (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)
+
2008-01-07 Csaba Henk <csaba.henk@creo.hu>
* lib/mount_bsd.c: