aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-22 12:10:50 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-22 12:10:50 +0200
commit19eaea2e7741f98739eeded839abc5d631dcf826 (patch)
treed8464a28da84e4c1e37cd4fccc8a9790843e2c36 /ChangeLog.rst
parent9d4ec147f583e038d60297c0ed5a4dfa558c476d (diff)
Allow building without iconv.
cfg.has('HAVE_ICONV') was always true.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index ee1941e..844f662 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,8 @@
Unreleased Changes
==================
+* libfuse can now be build without libiconv.
+
* Fixed support for `FUSE_CAP_POSIX_ACL`: setting this capability
flag had no effect in the previous versions of libfuse 3.x;
now ACLs should actually work.