Angelo G. Del Regno <kholk11@gmail.com>
Antonio SJ Musumeci <trapexit@spawn.link>
Arunav Sanyal <Khalian@users.noreply.github.com>
+Banglang <banglang.huang@foxmail.com>
+Baptiste Daroussin <bapt@FreeBSD.org>
bobrofon <ifbossfor@ya.ru>
Brian Naylor <bnaylor@netapp.com>
Carlos Maiolino <cmaiolino-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Fabrice Bauzac <fbauzac@amadeus.com>
Feng Shuo <steve.shuo.feng@gmail.com>
guraga <rulumasi@dodsi.com>
+Heiko Becker <heirecka@exherbo.org>
Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Ikey Doherty <michael.i.doherty@intel.com>
itsdeepak <deepak.sn@samsung.com>
Jay Hankins <jay-hankins@users.noreply.github.com>
Joachim Schiele <joachim.schiele@daimler.com>
Joachim Schiele <js@lastlog.de>
+Joe Dodge <joseph.dodge@veritas.com>
John Muir <john@jmuir.com>
+Joseph Dodge <joseph.dodge@veritas.com>
Laszlo Papp <ext-laszlo.papp@nokia.com>
Madan Valluri <mvalluri@cumulus-systems.com>
Mark Glines <mark@glines.org>
-Unreleased Changes
-==================
+libfuse 3.1.1 (2017-08-06)
+==========================
* Documentation: clarified how filesystems are supposed to process
open() and create() flags (see include/fuse_lowlevel.h).
* Fixed a symbol versioning problem that resulted in very strange
failures (segfaults, unexpected behavior) in different situations.
-* Fixed a test failure when /tmp is on btrfs.
+* Fixed a test failure when /tmp is on btrfs.
* Incorporated several patches from the FreeBSD port. libfuse should
now compile under FreeBSD without the need for patches.
$(iconv_source) \
$(mount_source)
-libfuse3_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 3:1:0 \
+libfuse3_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 3:1:1 \
-Wl,--version-script,$(srcdir)/fuse_versionscript
if NETBSD
-project('libfuse3', 'c', version: '3.1.0',
+project('libfuse3', 'c', version: '3.1.1',
meson_version: '>= 0.38',
default_options: [ 'buildtype=plain' ])