Released fuse-3.16.1

This commit is contained in:
Nikolaus Rath 2023-08-08 11:15:03 +01:00
parent 0d830af6b8
commit 1f0dfae408
4 changed files with 8 additions and 3 deletions

View File

@ -16,6 +16,7 @@ Contributors
CUSE has been written by Tejun Heo <teheo@suse.de>. Furthermore, the
following people have contributed patches (autogenerated list):
1c7718e7 <shirokovMartin@gmail.com>
a1346054 <36859588+a1346054@users.noreply.github.com>
admorgan <admorgan@morgancomputers.net>
@ -24,6 +25,7 @@ AKowshik <AKowshik@users.noreply.github.com>
Alan Somers <asomers@gmail.com>
Albert Chen <58009229+hselin-kalista-io@users.noreply.github.com>
Albert Chen <hselin.chen@gmail.com>
Aleksandr Mikhailov <AM5800@users.noreply.github.com>
Alexander <aleksandr.rvachev@eltex-co.ru>
alex <devkral@web.de>
Alex Richman <alex@richman.io>
@ -99,6 +101,7 @@ Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
HereThereBeDragons <HereThereBeDragons@users.noreply.github.com>
Hookey <Hookey@users.noreply.github.com>
human <human@neet.fi>
ikbenlike <ikbenlike@users.noreply.github.com>
Ikey Doherty <michael.i.doherty@intel.com>
itsdeepak <deepak.sn@samsung.com>
Jan Blumschein <jan@jan-blumschein.de>
@ -182,6 +185,7 @@ Roman Bogorodskiy <bogorodskiy@gmail.com>
Rosen Penev <rosenp@gmail.com>
Rostislav <rostislav@users.noreply.github.com>
Rostislav Skudnov <rostislav@tuxera.com>
Rudi Heitbaum <rudi@heitbaum.com>
Sam Huffman <40582525+samh-sifive@users.noreply.github.com>
Sam James <sam@gentoo.org>
Sam Stuewe <halosghost@archlinux.info>
@ -209,6 +213,7 @@ Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
userwithuid <userwithuid@gmail.com>
Valentin Plugaru <valentin.plugaru@uni.lu>
Vivek Goyal <vgoyal@redhat.com>
Waldir Pimenta <waldyrious@gmail.com>
wdlkmpx <wdlkmpx@gmail.com>
William Woodruff <william@yossarian.net>
Winfried Koehler <w_scan@gmx-topmail.de>

View File

@ -1,4 +1,4 @@
libfuse next.release.version (xxxx-xx-xx)
libfuse 3.16.1 (2023-08-08)
===========================
* Readdir kernel cache can be enabled from high-level API.

View File

@ -29,7 +29,7 @@
#define FUSE_MAJOR_VERSION 3
/** Minor version of FUSE library interface */
#define FUSE_MINOR_VERSION 15
#define FUSE_MINOR_VERSION 16
#define FUSE_MAKE_VERSION(maj, min) ((maj) * 100 + (min))
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)

View File

@ -1,4 +1,4 @@
project('libfuse3', ['c'], version: '3.15.1',
project('libfuse3', ['c'], version: '3.16.1',
meson_version: '>= 0.51',
default_options: [
'buildtype=debugoptimized',