From fe484d2d43bad4dafac9fbc1773030cdb4a2d99f Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 19 Mar 2020 20:00:41 +0000 Subject: [PATCH] Released 3.9.1 --- AUTHORS | 8 ++++++++ ChangeLog.rst | 16 ++++++---------- meson.build | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/AUTHORS b/AUTHORS index 9d4d49b..3a73b19 100644 --- a/AUTHORS +++ b/AUTHORS @@ -26,7 +26,9 @@ alex Alex Richman amosonn Anatol Pomozov +Andrew Gaul Angelo G. Del Regno +Anthony Rebello Antonio SJ Musumeci Arunav Sanyal Ashley Pittman @@ -41,6 +43,7 @@ Brian Naylor Carl Edquist Carlos Maiolino Chad Austin +Changli Gao Christopher Harrison Consus Csaba Henk @@ -62,6 +65,7 @@ Eric Wong Fabrice Bauzac Fedor Korotkov Feng Shuo +Florian Weimer Forty-Bot Giuseppe Scrivano guraga @@ -74,6 +78,7 @@ Jan Blumschein Jann Horn Jay Hankins Jean-Pierre André +Jean-Yves VET Joachim Schiele Joachim Schiele Joerg Thalheim @@ -100,6 +105,7 @@ Miklos Szeredi Miklos Szeredi Miklos Szeredi Miklos Szeredi +Misono Tomohiro mkmm@gmx-topmail.de Natanael Copa Niels de Vos @@ -108,6 +114,7 @@ Oded Arbel Olivier Blin pablomh Peter Lemenkov +philmd Przemyslaw Pawelczyk Przemysław Pawełczyk Ratna_Bolla@dell.com @@ -139,3 +146,4 @@ Vivek Goyal William Woodruff Winfried Koehler Yuri Per +zsugabubus diff --git a/ChangeLog.rst b/ChangeLog.rst index 956c910..133c0c6 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,16 +1,12 @@ -Unreleased Changes -================== +libfuse 3.9.1 (2020-03-19) +=========================== * Fixed memory leak in fuse_session_new(). * Fixed an issue with the linker version script. - -libfuse 3.10.0 (2019-12-14) -========================== - -* Make ioctl prototype conditional on FUSE_USE_VERSION. - Define FUSE_USE_VERSION < 35 to get old ioctl prototype - with int commands; define FUSE_USE_VERSION >= 35 to get - new ioctl prototype with unsigned int commands. +* Make ioctl prototype conditional on FUSE_USE_VERSION. Define FUSE_USE_VERSION < 35 to + get old ioctl prototype with int commands; define FUSE_USE_VERSION >= 35 to get new + ioctl prototype with unsigned int commands. +* Various small bugfixes. libfuse 3.9.0 (2019-12-14) ========================== diff --git a/meson.build b/meson.build index aad338e..69b3630 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['cpp', 'c'], version: '3.9.0', +project('libfuse3', ['cpp', 'c'], version: '3.9.1', meson_version: '>= 0.42', default_options: [ 'buildtype=debugoptimized' ]) -- 2.30.2