Skip to content

Commit

Permalink
Released fuse-3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Aug 8, 2023
1 parent 0d830af commit 1f0dfae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Contributors
CUSE has been written by Tejun Heo <[email protected]>. Furthermore, the
following people have contributed patches (autogenerated list):


1c7718e7 <[email protected]>
a1346054 <[email protected]>
admorgan <[email protected]>
Expand All @@ -24,6 +25,7 @@ AKowshik <[email protected]>
Alan Somers <[email protected]>
Albert Chen <[email protected]>
Albert Chen <[email protected]>
Aleksandr Mikhailov <[email protected]>
Alexander <[email protected]>
alex <[email protected]>
Alex Richman <[email protected]>
Expand Down Expand Up @@ -99,6 +101,7 @@ Hendrik Brueckner <[email protected]>
HereThereBeDragons <[email protected]>
Hookey <[email protected]>
human <[email protected]>
ikbenlike <[email protected]>
Ikey Doherty <[email protected]>
itsdeepak <[email protected]>
Jan Blumschein <[email protected]>
Expand Down Expand Up @@ -182,6 +185,7 @@ Roman Bogorodskiy <[email protected]>
Rosen Penev <[email protected]>
Rostislav <[email protected]>
Rostislav Skudnov <[email protected]>
Rudi Heitbaum <[email protected]>
Sam Huffman <[email protected]>
Sam James <[email protected]>
Sam Stuewe <[email protected]>
Expand Down Expand Up @@ -209,6 +213,7 @@ Tomohiro Kusumi <[email protected]>
userwithuid <[email protected]>
Valentin Plugaru <[email protected]>
Vivek Goyal <[email protected]>
Waldir Pimenta <[email protected]>
wdlkmpx <[email protected]>
William Woodruff <[email protected]>
Winfried Koehler <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion include/fuse_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 1f0dfae

Please sign in to comment.