aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2021-02-05 09:07:28 +0000
committerNikolaus Rath <Nikolaus@rath.org>2021-02-05 09:07:28 +0000
commit77d662459a0fcdf358d515477d33795837e859d5 (patch)
tree326e64a8ffbb45ae17a0e2c5bd9077da07bd9111 /ChangeLog.rst
parent5012a05ac875c1988263faaa77177c27c62c52bb (diff)
downloadlibfuse-77d662459a0fcdf358d515477d33795837e859d5.tar.gz
Released 3.10.2
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 718033a..1b75b1d 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,10 +1,11 @@
-Unreleased Changes
-==================
+libfuse 3.10.2 (2021-02-05)
+===========================
-* Allow "nonempty" as a mount option, for backwards compatibility with
- fusermount 2. The option has no effect since mounting over non-empty
- directories is allowed by default.
+* Allow "nonempty" as a mount option, for backwards compatibility with fusermount 2. The
+ option has no effect since mounting over non-empty directories is allowed by default.
* Fix returning inode numbers from readdir() in offset==0 mode.
+* FUSE filesystems can now be mounted underneath EXFAT mountpoints.
+* Various minor bugfixes.
libfuse 3.10.1 (2020-12-07)
===========================