aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-07 15:25:41 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-07-08 12:48:08 +0200
commite870a0427adb50a64dc8bcbacfacb089872c6908 (patch)
tree454e310cc66d048ee2e45493b6abaafcb80d1749 /ChangeLog.rst
parent79b446d22ce8cfb387549bef2a0ddcaf6fbb3331 (diff)
Added public fuse_lib_help(), bumped minor version
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 864642a..c56c9d2 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,11 +1,15 @@
Unreleased Changes
==================
+* Added new `fuse_lib_help()` function. File-systems that previously
+ passed a ``--help`` option to `fuse_new()` must now process the
+ ``--help`` option internally and call `fuse_lib_help()` to print the
+ help for generic FUSE options.
* Fixed description of the `fuse_conn_info->time_gran`. The default
value of zero actually corresponds to full nanosecond resolution,
not one second resolution.
* The init script is now installed into the right location
- ($DESTDIR/etc/init.d rather than $prefix/$sysconfdir/init.d)
+ (``$DESTDIR/etc/init.d`` rather than ``$prefix/$sysconfdir/init.d``)
* The `example/passthrough_ll` filesystem now supports creating
and writing to files.
* `fuse_main()` / `fuse_remove_signal_handlers()`: do not reset