aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCsaba Henk <csaba.henk@creo.hu>2008-01-03 12:13:54 +0000
committerCsaba Henk <csaba.henk@creo.hu>2008-01-03 12:13:54 +0000
commit18ecc2bff8655a02bcf53b4aed1835d727f280ee (patch)
tree6269f58a431e0247a4b4621d82535054102cdeb8 /ChangeLog
parentfdfba078f6bde0206bbcb16cd6dee999492bf6c3 (diff)
downloadlibfuse-18ecc2bff8655a02bcf53b4aed1835d727f280ee.tar.gz
lib/mount_bsd.c: Close device before unmount.
Cf. lib/mount.c rev. 1.43.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 828837a..1ba2a5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-03 Csaba Henk <csaba.henk@creo.hu>
+
+ * lib/mount_bsd.c: close device before unmount
+ (cf. lib/mount.c rev. 1.43) and fix some warnings
+
2007-12-23 Miklos Szeredi <miklos@szeredi.hu>
* Fix './configure --disable-static'. Patch from Ismail Dönmez