aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-08 21:47:53 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-09 14:11:24 -0700
commitd5cdbb94a0650b0a462682cf0a84463ff1513900 (patch)
tree0268293b1c59d47ad03d69bde8d1118acb30788d /ChangeLog.rst
parent9f19d71a766af5881cf763e6ce8d6c1bafe8ada5 (diff)
Dropped example/null.c
This does not seem to be working. Maybe because it tries to treat the mountpoint as a file rather than a directory?
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 654792c..e029cd6 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,10 @@
Unreleased Changes
==================
+* Removed ``example/null.c``. This has not been working for a while
+ for unknown reasons -- maybe because it tries to treat the
+ mountpoint as a file rather than a directory?
+
* There is a new ``timefs3`` example that demonstrates the use of
`fuse_lowlevel_notify_inval_entry`.