From fe484d2d43bad4dafac9fbc1773030cdb4a2d99f Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 19 Mar 2020 20:00:41 +0000 Subject: Released 3.9.1 --- ChangeLog.rst | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'ChangeLog.rst') 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) ========================== -- cgit v1.2.3