From: Nikolaus Rath Date: Mon, 12 Apr 2021 10:18:08 +0000 (+0100) Subject: Released 3.10.3 X-Git-Tag: fuse-3.10.3^0 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f6cb8f23ac80d067131af457994424d481d4da0e;p=qemu-gpiodev%2Flibfuse.git Released 3.10.3 --- diff --git a/AUTHORS b/AUTHORS index a726f2d..948eb36 100644 --- a/AUTHORS +++ b/AUTHORS @@ -82,6 +82,7 @@ guraga HazelFZ Heiko Becker Hendrik Brueckner +Hookey human Ikey Doherty itsdeepak @@ -163,6 +164,7 @@ Stephen Kitt Tej Chajed tenzap <46226844+tenzap@users.noreply.github.com> therealneworld@gmail.com +Tobias Nießen Tomasz Kulasek <34129113+tkulasek@users.noreply.github.com> Tom Callaway Tom Callaway 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' ])