File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+
2+ # Version 1.1.1 built on 2025-07-07
3+
4+ ## Fixes
5+
6+ - Forward return code for ` utimens ` and ` rename ` .
7+ - Restore compatibility with old fusepy implementations that implement ` create ` with only 2 arguments.
8+ - If FUSE 2 flag_nullpath_ok and flag_nopath members exist, then enable fuse_config.nullpath_ok in FUSE 3.
9+ - Handle possible null path in all methods mentioned in nullpath_ok documentation.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414
1515[project ]
1616name = " mfusepy"
17- version = " 1.1.0 "
17+ version = " 1.1.1 "
1818description = " Ctypes bindings for the high-level API in libfuse 2 and 3"
1919authors = [{name = " Maximilian Knespel" , email = " mxmlnknp@gmail.com" }]
2020license = {text = " ISC" }
You can’t perform that action at this time.
0 commit comments