diff options
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 956c910..133c0c6 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,16 +1,12 @@ -Unreleased Changes -================== +libfuse 3.9.1 (2020-03-19) +=========================== * Fixed memory leak in fuse_session_new(). * Fixed an issue with the linker version script. - -libfuse 3.10.0 (2019-12-14) -========================== - -* Make ioctl prototype conditional on FUSE_USE_VERSION. - Define FUSE_USE_VERSION < 35 to get old ioctl prototype - with int commands; define FUSE_USE_VERSION >= 35 to get - new ioctl prototype with unsigned int commands. +* Make ioctl prototype conditional on FUSE_USE_VERSION. Define FUSE_USE_VERSION < 35 to + get old ioctl prototype with int commands; define FUSE_USE_VERSION >= 35 to get new + ioctl prototype with unsigned int commands. +* Various small bugfixes. libfuse 3.9.0 (2019-12-14) ========================== |