diff options
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index cab3e81..0ed7d78 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,11 @@ +libfuse 3.17 (unreleased) +======================== + +* Allows to handle fatal signals and to print a backtrace. + New public function: fuse_set_fail_signal_handlers() +* Allows fuse_log() messages to be send to syslog instead of stderr + New public functions: fuse_log_enable_syslog() and fuse_log_close_syslog() + libfuse 3.16.2 (2023-10-10) =========================== |