summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2020-03-19 20:00:41 +0000
committerNikolaus Rath <Nikolaus@rath.org>2020-03-19 20:00:41 +0000
commitfe484d2d43bad4dafac9fbc1773030cdb4a2d99f (patch)
tree05cf68e02d46102b4b52e980f955a56cb7daa9ae
parent3b17db6f7417d5396230bfd56a64cae4e1e2a47c (diff)
downloadfuse-3.9.1.tar.gz
Released 3.9.1fuse-3.9.1
-rw-r--r--AUTHORS8
-rw-r--r--ChangeLog.rst16
-rw-r--r--meson.build2
3 files changed, 15 insertions, 11 deletions
diff --git a/AUTHORS b/AUTHORS
index 9d4d49b..3a73b19 100644
--- 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>
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 956c910..133c0c6 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -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)
==========================
diff --git a/meson.build b/meson.build
index aad338e..69b3630 100644
--- a/meson.build
+++ b/meson.build
@@ -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' ])