summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2021-02-05 09:07:28 +0000
committerNikolaus Rath <Nikolaus@rath.org>2021-02-05 09:07:28 +0000
commit77d662459a0fcdf358d515477d33795837e859d5 (patch)
tree326e64a8ffbb45ae17a0e2c5bd9077da07bd9111
parent5012a05ac875c1988263faaa77177c27c62c52bb (diff)
downloadfuse-3.10.2.tar.gz
Released 3.10.2fuse-3.10.2
-rw-r--r--AUTHORS9
-rw-r--r--ChangeLog.rst11
-rw-r--r--meson.build2
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 <alex@richman.io>
amosonn <amosonn@gmail.com>
Anatol Pomozov <anatol.pomozov@gmail.com>
Andrew Gaul <andrew@gaul.org>
+Andrew Gaul <gaul@google.com>
Angelo G. Del Regno <kholk11@gmail.com>
Anthony Rebello <rebello.anthony@gmail.com>
Antonio SJ Musumeci <trapexit@spawn.link>
@@ -73,6 +74,7 @@ Fabrice Fontaine <fontaine.fabrice@gmail.com>
Fedor Korotkov <fedor.korotkov@gmail.com>
Feng Shuo <steve.shuo.feng@gmail.com>
ferivoz <72023087+ferivoz@users.noreply.github.com>
+Feverfew <Feverfew@users.noreply.github.com>
Florian Weimer <fw@deneb.enyo.de>
Forty-Bot <Forty-Bot@users.noreply.github.com>
Giuseppe Scrivano <giuseppe@scrivano.org>
@@ -92,14 +94,17 @@ Jérémie Galarneau <jeremie.galarneau@gmail.com>
Joachim Schiele <joachim.schiele@daimler.com>
Joachim Schiele <js@lastlog.de>
Joerg Thalheim <joerg@thalheim.io>
+John Baber-Lucero <github@frundle.com>
John Muir <john@jmuir.com>
Joseph Dodge <joseph.dodge@veritas.com>
Josh Soref <jsoref@users.noreply.github.com>
Junichi Uekawa <dancerj@gmail.com>
+Kangjing "Chaser" Huang <huangkangjing@gmail.com>
Kevin Vigor <kvigor@fb.com>
Kirill Smelkov <kirr@nexedi.com>
Laszlo Boszormenyi (GCS) <gcs@debian.org>
Laszlo Papp <ext-laszlo.papp@nokia.com>
+Laurent Bigonville <bigon@users.noreply.github.com>
Lilo Huang <lilohuang@users.noreply.github.com>
Liu Bo <liub.liubo@gmail.com>
Li-Wen Hsu <lwhsu.github@lwhsu.org>
@@ -107,6 +112,7 @@ Madan Valluri <mvalluri@cumulus-systems.com>
Marcin Sulikowski <marcin.sulikowski@editshare.com>
Mark Glines <mark@glines.org>
Martin Blanchard <tchaik@gmx.com>
+Martin Pärtel <martin.partel@gmail.com>
Mateusz Urbańczyk <murbanczyk@qed.ai>
Mattias Nissler <mnissler@chromium.org>
maxice8 <30738253+maxice8@users.noreply.github.com>
@@ -133,6 +139,7 @@ Przemysław Pawełczyk <przemoc@gmail.com>
Ratna_Bolla@dell.com <Ratna_Bolla@dell.com>
Rethan <359062468@qq.con>
Reuben Hawkins <reubenhwk@gmail.com>
+richardweinberger <richard@nod.at>
Richard W.M. Jones <rjones@redhat.com>
Riku Voipio <riku.voipio@linaro.org>
Robo Shimmer <roboshim@users.noreply.github.com>
@@ -144,6 +151,7 @@ Rostislav Skudnov <rostislav@tuxera.com>
Sam Huffman <40582525+samh-sifive@users.noreply.github.com>
Sam Stuewe <halosghost@archlinux.info>
Sangwoo Moon <swmoon00@gmail.com>
+Sargun Dhillon <sargun@sargun.me>
scosu <mpargmann@allfex.org>
Scott Worley <scottworley@scottworley.com>
Sebastian Pipping <sebastian@pipping.org>
@@ -151,6 +159,7 @@ Seunghoon Yeon <yeonsh@gmail.com>
Sławek Rudnicki <slawek.rudnicki@editshare.com>
Stefan Hajnoczi <stefanha@gmail.com>
Stefan Hajnoczi <stefanha@redhat.com>
+Stephen Kitt <steve@sk2.org>
Tej Chajed <tchajed@mit.edu>
tenzap <46226844+tenzap@users.noreply.github.com>
therealneworld@gmail.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' ])