From: Nikolaus Rath Date: Sun, 9 Aug 2020 11:49:17 +0000 (+0100) Subject: Released 3.9.4 X-Git-Tag: fuse-3.9.3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6086017e626831cc31e2b30cc7492ed1f8e408af;p=qemu-gpiodev%2Flibfuse.git Released 3.9.4 --- 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' ])