Released 3.4.1 fuse-3.4.1
authorNikolaus Rath <Nikolaus@rath.org>
Sat, 22 Dec 2018 14:45:30 +0000 (14:45 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Sat, 22 Dec 2018 14:45:30 +0000 (14:45 +0000)
AUTHORS
ChangeLog.rst
meson.build

diff --git a/AUTHORS b/AUTHORS
index acd7c66c1029e40e6419f269943ce4b584125e4c..d64d3e8fb9c9e5944905c3d486db96d393088ad2 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -83,6 +83,7 @@ Miklos Szeredi <mszeredi@redhat.com>
 Miklos Szeredi <mszeredi@suse.cz>
 mkmm@gmx-topmail.de <mkmm@gmx-topmail.de>
 Natanael Copa <ncopa@alpinelinux.org>
+Niels de Vos <ndevos@redhat.com>
 Nikolaus Rath <Nikolaus@rath.org>
 Oded Arbel <oded@geek.co.il>
 Olivier Blin <olivier.blin@softathome.com>
@@ -95,6 +96,7 @@ Richard W.M. Jones <rjones@redhat.com>
 Riku Voipio <riku.voipio@linaro.org>
 Robo Shimmer <roboshim@users.noreply.github.com>
 Roland Bauerschmidt <rb@debian.org>
+Roman Bogorodskiy <bogorodskiy@gmail.com>
 Rostislav <rostislav@users.noreply.github.com>
 Rostislav Skudnov <rostislav@tuxera.com>
 Sam Stuewe <halosghost@archlinux.info>
index 9dc8b3d3b21556c4cacd225ddad0824610c0edb6..4ae77a83d05508b809ee3a9b8528a69bd1acadaf 100644 (file)
@@ -1,3 +1,11 @@
+libfuse 3.4.1
+=============
+
+* The `examples/passthrough_ll.c` example filesystem has been
+  significantly extended.
+* Support for `copy_file_range` has been added.
+* Build system updates for non-Linux systems.
+
 libfuse 3.4.0
 =============
 
index 58c4c257e1990af4e2f745199802aa8086b0dd8e..ff85db1df6887f225e1633adbc3a4f5cb72e01cf 100644 (file)
@@ -1,4 +1,4 @@
-project('libfuse3', 'c', version: '3.4.0',
+project('libfuse3', 'c', version: '3.4.1',
         meson_version: '>= 0.42',
         default_options: [ 'buildtype=debugoptimized' ])