aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a18701..827b00b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-26 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Resolve symlinks in readdir() so correct attributes are returned (issue #76).
+ * Released 1.14.1
+
2019-04-29 Martin Pärtel <martin dot partel at gmail dot com>
* Added --forward-odirect. Bindfs now clears O_DIRECT by default (PR #74, thanks barp@!).