summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2020-08-09 12:49:17 +0100
committerNikolaus Rath <Nikolaus@rath.org>2020-08-09 12:49:17 +0100
commitdb9b4fa148e6c22c0d4b4c567fa65d1cd5368152 (patch)
tree8c0a2555d87702365bb30013fc0afed5e288b726
parent50cbca799c1f9b010fabaa0dd4a387f29d140873 (diff)
downloadfuse-db9b4fa148e6c22c0d4b4c567fa65d1cd5368152.tar.gz
Released 3.9.4fuse-3.9.4fuse-3.9.3
-rw-r--r--AUTHORS9
-rw-r--r--ChangeLog.rst6
-rw-r--r--meson.build2
3 files changed, 16 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index ddf7790..07dac77 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -19,7 +19,9 @@ following people have contributed patches (autogenerated list):
1c7718e7 <shirokovMartin@gmail.com>
admorgan <admorgan@morgancomputers.net>
Ahmed Masud <ahmed.masud@trustifier.com>
+AKowshik <AKowshik@users.noreply.github.com>
Alan Somers <asomers@gmail.com>
+Albert Chen <58009229+hselin-kalista-io@users.noreply.github.com>
Albert Chen <hselin.chen@gmail.com>
Alexander <aleksandr.rvachev@eltex-co.ru>
alex <devkral@web.de>
@@ -31,6 +33,7 @@ Angelo G. Del Regno <kholk11@gmail.com>
Anthony Rebello <rebello.anthony@gmail.com>
Antonio SJ Musumeci <trapexit@spawn.link>
Arunav Sanyal <Khalian@users.noreply.github.com>
+asafkahlon <35964924+asafkahlon@users.noreply.github.com>
Ashley Pittman <ashleypittman@users.noreply.github.com>
AsumFace <asumface@gmail.com>
Banglang <banglang.huang@foxmail.com>
@@ -46,6 +49,7 @@ Chad Austin <chad@chadaustin.me>
Changli Gao <xiaosuo@gmail.com>
Christopher Harrison <ch12@sanger.ac.uk>
Consus <consus@gmx.com>
+Craig Chi <craig08@users.noreply.github.com>
Csaba Henk <csaba.henk@creo.hu>
Csaba Henk <csaba@lowlife.hu>
cvs2git <>
@@ -81,17 +85,20 @@ Jann Horn <jannh@google.com>
Jay Hankins <jay-hankins@users.noreply.github.com>
Jean-Pierre André <jpandre@users.noreply.github.com>
Jean-Yves VET <jyvet@users.noreply.github.com>
+Jérémie Galarneau <jeremie.galarneau@gmail.com>
Joachim Schiele <joachim.schiele@daimler.com>
Joachim Schiele <js@lastlog.de>
Joerg Thalheim <joerg@thalheim.io>
John Muir <john@jmuir.com>
Joseph Dodge <joseph.dodge@veritas.com>
Josh Soref <jsoref@users.noreply.github.com>
+Junichi Uekawa <dancerj@gmail.com>
Kevin Vigor <kvigor@fb.com>
Kirill Smelkov <kirr@nexedi.com>
Laszlo Boszormenyi (GCS) <gcs@debian.org>
Laszlo Papp <ext-laszlo.papp@nokia.com>
Liu Bo <liub.liubo@gmail.com>
+Li-Wen Hsu <lwhsu.github@lwhsu.org>
Madan Valluri <mvalluri@cumulus-systems.com>
Marcin Sulikowski <marcin.sulikowski@editshare.com>
Mark Glines <mark@glines.org>
@@ -135,6 +142,7 @@ Sangwoo Moon <swmoon00@gmail.com>
scosu <mpargmann@allfex.org>
Scott Worley <scottworley@scottworley.com>
Sebastian Pipping <sebastian@pipping.org>
+Seunghoon Yeon <yeonsh@gmail.com>
Sławek Rudnicki <slawek.rudnicki@editshare.com>
Stefan Hajnoczi <stefanha@gmail.com>
Stefan Hajnoczi <stefanha@redhat.com>
@@ -148,5 +156,6 @@ Valentin Plugaru <valentin.plugaru@uni.lu>
Vivek Goyal <vgoyal@redhat.com>
William Woodruff <william@yossarian.net>
Winfried Koehler <w_scan@gmx-topmail.de>
+winndows <winndows@163.com>
Yuri Per <yuri@acronis.com>
zsugabubus <zsugabubus@users.noreply.github.com>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index e33fac7..aca6a36 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,9 @@
+libfuse 3.9.3 (2020-08-09)
+==========================
+
+* Fixed compilation under OS X and µClibc.
+* Minor bugfixes and doc updates.
+
libfuse 3.9.2 (2020-06-12)
==========================
diff --git a/meson.build b/meson.build
index ae972ce..dbef8ab 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['c'], version: '3.9.2',
+project('libfuse3', ['c'], version: '3.9.3',
meson_version: '>= 0.42',
default_options: [ 'buildtype=debugoptimized' ])