Released 3.2.0 fuse-3.2.0
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 12 Sep 2017 13:03:31 +0000 (14:03 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 12 Sep 2017 13:50:16 +0000 (14:50 +0100)
AUTHORS
ChangeLog.rst

diff --git a/AUTHORS b/AUTHORS
index d73fa69606fa2743bca5bc7c33768a5c739f9769..2b3c952dd3770616c81e3eae11eb9e55bf374be8 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
@@ -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>
index 1d9aa3cde853a6cc021b8eb721b74f97c1858283..1b54c17d7eb83a940f2213e9f735cfb6bf26391b 100644 (file)
@@ -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.