From be1c46953042b0e389e470ced8bd871ff216ed11 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 13 Jun 2019 13:01:10 +0100 Subject: [PATCH] Released 3.6.0 --- AUTHORS | 5 +++++ ChangeLog.rst | 4 ++-- meson.build | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8c4563b..7e97c8f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -51,11 +51,13 @@ Daniel Thau David McNab David Sheets divinity76 +DrDaveD <2129743+DrDaveD@users.noreply.github.com> Emmanuel Dreyfus Enke Chen Eric Engestrom Eric Wong Fabrice Bauzac +Fedor Korotkov Feng Shuo Forty-Bot guraga @@ -77,6 +79,7 @@ Josh Soref Kevin Vigor Laszlo Boszormenyi (GCS) Laszlo Papp +Liu Bo Madan Valluri Marcin Sulikowski Mark Glines @@ -85,6 +88,7 @@ Mateusz Urbańczyk Mattias Nissler maxice8 <30738253+maxice8@users.noreply.github.com> Max Krasnyansky +Michael Forney Michael Grigoriev Mihail Konev Miklos Szeredi @@ -113,6 +117,7 @@ Rostislav Skudnov Sam Huffman <40582525+samh-sifive@users.noreply.github.com> Sam Stuewe Sangwoo Moon +scosu Scott Worley Sebastian Pipping Sławek Rudnicki diff --git a/ChangeLog.rst b/ChangeLog.rst index abbd3ee..290af34 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -Unreleased Changes -================== +libfuse 3.6.0 (2019-06-13) +========================== * Added a new example (passthrough_hp). The functionality is similar to passthrough_ll, but the implementation focuses on performance and diff --git a/meson.build b/meson.build index c51d869..da00ce3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', ['cpp', 'c'], version: '3.5.0', +project('libfuse3', ['cpp', 'c'], version: '3.0.0', meson_version: '>= 0.42', default_options: [ 'buildtype=debugoptimized' ]) -- 2.30.2