summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2021-04-12 11:18:08 +0100
committerNikolaus Rath <Nikolaus@rath.org>2021-04-12 11:18:08 +0100
commitf6cb8f23ac80d067131af457994424d481d4da0e (patch)
treeb86ebd9f1038211a1610ca4b035d1e744eec7feb
parent02eb082aea9cfdbf556fe0c89a87f3a8b877f312 (diff)
downloadfuse-3.10.3.tar.gz
Released 3.10.3fuse-3.10.3
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog.rst5
-rw-r--r--meson.build2
3 files changed, 7 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index a726f2d..948eb36 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -82,6 +82,7 @@ guraga <rulumasi@dodsi.com>
HazelFZ <xfzfygz@gmail.com>
Heiko Becker <heirecka@exherbo.org>
Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
+Hookey <Hookey@users.noreply.github.com>
human <human@neet.fi>
Ikey Doherty <michael.i.doherty@intel.com>
itsdeepak <deepak.sn@samsung.com>
@@ -163,6 +164,7 @@ Stephen Kitt <steve@sk2.org>
Tej Chajed <tchajed@mit.edu>
tenzap <46226844+tenzap@users.noreply.github.com>
therealneworld@gmail.com <therealneworld@gmail.com>
+Tobias Nießen <tniessen@users.noreply.github.com>
Tomasz Kulasek <34129113+tkulasek@users.noreply.github.com>
Tom Callaway <spot@fedoraproject.org>
Tom Callaway <spotrh@gmail.com>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 3e02202..c2de696 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,8 @@
-* Fix returning d_ino and d_type from readdir(3) in non-plus mode
+libfuse 3.10.3 (2021-04-12)
+===========================
+* Fix returning d_ino and d_type from readdir(3) in non-plus mode
+
libfuse 3.10.2 (2021-02-05)
===========================
diff --git a/meson.build b/meson.build
index 5f58b78..1ea2854 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('libfuse3', ['c'], version: '3.10.2',
+project('libfuse3', ['c'], version: '3.10.3',
meson_version: '>= 0.42',
default_options: [ 'buildtype=debugoptimized' ])