aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2020-03-19 20:00:41 +0000
committerNikolaus Rath <Nikolaus@rath.org>2020-03-19 20:00:41 +0000
commitfe484d2d43bad4dafac9fbc1773030cdb4a2d99f (patch)
tree05cf68e02d46102b4b52e980f955a56cb7daa9ae /ChangeLog.rst
parent3b17db6f7417d5396230bfd56a64cae4e1e2a47c (diff)
downloadlibfuse-fe484d2d43bad4dafac9fbc1773030cdb4a2d99f.tar.gz
Released 3.9.1
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst16
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)
==========================