From a56147d3cb269d64635408ab5588ad66eba43943 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 2 May 2022 10:11:41 +0100 Subject: [PATCH] Released 3.11.0 --- AUTHORS | 10 ++++++++++ ChangeLog.rst | 8 ++++---- include/fuse_common.h | 2 +- meson.build | 2 +- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 050d953..a708165 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,6 +30,7 @@ Alex Richman Amir Goldstein amosonn Anatol Pomozov +André Schröder Andrew Gaul Andrew Gaul Angelo G. Del Regno @@ -42,6 +43,7 @@ AsumFace Banglang Baptiste Daroussin Benjamin Barenblat +Bernd Schubert Bill Zissimooulos Bill Zissimopoulos bobrofon @@ -60,8 +62,11 @@ cvs2git <> Dalvik Khertel Daniel Fullmer Daniel Thau +David Galeano David McNab David Sheets +Dharmendra singh +Dharmendra Singh divinity76 DrDaveD <2129743+DrDaveD@users.noreply.github.com> Dr. David Alan Gilbert @@ -80,6 +85,7 @@ ferivoz <72023087+ferivoz@users.noreply.github.com> Feverfew Florian Weimer Forty-Bot +Frank Dinoff Giulio Benetti Giuseppe Scrivano guraga @@ -107,6 +113,7 @@ Junichi Uekawa Junichi Uekawa Junichi Uekawa Kangjing "Chaser" Huang +Ken Schalk Kevin Vigor Kirill Smelkov Laszlo Boszormenyi (GCS) @@ -115,7 +122,9 @@ Laurent Bigonville Lilo Huang Liu Bo Li-Wen Hsu +lixiaokeng <63774002+lixiaokeng@users.noreply.github.com> lixiaokeng +Luis Henriques Madan Valluri Manuel Jacob Marcin Sulikowski @@ -125,6 +134,7 @@ Martin Pärtel Mateusz Urbańczyk Mattias Nissler maxice8 <30738253+maxice8@users.noreply.github.com> +Maximilian Heinzler Max Krasnyansky Michael Forney Michael Grigoriev diff --git a/ChangeLog.rst b/ChangeLog.rst index 3c3be1e..f4cb07c 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,15 +1,15 @@ -Unreleased Changes -================== +libfuse 3.11.0 (2022-05-02) +=========================== * Add support for flag FOPEN_NOFLUSH for avoiding flush on close. - * Fixed returning an error condition to ioctl(2) + 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/include/fuse_common.h b/include/fuse_common.h index d7481be..3f7260c 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -23,7 +23,7 @@ #define FUSE_MAJOR_VERSION 3 /** Minor version of FUSE library interface */ -#define FUSE_MINOR_VERSION 10 +#define FUSE_MINOR_VERSION 11 #define FUSE_MAKE_VERSION(maj, min) ((maj) * 100 + (min)) #define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION) diff --git a/meson.build b/meson.build index 8a6587b..342dee1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['c'], version: '3.10.5', +project('libfuse3', ['c'], version: '3.11.0', meson_version: '>= 0.42', default_options: [ 'buildtype=debugoptimized', -- 2.30.2