From 77d662459a0fcdf358d515477d33795837e859d5 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 5 Feb 2021 09:07:28 +0000 Subject: Released 3.10.2 --- AUTHORS | 9 +++++++++ ChangeLog.rst | 11 ++++++----- meson.build | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index dfdbc6c..a726f2d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -29,6 +29,7 @@ Alex Richman amosonn Anatol Pomozov Andrew Gaul +Andrew Gaul Angelo G. Del Regno Anthony Rebello Antonio SJ Musumeci @@ -73,6 +74,7 @@ Fabrice Fontaine Fedor Korotkov Feng Shuo ferivoz <72023087+ferivoz@users.noreply.github.com> +Feverfew Florian Weimer Forty-Bot Giuseppe Scrivano @@ -92,14 +94,17 @@ Jérémie Galarneau Joachim Schiele Joachim Schiele Joerg Thalheim +John Baber-Lucero John Muir Joseph Dodge Josh Soref Junichi Uekawa +Kangjing "Chaser" Huang Kevin Vigor Kirill Smelkov Laszlo Boszormenyi (GCS) Laszlo Papp +Laurent Bigonville Lilo Huang Liu Bo Li-Wen Hsu @@ -107,6 +112,7 @@ Madan Valluri Marcin Sulikowski Mark Glines Martin Blanchard +Martin Pärtel Mateusz Urbańczyk Mattias Nissler maxice8 <30738253+maxice8@users.noreply.github.com> @@ -133,6 +139,7 @@ Przemysław Pawełczyk Ratna_Bolla@dell.com Rethan <359062468@qq.con> Reuben Hawkins +richardweinberger Richard W.M. Jones Riku Voipio Robo Shimmer @@ -144,6 +151,7 @@ Rostislav Skudnov Sam Huffman <40582525+samh-sifive@users.noreply.github.com> Sam Stuewe Sangwoo Moon +Sargun Dhillon scosu Scott Worley Sebastian Pipping @@ -151,6 +159,7 @@ Seunghoon Yeon Sławek Rudnicki Stefan Hajnoczi Stefan Hajnoczi +Stephen Kitt Tej Chajed tenzap <46226844+tenzap@users.noreply.github.com> therealneworld@gmail.com diff --git a/ChangeLog.rst b/ChangeLog.rst index 718033a..1b75b1d 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,10 +1,11 @@ -Unreleased Changes -================== +libfuse 3.10.2 (2021-02-05) +=========================== -* Allow "nonempty" as a mount option, for backwards compatibility with - fusermount 2. The option has no effect since mounting over non-empty - directories is allowed by default. +* Allow "nonempty" as a mount option, for backwards compatibility with fusermount 2. The + option has no effect since mounting over non-empty directories is allowed by default. * Fix returning inode numbers from readdir() in offset==0 mode. +* FUSE filesystems can now be mounted underneath EXFAT mountpoints. +* Various minor bugfixes. libfuse 3.10.1 (2020-12-07) =========================== diff --git a/meson.build b/meson.build index 72145d9..5f58b78 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['c'], version: '3.10.1', +project('libfuse3', ['c'], version: '3.10.2', meson_version: '>= 0.42', default_options: [ 'buildtype=debugoptimized' ]) -- cgit v1.2.1