Joseph Dodge <joseph.dodge@veritas.com>
Laszlo Papp <ext-laszlo.papp@nokia.com>
Madan Valluri <mvalluri@cumulus-systems.com>
+Marcin Sulikowski <marcin.sulikowski@editshare.com>
Mark Glines <mark@glines.org>
Max Krasnyansky <maxk@kernel.org>
Michael Grigoriev <mag@luminal.org>
Roland Bauerschmidt <rb@debian.org>
Sam Stuewe <halosghost@archlinux.info>
Sebastian Pipping <sebastian@pipping.org>
+SÅ‚awek Rudnicki <slawek.rudnicki@editshare.com>
Tej Chajed <tchajed@mit.edu>
therealneworld@gmail.com <therealneworld@gmail.com>
+userwithuid <userwithuid@gmail.com>
Winfried Koehler <w_scan@gmx-topmail.de>
-Unreleased Changes
-==================
+libfuse 3.2.0 (2017-09-12)
+==========================
* Support for building with autotools has been dropped.
-
+
* Added new `fuse_invalidate_path()` routine for cache invalidation
from the high-level FUSE API, along with an example and tests.
-
+
* There's a new `printcap` example that can be used to determine the
capabilities of the running kernel.
-
+
* `fuse_loop_mt()` now returns the minus the actual errno if there was
an error (instead of just -1).
-
+
* `fuse_loop()` no longer returns a positive value if the filesystem
loop was terminated without errors or signals.
-
+
* Improved documentation of `fuse_lowlevel_notify_*` functions.
* `fuse_lowlevel_notify_inval_inode()` and
`fuse_lowlevel_notify_inval_entry()` now return -ENOSYS instead of
an undefined error if the function is not supported by the kernel.
-
+
* Documented the special meaning of the *zero* offset for the
fuse_fill_dir_t function.
-
+
* The `passthrough_fh` example now works under FreeBSD.
-
+
* libfuse can now be build without libiconv.
* Fixed support for `FUSE_CAP_POSIX_ACL`: setting this capability
* Fixed a number of compilation problems under FreeBSD.
-* Fixed installation directory for udev rules.
+* Fixed installation directory for udev rules.
* Fixed compilation with LTO.