Released 3.10.5 fuse-3.10.5
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 6 Sep 2021 12:45:26 +0000 (13:45 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 6 Sep 2021 12:45:29 +0000 (13:45 +0100)
AUTHORS
ChangeLog.rst
meson.build

diff --git a/AUTHORS b/AUTHORS
index e672975ae00266d412557f0dc0b230481512184d..050d953851bc5c067499709d7a0d73ed0925cd3c 100644 (file)
--- 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>
index 40327ba42be3407b437b17a0b0d5ee0d5b18e118..521c163feb4e65b4763f669bd1ce3aa1de4788a8 100644 (file)
@@ -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)
 ===========================
 
index a7281f3c497f659da60214fce1b4645b8b3d47ba..8a6587b43229d1cc83814d473863ff6ccf3ad39f 100644 (file)
@@ -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',