summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2021-06-09 09:13:01 +0100
committerNikolaus Rath <Nikolaus@rath.org>2021-06-09 09:13:01 +0100
commitc56ba920474d972483926ec40022d9640b31779f (patch)
treec59b421114b0592711557c19e03bedaf260cfe24
parentc7a8b42f3120af0822c6bb0e6c1756980ac48c8f (diff)
downloadfuse-3.10.4.tar.gz
Released 3.10.4fuse-3.10.4
-rw-r--r--AUTHORS7
-rw-r--r--ChangeLog.rst9
-rw-r--r--meson.build2
3 files changed, 14 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 948eb36..e672975 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,6 +26,7 @@ Albert Chen <hselin.chen@gmail.com>
Alexander <aleksandr.rvachev@eltex-co.ru>
alex <devkral@web.de>
Alex Richman <alex@richman.io>
+Amir Goldstein <amir73il@gmail.com>
amosonn <amosonn@gmail.com>
Anatol Pomozov <anatol.pomozov@gmail.com>
Andrew Gaul <andrew@gaul.org>
@@ -48,6 +49,7 @@ Carl Edquist <edquist@cs.wisc.edu>
Carlos Maiolino <cmaiolino-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Chad Austin <chad@chadaustin.me>
Changli Gao <xiaosuo@gmail.com>
+Christian Menges <christian.menges@tum.de>
Christopher Harrison <ch12@sanger.ac.uk>
Consus <consus@gmx.com>
Craig Chi <craig08@users.noreply.github.com>
@@ -99,7 +101,9 @@ John Baber-Lucero <github@frundle.com>
John Muir <john@jmuir.com>
Joseph Dodge <joseph.dodge@veritas.com>
Josh Soref <jsoref@users.noreply.github.com>
+Junichi Uekawa <dancer@debian.org>
Junichi Uekawa <dancerj@gmail.com>
+Junichi Uekawa <dancer@netfort.gr.jp>
Kangjing "Chaser" Huang <huangkangjing@gmail.com>
Kevin Vigor <kvigor@fb.com>
Kirill Smelkov <kirr@nexedi.com>
@@ -110,6 +114,7 @@ Lilo Huang <lilohuang@users.noreply.github.com>
Liu Bo <liub.liubo@gmail.com>
Li-Wen Hsu <lwhsu.github@lwhsu.org>
Madan Valluri <mvalluri@cumulus-systems.com>
+Manuel Jacob <me@manueljacob.de>
Marcin Sulikowski <marcin.sulikowski@editshare.com>
Mark Glines <mark@glines.org>
Martin Blanchard <tchaik@gmx.com>
@@ -140,6 +145,7 @@ Przemysław Pawełczyk <przemoc@gmail.com>
Ratna_Bolla@dell.com <Ratna_Bolla@dell.com>
Rethan <359062468@qq.con>
Reuben Hawkins <reubenhwk@gmail.com>
+rfjakob <jakobunt@gmail.com>
richardweinberger <richard@nod.at>
Richard W.M. Jones <rjones@redhat.com>
Riku Voipio <riku.voipio@linaro.org>
@@ -156,6 +162,7 @@ Sargun Dhillon <sargun@sargun.me>
scosu <mpargmann@allfex.org>
Scott Worley <scottworley@scottworley.com>
Sebastian Pipping <sebastian@pipping.org>
+Sergey Fedoseev <fedoseev.sergey@gmail.com>
Seunghoon Yeon <yeonsh@gmail.com>
Sławek Rudnicki <slawek.rudnicki@editshare.com>
Stefan Hajnoczi <stefanha@gmail.com>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index b308cee..40327ba 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,7 +1,10 @@
-UNRELEASED CHANGES
-==================
+libfuse 3.10.4 (2021-06-09)
+===========================
-* <please document user-visible changes here when committing them>
+* Building of unit tests is now optional.
+* Fixed a test failure when running tests under XFS.
+* Fixed memory leaks in examples.
+* Minor documentation fixes.
libfuse 3.10.3 (2021-04-12)
===========================
diff --git a/meson.build b/meson.build
index 79a18c6..b0250ee 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['c'], version: '3.10.3',
+project('libfuse3', ['c'], version: '3.10.4',
meson_version: '>= 0.42',
default_options: [
'buildtype=debugoptimized',