From: Nikolaus Rath Date: Sat, 22 Dec 2018 14:45:30 +0000 (+0000) Subject: Released 3.4.1 X-Git-Tag: fuse-3.4.1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ebd3a529178f84816e40476b3afc3aa55c110204;p=qemu-gpiodev%2Flibfuse.git Released 3.4.1 --- diff --git a/AUTHORS b/AUTHORS index acd7c66..d64d3e8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -83,6 +83,7 @@ Miklos Szeredi Miklos Szeredi mkmm@gmx-topmail.de Natanael Copa +Niels de Vos Nikolaus Rath Oded Arbel Olivier Blin @@ -95,6 +96,7 @@ Richard W.M. Jones Riku Voipio Robo Shimmer Roland Bauerschmidt +Roman Bogorodskiy Rostislav Rostislav Skudnov Sam Stuewe diff --git a/ChangeLog.rst b/ChangeLog.rst index 9dc8b3d..4ae77a8 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -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 ============= diff --git a/meson.build b/meson.build index 58c4c25..ff85db1 100644 --- a/meson.build +++ b/meson.build @@ -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' ])