From 4afe7ca1e8932b39805acd0321d7decdee616e30 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 3 Nov 2019 09:53:39 +0000 Subject: [PATCH] Released 3.8.0 --- AUTHORS | 2 ++ ChangeLog.rst | 4 ++-- meson.build | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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' ]) -- 2.30.2