aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2007-08-08 18:22:01 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2007-08-08 18:22:01 +0000
commit0042f8cc82e98b51defcf28b8e84f47f443cb55a (patch)
tree46c4e37a048d1a67ff9516befda5fdbfda8de7ba /ChangeLog
parent66455c648efb5325c3d1d9691d3b8b255a4cf6a7 (diff)
downloadlibfuse-0042f8cc82e98b51defcf28b8e84f47f443cb55a.tar.gz
fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bf2251..a184b14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
+2007-07-31 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Work around hotplug issue, that it calls filesystem with file
+ descriptors 0, 1 and 2 not open. Tracked down by Leif Johnson
+
2007-07-25 Miklos Szeredi <miklos@szeredi.hu>
* Don't call /bin/[u]mount if /etc/mtab is a symlink. Reported by
Tomas M
+ * Also don't touch /etc/mtab if it is within the mounted
+ filesystem. Suggested by Jeffrey Law
+
2007-07-12 Miklos Szeredi <miklos@szeredi.hu>
* Reset args->argc in fuse_opt_free_args(). Patch by Lucas