Released 3.10.2 fuse-3.10.2
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 5 Feb 2021 09:07:28 +0000 (09:07 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 5 Feb 2021 09:07:28 +0000 (09:07 +0000)
AUTHORS
ChangeLog.rst
meson.build

diff --git a/AUTHORS b/AUTHORS
index dfdbc6cd0c7a339c1e3c9cda93a969fe9a9b82ae..a726f2d9d3b2ef28e1e7c9b177dce16939a7fbee 100644 (file)
--- 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>
index 718033a420b56c8ab0367a2e628b768b0a4b7cf3..1b75b1d6f7e39bc6d6dff581656b03e82a4bab30 100644 (file)
@@ -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)
 ===========================
index 72145d95796bd2c812c0490cb70b32da113d87af..5f58b78609126abb8f2176e4a1516f41cfee5e1c 100644 (file)
@@ -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' ])