mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
@@ -278,3 +278,6 @@ Ben Dooks <ben.dooks@codethink.co.uk>
|
||||
|
||||
# New authors since fuse-3.17.2
|
||||
Long Li <leo.lilong@huawei.com>
|
||||
|
||||
# New authors since fuse-3.17.3
|
||||
Georgi Valkov <gvalkov@gmail.com>
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
libfuse 3.17.4 (2025-08-19)
|
||||
===========================
|
||||
- Try to detect mount-utils by checking for /run/mount/utab
|
||||
and don't try to update mtab if it does not exist
|
||||
- Fix a build warning when HAVE_BACKTRACE is undefined
|
||||
- fuse_loop_mt.c: fix close-on-exec flag on clone fd
|
||||
- Remove struct size assertions from fuse_common.h
|
||||
|
||||
libfuse 3.17.3 (2025-07-16)
|
||||
===========================
|
||||
* more conn->want / conn->want_ext conversion fixes
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
project('libfuse3', ['c'],
|
||||
version: '3.17.3',
|
||||
version: '3.17.4',
|
||||
meson_version: '>= 0.60.0',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
|
||||
Reference in New Issue
Block a user