aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-05-24 13:56:11 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-05-24 13:56:11 -0700
commite90bb40f9cddd3dfc403328de21f538b77f814b3 (patch)
tree4407b9deba564ed69c2b131113162839b24e6e14 /ChangeLog.rst
parentcc96e8d783fb7db21430e36172ab98ad70f9927d (diff)
Released libfuse 3.0.2
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 78278d1..2b119a9 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,14 @@
+libfuse 3.0.2 (2017-05-24)
+==========================
+
+* Option parsing for the high-level API now works correctly
+ (previously, default values would override specified values).
+* Tests should now build (and run) under FreeBSD.
+* Improved documentation of `struct fuse_context`
+* Internal: calculate request buffer size from page size and kernel
+ page limit instead of using hardcoded 128 kB limit.
+
+
libfuse 3.0.1 (2017-04-10)
==========================