aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-09-12 14:03:31 +0100
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-09-12 14:50:16 +0100
commitcfdca8c6a0f901f409d0a66dd158bd6c8b470bb6 (patch)
tree5613e407da828688b8ee7b019d8e9047c59e139c /ChangeLog.rst
parent1c5f6bd3d8b37890e5e9e9c70df3e7fed2c0b92d (diff)
Released 3.2.0
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 1d9aa3c..1b54c17 100644
--- a/ChangeLog.rst
+++ b/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
@@ -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.