aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2019-04-16 19:46:20 +0100
committerNikolaus Rath <Nikolaus@rath.org>2019-04-16 19:46:20 +0100
commit9ec8e1c9406451262b6fd3c93787b2bb6d745ea5 (patch)
tree2e4337f0ef1769fe0c213211e0616c4f6d11bfe5 /ChangeLog.rst
parent6439231f9ba8af9c0eab8dcda54a8fc31e63ae99 (diff)
downloadlibfuse-9ec8e1c9406451262b6fd3c93787b2bb6d745ea5.tar.gz
Released 3.5.0
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index a32d9ec..1137b57 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,4 +1,4 @@
-libfuse 3.5.0 (UNRELEASED)
+libfuse 3.5.0 (2019-04-16)
==========================
* Changed ioctl commands to "unsigned int" in order to support commands
@@ -7,7 +7,7 @@ libfuse 3.5.0 (UNRELEASED)
* Added SMB2 to whitelist (so users can now mount FUSE filesystems
on mountpoints within SMB 2.0 filesystems).
* Added a new `cache_readdir` flag to `fuse_file_info` to enable
- caching of readdir results. Supported by kernels 4.20 and newer.
+ caching of readdir results. Supported by kernels 4.20 and newer.
* Add support and documentation for FUSE_CAP_NO_OPENDIR_SUPPORT.
libfuse 3.4.2 (2019-03-09)