From 67e4914f938259182fa84e1e941c724a14d605c0 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 31 Aug 2018 13:48:04 +0200 Subject: [PATCH] Released 3.2.6 --- AUTHORS | 5 +++++ ChangeLog.rst | 4 ++-- meson.build | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index dc8ea4d..f7613ce 100644 --- a/AUTHORS +++ b/AUTHORS @@ -27,6 +27,7 @@ Arunav Sanyal Ashley Pittman Banglang Baptiste Daroussin +Benjamin Barenblat Bill Zissimooulos Bill Zissimopoulos bobrofon @@ -39,6 +40,7 @@ Csaba Henk Csaba Henk cvs2git <> Dalvik Khertel +Daniel Fullmer Daniel Thau David McNab David Sheets @@ -68,6 +70,7 @@ Laszlo Papp Madan Valluri Marcin Sulikowski Mark Glines +Martin Blanchard Mateusz Urbańczyk Max Krasnyansky Michael Grigoriev @@ -77,6 +80,7 @@ Miklos Szeredi mkmm@gmx-topmail.de Natanael Copa Nikolaus Rath +Oded Arbel Olivier Blin pablomh Przemyslaw Pawelczyk @@ -85,6 +89,7 @@ Ratna_Bolla@dell.com Reuben Hawkins Richard W.M. Jones Riku Voipio +Robo Shimmer Roland Bauerschmidt Rostislav Rostislav Skudnov diff --git a/ChangeLog.rst b/ChangeLog.rst index 75fcc48..af01d78 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -Unreleased Changes -================== +libfuse 3.2.6 (2018-08-31) +========================== * The fuse_main() function now returns more fine-grained error codes. * FUSE filesystems may now be mounted on mountpoint within diff --git a/meson.build b/meson.build index b6d246c..6d4aef7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('libfuse3', 'c', version: '3.2.5', +project('libfuse3', 'c', version: '3.2.6', meson_version: '>= 0.40.1', default_options: [ 'buildtype=debugoptimized' ]) -- 2.30.2