aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-06 13:24:40 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-06 13:24:40 +0200
commit4be90a6f9a9f242b1f480024a7cb3c749fcf5390 (patch)
tree8a1eb8c5afa9b3fd5f3166ca1108b980e83e2a46 /ChangeLog.rst
parente1482cd02cabbcbaecc361a764f81ff66593fa5b (diff)
Released 3.1.1
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 2640aa9..3531761 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,5 @@
-Unreleased Changes
-==================
+libfuse 3.1.1 (2017-08-06)
+==========================
* Documentation: clarified how filesystems are supposed to process
open() and create() flags (see include/fuse_lowlevel.h).
@@ -13,7 +13,7 @@ Unreleased Changes
* Fixed a symbol versioning problem that resulted in very strange
failures (segfaults, unexpected behavior) in different situations.
-* Fixed a test failure when /tmp is on btrfs.
+* Fixed a test failure when /tmp is on btrfs.
* Incorporated several patches from the FreeBSD port. libfuse should
now compile under FreeBSD without the need for patches.