From: Miklos Szeredi Date: Tue, 29 Sep 2015 15:51:32 +0000 (+0200) Subject: Merge branch 'clone_fd' X-Git-Tag: fuse-3.0.0pre0~70 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=386b1b6e3d0fcf7e2dfd5473e867284410dfa624;p=qemu-gpiodev%2Flibfuse.git Merge branch 'clone_fd' --- 386b1b6e3d0fcf7e2dfd5473e867284410dfa624 diff --cc ChangeLog index 5b39f16,4450ca5..342f91d --- a/ChangeLog +++ b/ChangeLog @@@ -1,27 -1,13 +1,37 @@@ +2015-08-12 Miklos Szeredi + + * libfuse: fix warning mount.c:receive_fd(). Reported by Albert + Berger + + * libfuse: added fuse_pkgversion() function to retrieve the full + version string, per autoconf. Patch by Christopher Harrison + +2015-06-29 Miklos Szeredi + + * libfuse: fix possible memory leak. Reported by Jose R. Guzman + +2015-05-26 Miklos Szeredi + + * Use system directory for system-wide udev rules by default. This + ensures that fuse functions correctly on stateless operating + systems without requiring use of the site configuration directory + (/etc/). Patch by Ikey Doherty + + 2015-05-23 Miklos Szeredi + + * 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 + + * libfuse: fix exec environment for mount and umount. Found by + Tavis Ormandy (CVE-2015-3202). + 2015-04-23 Miklos Szeredi * libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()