aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b39f16..342f91d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,16 @@
systems without requiring use of the site configuration directory
(/etc/). Patch by Ikey Doherty
+2015-05-23 Miklos Szeredi <miklos@szeredi.hu>
+
+ * libfuse: refcount fuse_chan objects. New functions:
+ fuse_chan_get(), fuse_chan_put(). Removed function:
+ fuse_chan_destroy().
+
+ * libfuse: add "clone_fd" option. This creates a separate device
+ file descriptor for each processing thread, which might improve
+ performance.
+
2015-05-22 Miklos Szeredi <miklos@szeredi.hu>
* libfuse: fix exec environment for mount and umount. Found by