Released 3.9.1 fuse-3.9.1
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 19 Mar 2020 20:00:41 +0000 (20:00 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 19 Mar 2020 20:00:41 +0000 (20:00 +0000)
AUTHORS
ChangeLog.rst
meson.build

diff --git a/AUTHORS b/AUTHORS
index 9d4d49b7ab2aba3eda21753149df45c7832a9c4e..3a73b19988dc3cd3fcc7a3ea88d808a6636174a5 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,7 +26,9 @@ alex <devkral@web.de>
 Alex Richman <alex@richman.io>
 amosonn <amosonn@gmail.com>
 Anatol Pomozov <anatol.pomozov@gmail.com>
+Andrew Gaul <andrew@gaul.org>
 Angelo G. Del Regno <kholk11@gmail.com>
+Anthony Rebello <rebello.anthony@gmail.com>
 Antonio SJ Musumeci <trapexit@spawn.link>
 Arunav Sanyal <Khalian@users.noreply.github.com>
 Ashley Pittman <ashleypittman@users.noreply.github.com>
@@ -41,6 +43,7 @@ Brian Naylor <bnaylor@netapp.com>
 Carl Edquist <edquist@cs.wisc.edu>
 Carlos Maiolino <cmaiolino-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
 Chad Austin <chad@chadaustin.me>
+Changli Gao <xiaosuo@gmail.com>
 Christopher Harrison <ch12@sanger.ac.uk>
 Consus <consus@gmx.com>
 Csaba Henk <csaba.henk@creo.hu>
@@ -62,6 +65,7 @@ Eric Wong <normalperson@yhbt.net>
 Fabrice Bauzac <fbauzac@amadeus.com>
 Fedor Korotkov <fedor.korotkov@gmail.com>
 Feng Shuo <steve.shuo.feng@gmail.com>
+Florian Weimer <fw@deneb.enyo.de>
 Forty-Bot <Forty-Bot@users.noreply.github.com>
 Giuseppe Scrivano <giuseppe@scrivano.org>
 guraga <rulumasi@dodsi.com>
@@ -74,6 +78,7 @@ Jan Blumschein <jan@jan-blumschein.de>
 Jann Horn <jannh@google.com>
 Jay Hankins <jay-hankins@users.noreply.github.com>
 Jean-Pierre André <jpandre@users.noreply.github.com>
+Jean-Yves VET <jyvet@users.noreply.github.com>
 Joachim Schiele <joachim.schiele@daimler.com>
 Joachim Schiele <js@lastlog.de>
 Joerg Thalheim <joerg@thalheim.io>
@@ -100,6 +105,7 @@ Miklos Szeredi <miklos@szeredi.hu>
 Miklos Szeredi <mszeredi@redhat.com>
 Miklos Szeredi <mszeredi@suse.cz>
 Miklos Szeredi <szmi@users.noreply.github.com>
+Misono Tomohiro <misono.tm@gmail.com>
 mkmm@gmx-topmail.de <mkmm@gmx-topmail.de>
 Natanael Copa <ncopa@alpinelinux.org>
 Niels de Vos <ndevos@redhat.com>
@@ -108,6 +114,7 @@ Oded Arbel <oded@geek.co.il>
 Olivier Blin <olivier.blin@softathome.com>
 pablomh <pablomh@gmail.com>
 Peter Lemenkov <lemenkov@gmail.com>
+philmd <philmd@users.noreply.github.com>
 Przemyslaw Pawelczyk <przemoc@gmail.com>
 Przemysław Pawełczyk <przemoc@gmail.com>
 Ratna_Bolla@dell.com <Ratna_Bolla@dell.com>
@@ -139,3 +146,4 @@ Vivek Goyal <vgoyal@redhat.com>
 William Woodruff <william@yossarian.net>
 Winfried Koehler <w_scan@gmx-topmail.de>
 Yuri Per <yuri@acronis.com>
+zsugabubus <zsugabubus@users.noreply.github.com>
index 956c910656210f09d05d87581055b05b7ab73000..133c0c6ec63ad25b416d4c34aa5aba7e996368d9 100644 (file)
@@ -1,16 +1,12 @@
-Unreleased Changes
-==================
+libfuse 3.9.1 (2020-03-19)
+===========================
 
 * Fixed memory leak in fuse_session_new().
 * Fixed an issue with the linker version script.
-
-libfuse 3.10.0 (2019-12-14)
-==========================
-
-* Make ioctl prototype conditional on FUSE_USE_VERSION.
-  Define FUSE_USE_VERSION < 35 to get old ioctl prototype
-  with int commands; define FUSE_USE_VERSION >= 35 to get
-  new ioctl prototype with unsigned int commands.
+* Make ioctl prototype conditional on FUSE_USE_VERSION.  Define FUSE_USE_VERSION < 35 to
+  get old ioctl prototype with int commands; define FUSE_USE_VERSION >= 35 to get new
+  ioctl prototype with unsigned int commands.
+* Various small bugfixes.
 
 libfuse 3.9.0 (2019-12-14)
 ==========================
index aad338efab88aa5aafaaae01a2a8c6e199be2a99..69b3630d38c80077811000c0f415a1fd1f8d9a22 100644 (file)
@@ -1,4 +1,4 @@
-project('libfuse3', ['cpp', 'c'], version: '3.9.0',
+project('libfuse3', ['cpp', 'c'], version: '3.9.1',
         meson_version: '>= 0.42',
         default_options: [ 'buildtype=debugoptimized' ])