aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2016-09-25 19:24:43 +0100
committerMartin Pärtel <martin.partel@gmail.com>2016-09-25 19:24:43 +0100
commit333d463397a4a482f2438dc2ae19cef5ab606215 (patch)
tree1a994d867914c0e60443c62d841fa0fbab8c1908
parentbc7e55aee064c06709dcc3cb329158cb6b75f935 (diff)
downloadbindfs-333d463397a4a482f2438dc2ae19cef5ab606215.tar.gz
ChangeLog entries for --enable-ioctl and --enable-lock-forwarding.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f049e3f..31ca9bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-31 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Added --enable-ioctl to address issue #37.
+ * Added --enable-lock-forwarding to address issue #36.
+
2016-05-03 Martin Pärtel <martin dot partel at gmail dot com>
* @chenhaiq added --uid-offset and --gid-offset (PR #31). Thanks!