aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog64
1 files changed, 38 insertions, 26 deletions
diff --git a/ChangeLog b/ChangeLog
index f2e5d02..8371584 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,45 +1,57 @@
-2015-05-22 Miklos Szeredi <miklos@szeredi.hu>
+FUSE 2.9.7 (2016-06-20)
+=======================
- * Released 2.9.4
+* Added SELinux support.
+* Fixed race-condition when session is terminated right after starting
+ a FUSE file system.
-2015-05-22 Miklos Szeredi <miklos@szeredi.hu>
+FUSE 2.9.6 (2016-04-23)
+=======================
- * libfuse: fix exec environment for mount and umount. Found by
- Tavis Ormandy (CVE-2015-3202).
+* Tarball now includes documentation.
+* Shared-object version has now been bumped correctly.
-2015-02-26 Miklos Szeredi <miklos@szeredi.hu>
+FUSE 2.9.5 (2016-01-14)
+=======================
- * libfuse: fix fuse_remove_signal_handlers() to properly restore
- the default signal handler. Reported by: Chris Johnson
+* New maintainer: Nikolaus Rath <Nikolaus@rath.org>. Many thanks to
+ Miklos Szeredi <miklos@szeredi.hu> for bringing FUSE to where it is
+ now!
-2014-07-21 Miklos Szeredi <miklos@szeredi.hu>
+* fix warning in mount.c:receive_fd(). Reported by Albert Berger
- * libfuse: highlevel API: fix directory file handle passed to
- ioctl() method. Reported by Eric Biggers
+* fix possible memory leak. Reported by Jose R. Guzman
-2014-07-15 Miklos Szeredi <miklos@szeredi.hu>
+FUSE 2.9.4 (2015-05-22)
+=======================
- * libfuse: document deadlock avoidance for
- fuse_notify_inval_entry() and fuse_notify_delete()
+* fix exec environment for mount and umount. Found by Tavis Ormandy
+ (CVE-2015-3202).
- * fusermount, libfuse: send value as unsigned in "user_id=" and
- "group_id=" options. Uids/gids larger than 2147483647 would
- result in EINVAL when mounting the filesystem. This also needs a
- fix in the kernel.
+* fix fuse_remove_signal_handlers() to properly restore the default
+ signal handler. Reported by: Chris Johnson
-2014-03-26 Miklos Szeredi <miklos@szeredi.hu>
+* highlevel API: fix directory file handle passed to ioctl() method.
+ Reported by Eric Biggers
- * Initilaize stat buffer passed to ->getattr() and ->fgetattr() to
- zero in all cases. Reported by Daniel Iwan
+* libfuse: document deadlock avoidance for fuse_notify_inval_entry()
+ and fuse_notify_delete()
-2013-08-26 Miklos Szeredi <miklos@szeredi.hu>
+* fusermount, libfuse: send value as unsigned in "user_id=" and
+ "group_id=" options. Uids/gids larger than 2147483647 would result
+ in EINVAL when mounting the filesystem. This also needs a fix in
+ the kernel.
- * libfuse: Add missing includes. This allows compiling fuse with
- musl. Patch by Daniel Thau
+* Initilaize stat buffer passed to ->getattr() and ->fgetattr() to
+ zero in all cases. Reported by Daniel Iwan
-2013-07-01 Miklos Szeredi <miklos@szeredi.hu>
+* libfuse: Add missing includes. This allows compiling fuse with
+ musl. Patch by Daniel Thau
+
+
+Older Versions (before 2013-01-01)
+==================================
- * Released 2.9.3
2013-06-20 Miklos Szeredi <miklos@szeredi.hu>