From cfdca8c6a0f901f409d0a66dd158bd6c8b470bb6 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 12 Sep 2017 14:03:31 +0100 Subject: Released 3.2.0 --- ChangeLog.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'ChangeLog.rst') 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. -- cgit v1.2.3