diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2023-01-13 10:33:35 +0000 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-01-13 10:33:35 +0000 |
commit | 9acd183460656bffa6672e85a413b5b4f80bce5e (patch) | |
tree | 0d63d4d9674c139121e868346a819e53dbcbfac3 /ChangeLog.rst | |
parent | c67b9219cfe132809555ad5a04c3e13c7cde70ed (diff) | |
download | libfuse-9acd183460656bffa6672e85a413b5b4f80bce5e.tar.gz |
Released 3.13.0
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 226a801..25dc159 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,9 +1,18 @@ -libfuse next.release.version (xxxx-xx-xx) -========================================= +libfuse 3.13.0 (2023-01-13) +=========================== + * There is a new low-level API function `fuse_session_custom_io` that allows to implement a daemon with a custom io. This can be used to create a daemon that can process incoming FUSE requests to other destinations than `/dev/fuse`. +* A segfault when loading custom FUSE modules has been fixed. + +* There is a new `fuse_notify_expire_entry` function. + +* A deadlock when resolving paths in the high-level API has been fixed. + +* libfuse can now be build explicitly for C libraries without symbol versioning support. + libfuse 3.12.0 (2022-09-08) =========================== |