Skip to content

Commit

Permalink
Released 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Sep 12, 2017
1 parent 1c5f6bd commit cfdca8c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Expand Up @@ -57,6 +57,7 @@ John Muir <john@jmuir.com>
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>
Expand All @@ -77,6 +78,8 @@ Riku Voipio <riku.voipio@linaro.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>
22 changes: 11 additions & 11 deletions ChangeLog.rst
@@ -1,31 +1,31 @@
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
Expand All @@ -34,7 +34,7 @@ Unreleased Changes

* Fixed a number of compilation problems under FreeBSD.

* Fixed installation directory for udev rules.
* Fixed installation directory for udev rules.

* Fixed compilation with LTO.

Expand Down

0 comments on commit cfdca8c

Please sign in to comment.