From d709c24cbd9e1041264c551c2a4445e654eaf429 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 6 Sep 2021 13:45:26 +0100 Subject: [PATCH] Released 3.10.5 --- AUTHORS | 4 ++++ ChangeLog.rst | 6 ++++++ meson.build | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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 . Furthermore, the following people have contributed patches (autogenerated list): 1c7718e7 +a1346054 <36859588+a1346054@users.noreply.github.com> admorgan Ahmed Masud AKowshik @@ -79,6 +80,7 @@ ferivoz <72023087+ferivoz@users.noreply.github.com> Feverfew Florian Weimer Forty-Bot +Giulio Benetti Giuseppe Scrivano guraga HazelFZ @@ -113,6 +115,7 @@ Laurent Bigonville Lilo Huang Liu Bo Li-Wen Hsu +lixiaokeng Madan Valluri Manuel Jacob Marcin Sulikowski @@ -156,6 +159,7 @@ Rosen Penev Rostislav Rostislav Skudnov Sam Huffman <40582525+samh-sifive@users.noreply.github.com> +Sam James Sam Stuewe Sangwoo Moon Sargun Dhillon 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', -- 2.30.2