aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-24 20:31:29 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-24 20:31:29 -0700
commitb3ab365fda1a65f2c3535cda15de885bfa9de814 (patch)
tree8bd79452c1af07034d54aaf4f4ec04d873e85dc5 /ChangeLog.rst
parent1d9f26f3736cc4703c2e988d87f5dd119bcd736d (diff)
downloadlibfuse-b3ab365fda1a65f2c3535cda15de885bfa9de814.tar.gz
fuse_session_new(): don't accept empty argv, check argv[0]
This should help avoid people to accidentally put options into argv[0]. Fixes #100.
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 e614e6b..2019325 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,10 @@
Unreleased Changes
==================
+* Documentation: clarified that the fuse_argv structure that is passed
+ to `fuse_new()` and `fuse_lowlevel_new()` must always contain at
+ least one element.
+
* The high-level init() handler now receives an additional struct
fuse_config pointer that can be used to adjust high-level API
specific configuration options.