diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2018-08-31 13:38:26 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2018-08-31 13:46:13 +0200 |
commit | d709f319232ae40302b7cd73ab945c3d76be01f3 (patch) | |
tree | b43fd2d909b8c1fd116d3bb4bc7ec76062307294 /ChangeLog.rst | |
parent | 3a92c69bba28aaf427c28a38c900efc314a57db3 (diff) | |
download | libfuse-d709f319232ae40302b7cd73ab945c3d76be01f3.tar.gz |
Do not hardcode /etc/fuse.conf path.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 97f5164..75fcc48 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -6,6 +6,9 @@ Unreleased Changes bcachefs, aufs and FAT filesystems. * libfuse may now be used as a Meson subproject. * Fix a few low-impact memory leaks. +* The `fuse.conf` file is no longer looked for in `/etc`, but in the + *sysconfdir* directory (which can be set with `meson configure`). By + default, the location is thus `/usr/local/etc/fuse.conf`. libfuse 3.2.5 (2018-07-24) ========================== |