From db9b4fa148e6c22c0d4b4c567fa65d1cd5368152 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 9 Aug 2020 12:49:17 +0100 Subject: [PATCH] Released 3.9.4 --- AUTHORS | 9 +++++++++ ChangeLog.rst | 6 ++++++ meson.build | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) 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 admorgan Ahmed Masud +AKowshik Alan Somers +Albert Chen <58009229+hselin-kalista-io@users.noreply.github.com> Albert Chen Alexander alex @@ -31,6 +33,7 @@ Angelo G. Del Regno Anthony Rebello Antonio SJ Musumeci Arunav Sanyal +asafkahlon <35964924+asafkahlon@users.noreply.github.com> Ashley Pittman AsumFace Banglang @@ -46,6 +49,7 @@ Chad Austin Changli Gao Christopher Harrison Consus +Craig Chi Csaba Henk Csaba Henk cvs2git <> @@ -81,17 +85,20 @@ Jann Horn Jay Hankins Jean-Pierre André Jean-Yves VET +Jérémie Galarneau Joachim Schiele Joachim Schiele Joerg Thalheim John Muir Joseph Dodge Josh Soref +Junichi Uekawa Kevin Vigor Kirill Smelkov Laszlo Boszormenyi (GCS) Laszlo Papp Liu Bo +Li-Wen Hsu Madan Valluri Marcin Sulikowski Mark Glines @@ -135,6 +142,7 @@ Sangwoo Moon scosu Scott Worley Sebastian Pipping +Seunghoon Yeon Sławek Rudnicki Stefan Hajnoczi Stefan Hajnoczi @@ -148,5 +156,6 @@ Valentin Plugaru Vivek Goyal William Woodruff Winfried Koehler +winndows Yuri Per zsugabubus 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' ]) -- 2.30.2