diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 14:19:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-09 14:19:33 -0700 |
commit | 039b9fa28ff1a7804a9fb81e18ec436e42d59193 (patch) | |
tree | cd422c4a0e044ac147fe6587a46fc2b4e86727b8 /ChangeLog.rst | |
parent | 9f19d71a766af5881cf763e6ce8d6c1bafe8ada5 (diff) | |
parent | 52dec7ffdd36074017a3f00d54acc2901b73ea67 (diff) | |
download | libfuse-039b9fa28ff1a7804a9fb81e18ec436e42d59193.tar.gz |
Merge pull request #80 from libfuse/master-proposed
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 4 |
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`. |