aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-03 13:07:30 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-03 13:08:40 +0200
commit1243beff209eebadc917700e34542e3d12702120 (patch)
tree2371c8d2b5c6c0fcdfeb6d02532950ab41d12447 /ChangeLog.rst
parent2ba345b16d869f4aa470d0f123ad619dbc41fd64 (diff)
Don't check st_nlink value for mkdir
Some filesystems don't track this for directories. Fixes: #180.
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 c233bcd..c697cbe 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -10,6 +10,8 @@ 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.
+
libfuse 3.1.0 (2017-07-08)
==========================