From: Nikolaus Rath <Nikolaus@rath.org>
Date: Mon, 6 Sep 2021 12:45:26 +0000 (+0100)
Subject: Released 3.10.5
X-Git-Tag: fuse-3.10.5
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=02026248d2bdf481007eede6767982d282771598;p=qemu-gpiodev%2Flibfuse.git

Released 3.10.5
---

diff --git a/AUTHORS b/AUTHORS
index e672975..050d953 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,6 +17,7 @@ CUSE has been written by Tejun Heo <teheo@suse.de>. Furthermore, the
 following people have contributed patches (autogenerated list):
 
 1c7718e7 <shirokovMartin@gmail.com>
+a1346054 <36859588+a1346054@users.noreply.github.com>
 admorgan <admorgan@morgancomputers.net>
 Ahmed Masud <ahmed.masud@trustifier.com>
 AKowshik <AKowshik@users.noreply.github.com>
@@ -79,6 +80,7 @@ ferivoz <72023087+ferivoz@users.noreply.github.com>
 Feverfew <Feverfew@users.noreply.github.com>
 Florian Weimer <fw@deneb.enyo.de>
 Forty-Bot <Forty-Bot@users.noreply.github.com>
+Giulio Benetti <giulio.benetti@benettiengineering.com>
 Giuseppe Scrivano <giuseppe@scrivano.org>
 guraga <rulumasi@dodsi.com>
 HazelFZ <xfzfygz@gmail.com>
@@ -113,6 +115,7 @@ Laurent Bigonville <bigon@users.noreply.github.com>
 Lilo Huang <lilohuang@users.noreply.github.com>
 Liu Bo <liub.liubo@gmail.com>
 Li-Wen Hsu <lwhsu.github@lwhsu.org>
+lixiaokeng <lixiaokeng@huawei.com>
 Madan Valluri <mvalluri@cumulus-systems.com>
 Manuel Jacob <me@manueljacob.de>
 Marcin Sulikowski <marcin.sulikowski@editshare.com>
@@ -156,6 +159,7 @@ Rosen Penev <rosenp@gmail.com>
 Rostislav <rostislav@users.noreply.github.com>
 Rostislav Skudnov <rostislav@tuxera.com>
 Sam Huffman <40582525+samh-sifive@users.noreply.github.com>
+Sam James <sam@gentoo.org>
 Sam Stuewe <halosghost@archlinux.info>
 Sangwoo Moon <swmoon00@gmail.com>
 Sargun Dhillon <sargun@sargun.me>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 40327ba..521c163 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,9 @@
+libfuse 3.10.5 (2021-09-06)
+===========================
+
+* Various improvements to make unit tests more robust.
+  
+
 libfuse 3.10.4 (2021-06-09)
 ===========================
 
diff --git a/meson.build b/meson.build
index a7281f3..8a6587b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['c'], version: '3.10.4',
+project('libfuse3', ['c'], version: '3.10.5',
         meson_version: '>= 0.42',
         default_options: [
             'buildtype=debugoptimized',