From 1f0dfae4084577997291bb0e1b94aeff89a5e70f Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Tue, 8 Aug 2023 11:15:03 +0100 Subject: [PATCH] Released fuse-3.16.1 --- AUTHORS | 5 +++++ ChangeLog.rst | 2 +- include/fuse_common.h | 2 +- meson.build | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 95ee068..b6b5253 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,6 +16,7 @@ Contributors CUSE has been written by Tejun Heo . Furthermore, the following people have contributed patches (autogenerated list): + 1c7718e7 a1346054 <36859588+a1346054@users.noreply.github.com> admorgan @@ -24,6 +25,7 @@ AKowshik Alan Somers Albert Chen <58009229+hselin-kalista-io@users.noreply.github.com> Albert Chen +Aleksandr Mikhailov Alexander alex Alex Richman @@ -99,6 +101,7 @@ Hendrik Brueckner HereThereBeDragons Hookey human +ikbenlike Ikey Doherty itsdeepak Jan Blumschein @@ -182,6 +185,7 @@ Roman Bogorodskiy Rosen Penev Rostislav Rostislav Skudnov +Rudi Heitbaum Sam Huffman <40582525+samh-sifive@users.noreply.github.com> Sam James Sam Stuewe @@ -209,6 +213,7 @@ Tomohiro Kusumi userwithuid Valentin Plugaru Vivek Goyal +Waldir Pimenta wdlkmpx William Woodruff Winfried Koehler diff --git a/ChangeLog.rst b/ChangeLog.rst index 1a3f2d4..698e2dc 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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. diff --git a/include/fuse_common.h b/include/fuse_common.h index 837df5a..381149a 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -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) diff --git a/meson.build b/meson.build index c42d591..b447055 100644 --- a/meson.build +++ b/meson.build @@ -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', -- 2.30.2