From: Nikolaus Rath Date: Sun, 3 Nov 2019 09:53:39 +0000 (+0000) Subject: Released 3.8.0 X-Git-Tag: fuse-3.8.0^0 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4afe7ca1e8932b39805acd0321d7decdee616e30;p=qemu-gpiodev%2Flibfuse.git Released 3.8.0 --- diff --git a/AUTHORS b/AUTHORS index 1e81480..2bee369 100644 --- a/AUTHORS +++ b/AUTHORS @@ -54,6 +54,7 @@ David Sheets divinity76 DrDaveD <2129743+DrDaveD@users.noreply.github.com> Dr. David Alan Gilbert +Emily Herbert Emmanuel Dreyfus Enke Chen Eric Engestrom @@ -136,3 +137,4 @@ Valentin Plugaru Vivek Goyal William Woodruff Winfried Koehler +Yuri Per diff --git a/ChangeLog.rst b/ChangeLog.rst index a37b63f..a99f11d 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -Unreleased Changes -================== +libfuse 3.8.0 (2019-11-03) +========================== * Added support for FUSE_LSEEK operation which can be used to report holes in sparse files. diff --git a/meson.build b/meson.build index b71baba..0f1a77f 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['cpp', 'c'], version: '3.7.0', +project('libfuse3', ['cpp', 'c'], version: '3.8.0', meson_version: '>= 0.42', default_options: [ 'buildtype=debugoptimized' ])