aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authortenzap <46226844+tenzap@users.noreply.github.com>2019-09-15 17:56:56 +0200
committerNikolaus Rath <Nikolaus@rath.org>2019-09-15 08:56:56 -0700
commit57bf44355fd84d61dd35f8823ff1b506bf04a998 (patch)
treef1dddd0961a58ff944536f040868b6469e6a5d9f /ChangeLog.rst
parenta0d713619d4f21e8240ede38eefe6101ea580724 (diff)
downloadlibfuse-57bf44355fd84d61dd35f8823ff1b506bf04a998.tar.gz
Whitelist UFSD (#451)
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 d46fe29..1007477 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,8 @@
Unreleased Changes
==================
+* Added UFSD to whitelist (so users can now mount FUSE filesystems
+ on mountpoints within UFSD filesystems).
* Added custom log message handler function support so that libfuse
applications can direct messages to syslog(3) or other logging systems.
stderr remains the default. See `fuse_log.h` for the new API.