Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ Emmanuel Dreyfus <manu@netbsd.org>
Enke Chen <enkechen@yahoo.com>
Eric Engestrom <eric@engestrom.ch>
Eric Wong <normalperson@yhbt.net>
Fabian Vogt <fabian@ritter-vogt.de>
Fabrice Bauzac <fbauzac@amadeus.com>
Fabrice Fontaine <fontaine.fabrice@gmail.com>
Fedor Korotkov <fedor.korotkov@gmail.com>
Feng Shuo <steve.shuo.feng@gmail.com>
Florian Weimer <fw@deneb.enyo.de>
Expand Down Expand Up @@ -124,6 +126,7 @@ Riku Voipio <riku.voipio@linaro.org>
Robo Shimmer <roboshim@users.noreply.github.com>
Roland Bauerschmidt <rb@debian.org>
Roman Bogorodskiy <bogorodskiy@gmail.com>
Rosen Penev <rosenp@gmail.com>
Rostislav <rostislav@users.noreply.github.com>
Rostislav Skudnov <rostislav@tuxera.com>
Sam Huffman <40582525+samh-sifive@users.noreply.github.com>
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libfuse 3.9.2 (2020-06-12)
==========================

* Remove obsolete workarounds in examples.
* Do not require C++ compiler for building.
* Minor bugfixes.

libfuse 3.9.1 (2020-03-19)
===========================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libfuse3', ['c'], version: '3.9.1',
project('libfuse3', ['c'], version: '3.9.2',
meson_version: '>= 0.42',
default_options: [ 'buildtype=debugoptimized' ])

Expand Down