diff options
author | Niels de Vos <ndevos@redhat.com> | 2018-06-26 21:40:21 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-11-19 12:33:56 +0000 |
commit | 2548c4b83a0871fb92b8ca55cf580a7c58c2f9c6 (patch) | |
tree | 609571da349b5a06c7fd555d7c8044744883a345 /ChangeLog.rst | |
parent | fe4f9428fc403fa8b99051f52d84ea5bd13f3855 (diff) | |
download | libfuse-2548c4b83a0871fb92b8ca55cf580a7c58c2f9c6.tar.gz |
examples: add copy_file_range() support to passthrough(_fh)
The passthrough example filesystem can be used for validating the API
and the implementation in the FUSE kernel module.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 8ea9397..9dc8b3d 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,9 @@ +libfuse 3.4.0 +============= + +* Add `copy_file_range()` to support efficient copying of data from one file to + an other. + libfuse 3.3.0 (2018-11-06) ========================== |