Released 3.6.0 fuse-3.6.0
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Jun 2019 12:01:10 +0000 (13:01 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Jun 2019 12:01:10 +0000 (13:01 +0100)
AUTHORS
ChangeLog.rst
meson.build

diff --git a/AUTHORS b/AUTHORS
index 8c4563b00fa122c5a09a3ac99534836601e96b1e..7e97c8f0c6853e88bfedc79484bbd8c298a893cd 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -51,11 +51,13 @@ Daniel Thau <danthau@bedrocklinux.org>
 David McNab <david@rebirthing.co.nz>
 David Sheets <sheets@alum.mit.edu>
 divinity76 <divinity76@gmail.com>
+DrDaveD <2129743+DrDaveD@users.noreply.github.com>
 Emmanuel Dreyfus <manu@netbsd.org>
 Enke Chen <enkechen@yahoo.com>
 Eric Engestrom <eric@engestrom.ch>
 Eric Wong <normalperson@yhbt.net>
 Fabrice Bauzac <fbauzac@amadeus.com>
+Fedor Korotkov <fedor.korotkov@gmail.com>
 Feng Shuo <steve.shuo.feng@gmail.com>
 Forty-Bot <Forty-Bot@users.noreply.github.com>
 guraga <rulumasi@dodsi.com>
@@ -77,6 +79,7 @@ Josh Soref <jsoref@users.noreply.github.com>
 Kevin Vigor <kvigor@fb.com>
 Laszlo Boszormenyi (GCS) <gcs@debian.org>
 Laszlo Papp <ext-laszlo.papp@nokia.com>
+Liu Bo <liub.liubo@gmail.com>
 Madan Valluri <mvalluri@cumulus-systems.com>
 Marcin Sulikowski <marcin.sulikowski@editshare.com>
 Mark Glines <mark@glines.org>
@@ -85,6 +88,7 @@ Mateusz Urbańczyk <murbanczyk@qed.ai>
 Mattias Nissler <mnissler@chromium.org>
 maxice8 <30738253+maxice8@users.noreply.github.com>
 Max Krasnyansky <maxk@kernel.org>
+Michael Forney <mforney@mforney.org>
 Michael Grigoriev <mag@luminal.org>
 Mihail Konev <k.mvc@ya.ru>
 Miklos Szeredi <miklos@szeredi.hu>
@@ -113,6 +117,7 @@ Rostislav Skudnov <rostislav@tuxera.com>
 Sam Huffman <40582525+samh-sifive@users.noreply.github.com>
 Sam Stuewe <halosghost@archlinux.info>
 Sangwoo Moon <swmoon00@gmail.com>
+scosu <mpargmann@allfex.org>
 Scott Worley <scottworley@scottworley.com>
 Sebastian Pipping <sebastian@pipping.org>
 Sławek Rudnicki <slawek.rudnicki@editshare.com>
index abbd3ee1434efc14968855085b54b1313f87ffb7..290af348005bcd454c271822f7ab1e25103f3e33 100644 (file)
@@ -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
index c51d869557c6d8dc55d8d7e158206b7d9991f8a2..da00ce369cef405332d0b8c4a9634f3df9548e8e 100644 (file)
@@ -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' ])