aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4450ca5..342f91d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2015-08-12 Miklos Szeredi <miklos@szeredi.hu>
+
+ * 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 <miklos@szeredi.hu>
+
+ * libfuse: fix possible memory leak. Reported by Jose R. Guzman
+
+2015-05-26 Miklos Szeredi <miklos@szeredi.hu>
+
+ * 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 <miklos@szeredi.hu>
* libfuse: refcount fuse_chan objects. New functions:
@@ -8,6 +27,11 @@
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
+ Tavis Ormandy (CVE-2015-3202).
+
2015-04-23 Miklos Szeredi <miklos@szeredi.hu>
* libfuse: add FUSE_CAP_NO_OPEN_SUPPORT flag to ->init()