aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-02 10:26:40 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-02 10:51:34 -0700
commit50f5255a44870863e4a9b6bcb7a62b5319fefd62 (patch)
treef2612633cfae824810dd8c0c86d7d0beb5cfcdf1 /ChangeLog.rst
parent1ac9551d9a0a7abdce3dd31dad808c89e0467823 (diff)
downloadlibfuse-50f5255a44870863e4a9b6bcb7a62b5319fefd62.tar.gz
Introduce separate mount/umount functions for low-level API.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 28888bf..87ceae9 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,11 @@
Unreleased Changes
==================
+* There are now new `fuse_session_unmount` and `fuse_session_mount`
+ functions that should be used in the low-level API. The
+ `fuse_mount` and `fuse_unmount` functions should be used with the
+ high-level API only.
+
* The ``fuse_lowlevel_notify_*`` functions now all take a `struct
fuse_session` parameter instead of a `struct fuse_chan`.