Released 3.1.1 fuse-3.1.1
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 6 Aug 2017 11:24:40 +0000 (13:24 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 6 Aug 2017 11:24:40 +0000 (13:24 +0200)
AUTHORS
ChangeLog.rst
configure.ac
lib/Makefile.am
meson.build

diff --git a/AUTHORS b/AUTHORS
index 2fe82eb19537c31a852546f754346a38fd9ac6f6..d73fa69606fa2743bca5bc7c33768a5c739f9769 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,6 +22,8 @@ Anatol Pomozov <anatol.pomozov@gmail.com>
 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>
@@ -42,6 +44,7 @@ Eric Wong <normalperson@yhbt.net>
 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>
@@ -49,7 +52,9 @@ Jan Blumschein <jan@jan-blumschein.de>
 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>
index 2640aa9e1fe5642444a7c9dd91796a2e03f4c4e5..35317615084035a2ef4b7c96adf14ae717bcf2b4 100644 (file)
@@ -1,5 +1,5 @@
-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).
@@ -13,7 +13,7 @@ Unreleased Changes
 * 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.
index 894dd85a347f0ab6910f8781f79dd1946a01a9fd..820b80b415421a28d90445fb4c02a01f78a84418 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(fuse, 3.1.0)
+AC_INIT(fuse, 3.1.1)
 AC_PREREQ(2.59d)
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_TARGET
index 5631f759be16afb6ca001bb27528fd311738607e..7d1dfff80948ab526b7b7e42b6f9ae0c56bcaf6d 100644 (file)
@@ -33,7 +33,7 @@ libfuse3_la_SOURCES =         \
        $(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
index 9f39f1dfa9ef89fa01253534c245f3a5f0894bb6..ad3b496e7a2e28763285d7203fd6069ac208b540 100644 (file)
@@ -1,4 +1,4 @@
-project('libfuse3', 'c', version: '3.1.0',
+project('libfuse3', 'c', version: '3.1.1',
         meson_version: '>= 0.38',
         default_options: [ 'buildtype=plain' ])