From 4be90a6f9a9f242b1f480024a7cb3c749fcf5390 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 6 Aug 2017 13:24:40 +0200 Subject: Released 3.1.1 --- AUTHORS | 5 +++++ ChangeLog.rst | 6 +++--- configure.ac | 2 +- lib/Makefile.am | 2 +- meson.build | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2fe82eb..d73fa69 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,6 +22,8 @@ Anatol Pomozov Angelo G. Del Regno Antonio SJ Musumeci Arunav Sanyal +Banglang +Baptiste Daroussin bobrofon Brian Naylor Carlos Maiolino @@ -42,6 +44,7 @@ Eric Wong Fabrice Bauzac Feng Shuo guraga +Heiko Becker Hendrik Brueckner Ikey Doherty itsdeepak @@ -49,7 +52,9 @@ Jan Blumschein Jay Hankins Joachim Schiele Joachim Schiele +Joe Dodge John Muir +Joseph Dodge Laszlo Papp Madan Valluri Mark Glines diff --git a/ChangeLog.rst b/ChangeLog.rst index 2640aa9..3531761 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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. diff --git a/configure.ac b/configure.ac index 894dd85..820b80b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/lib/Makefile.am b/lib/Makefile.am index 5631f75..7d1dfff 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 diff --git a/meson.build b/meson.build index 9f39f1d..ad3b496 100644 --- a/meson.build +++ b/meson.build @@ -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' ]) -- cgit v1.2.3