aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS5
-rw-r--r--ChangeLog.rst4
-rw-r--r--meson.build2
3 files changed, 8 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index dc8ea4d..f7613ce 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -27,6 +27,7 @@ Arunav Sanyal <Khalian@users.noreply.github.com>
Ashley Pittman <ashleypittman@users.noreply.github.com>
Banglang <banglang.huang@foxmail.com>
Baptiste Daroussin <bapt@FreeBSD.org>
+Benjamin Barenblat <bbaren@google.com>
Bill Zissimooulos <billziss@navimatics.com>
Bill Zissimopoulos <billziss@navimatics.com>
bobrofon <ifbossfor@ya.ru>
@@ -39,6 +40,7 @@ Csaba Henk <csaba.henk@creo.hu>
Csaba Henk <csaba@lowlife.hu>
cvs2git <>
Dalvik Khertel <khertel@outlook.com>
+Daniel Fullmer <danielrf12@gmail.com>
Daniel Thau <danthau@bedrocklinux.org>
David McNab <david@rebirthing.co.nz>
David Sheets <sheets@alum.mit.edu>
@@ -68,6 +70,7 @@ Laszlo Papp <ext-laszlo.papp@nokia.com>
Madan Valluri <mvalluri@cumulus-systems.com>
Marcin Sulikowski <marcin.sulikowski@editshare.com>
Mark Glines <mark@glines.org>
+Martin Blanchard <tchaik@gmx.com>
Mateusz UrbaƄczyk <murbanczyk@qed.ai>
Max Krasnyansky <maxk@kernel.org>
Michael Grigoriev <mag@luminal.org>
@@ -77,6 +80,7 @@ Miklos Szeredi <mszeredi@suse.cz>
mkmm@gmx-topmail.de <mkmm@gmx-topmail.de>
Natanael Copa <ncopa@alpinelinux.org>
Nikolaus Rath <Nikolaus@rath.org>
+Oded Arbel <oded@geek.co.il>
Olivier Blin <olivier.blin@softathome.com>
pablomh <pablomh@gmail.com>
Przemyslaw Pawelczyk <przemoc@gmail.com>
@@ -85,6 +89,7 @@ Ratna_Bolla@dell.com <Ratna_Bolla@dell.com>
Reuben Hawkins <reubenhwk@gmail.com>
Richard W.M. Jones <rjones@redhat.com>
Riku Voipio <riku.voipio@linaro.org>
+Robo Shimmer <roboshim@users.noreply.github.com>
Roland Bauerschmidt <rb@debian.org>
Rostislav <rostislav@users.noreply.github.com>
Rostislav Skudnov <rostislav@tuxera.com>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 75fcc48..af01d78 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,5 @@
-Unreleased Changes
-==================
+libfuse 3.2.6 (2018-08-31)
+==========================
* The fuse_main() function now returns more fine-grained error codes.
* FUSE filesystems may now be mounted on mountpoint within
diff --git a/meson.build b/meson.build
index b6d246c..6d4aef7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', 'c', version: '3.2.5',
+project('libfuse3', 'c', version: '3.2.6',
meson_version: '>= 0.40.1',
default_options: [ 'buildtype=debugoptimized' ])