Skip to content

Commit ddcb1a0

Browse files
committed
Release 3.17.4
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
1 parent 8c8a62b commit ddcb1a0

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,6 @@ Ben Dooks <ben.dooks@codethink.co.uk>
278278

279279
# New authors since fuse-3.17.2
280280
Long Li <leo.lilong@huawei.com>
281+
282+
# New authors since fuse-3.17.3
283+
Georgi Valkov <gvalkov@gmail.com>

ChangeLog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libfuse 3.17.4 (2025-08-19)
2+
===========================
3+
- Try to detect mount-utils by checking for /run/mount/utab
4+
and don't try to update mtab if it does not exist
5+
- Fix a build warning when HAVE_BACKTRACE is undefined
6+
- fuse_loop_mt.c: fix close-on-exec flag on clone fd
7+
- Remove struct size assertions from fuse_common.h
8+
19
libfuse 3.17.3 (2025-07-16)
210
===========================
311
* more conn->want / conn->want_ext conversion fixes

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('libfuse3', ['c'],
2-
version: '3.17.3',
2+
version: '3.17.4',
33
meson_version: '>= 0.60.0',
44
default_options: [
55
'buildtype=debugoptimized',

0 commit comments

Comments
 (0)