From: Nikolaus Rath <Nikolaus@rath.org> Date: Sat, 14 Dec 2019 10:39:13 +0000 (+0000) Subject: Released 3.9.0 X-Git-Tag: fuse-3.9.0^0 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b5060b0642f6f97a934c4fc6a8d4dcd84d454fe7;p=qemu-gpiodev%2Flibfuse.git Released 3.9.0 --- diff --git a/AUTHORS b/AUTHORS index 2bee369..9d4d49b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -131,6 +131,7 @@ Stefan Hajnoczi <stefanha@redhat.com> Tej Chajed <tchajed@mit.edu> tenzap <46226844+tenzap@users.noreply.github.com> therealneworld@gmail.com <therealneworld@gmail.com> +Tomasz Kulasek <34129113+tkulasek@users.noreply.github.com> Tomohiro Kusumi <kusumi.tomohiro@gmail.com> userwithuid <userwithuid@gmail.com> Valentin Plugaru <valentin.plugaru@uni.lu> diff --git a/ChangeLog.rst b/ChangeLog.rst index 57bd743..7087e71 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,4 @@ -Unreleased Changes +libfuse 3.9.0 (2019-12-14) ========================== * Added support for FUSE_EXPLICIT_INVAL_DATA to enable diff --git a/meson.build b/meson.build index 0f1a77f..aad338e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['cpp', 'c'], version: '3.8.0', +project('libfuse3', ['cpp', 'c'], version: '3.9.0', meson_version: '>= 0.42', default_options: [ 'buildtype=debugoptimized' ])