SHA256
1
0
forked from pool/fuse3

Accepting request 685928 from home:polslinux:branches:filesystems

- Update to 3.4.2
  * 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. 
  * Fixed a memory leak
  * Added OpenAFS and HFS+ to whitelist 
  * Docu updates

OBS-URL: https://build.opensuse.org/request/show/685928
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=17
This commit is contained in:
2019-03-18 14:35:03 +00:00
committed by Git OBS Bridge
parent 2b66ab80d7
commit 367d22b9bf
6 changed files with 36 additions and 25 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 18 06:52:39 UTC 2019 - Paolo Stivanin <info@paolostivanin.com>
- Update to 3.4.2
* 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.
* Fixed a memory leak
* Added OpenAFS and HFS+ to whitelist
* Docu updates
-------------------------------------------------------------------
Thu Nov 29 08:30:24 UTC 2018 - Jan Engelhardt <jengelh@inai.de>