aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-04 22:38:03 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-06 10:13:43 +0200
commitb3109e71faf2713402f70d226617352815f6c72e (patch)
tree46d878cf848256eb420ccf66af20fa9faa269e2b /ChangeLog.rst
parent53c07425fa378eedb9b38c05025da5832d7a3a2e (diff)
Added writeback cache to passthrough_ll
This fixes issue #191 (where the test was done by simply adding FUSE_CAP_WRITEBACK_CACHE without adjusting the flags in the open() call). Fixes: #191.
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 5fc0d0c..2640aa9 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -18,6 +18,8 @@ Unreleased Changes
* Incorporated several patches from the FreeBSD port. libfuse should
now compile under FreeBSD without the need for patches.
+* The passthrough_ll example now supports writeback caching.
+
libfuse 3.1.0 (2017-07-08)
==========================