Antonio SJ Musumeci <trapexit@spawn.link>
Arunav Sanyal <Khalian@users.noreply.github.com>
bobrofon <ifbossfor@ya.ru>
+Brian Naylor <bnaylor@netapp.com>
+Carlos Maiolino <cmaiolino-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Christopher Harrison <ch12@sanger.ac.uk>
Consus <consus@gmx.com>
Csaba Henk <csaba.henk@creo.hu>
Roland Bauerschmidt <rb@debian.org>
Sam Stuewe <halosghost@archlinux.info>
Sebastian Pipping <sebastian@pipping.org>
+Tej Chajed <tchajed@mit.edu>
therealneworld@gmail.com <therealneworld@gmail.com>
Winfried Koehler <w_scan@gmx-topmail.de>
+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)
==========================
-AC_INIT(fuse, 3.0.1)
+AC_INIT(fuse, 3.0.2)
AC_PREREQ(2.59d)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
$(iconv_source) \
$(mount_source)
-libfuse3_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 3:0:1 \
+libfuse3_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 3:0:2 \
-Wl,--version-script,$(srcdir)/fuse_versionscript
if NETBSD
# Attention, emacs, please use -*- mode: python -*-
# (even though this isn't actually Python code)
-project('libfuse3', 'c', version: '3.1.0',
+project('libfuse3', 'c', version: '3.0.2',
meson_version: '>= 0.38',
default_options: [ 'buildtype=plain' ])