aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 284015d..a56f854 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -5,8 +5,10 @@ libfuse 3.10.0 (2019-12-14)
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.
+* Fixed memory leak in fuse_session_new().
* Fixed an issue with the linker version script.
+
libfuse 3.9.0 (2019-12-14)
==========================