2019-12-14 20:53:18 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-03-20 07:17:50 +01:00
|
|
|
Fri Mar 20 06:15:34 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
- Update to version 3.9.1
|
|
|
|
* Fixed memory leak in fuse_session_new().
|
|
|
|
* Fixed an issue with the linker version script.
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-12-14 20:53:18 +01:00
|
|
|
Sat Dec 14 12:47:41 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
- Update to version 3.9.0
|
|
|
|
* Added support for FUSE_EXPLICIT_INVAL_DATA to enable onl
|
|
|
|
invalidate cached pages on explicit request.
|
|
|
|
|
2019-11-05 11:39:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 3 10:01:00 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
- Update to version 3.8.0
|
|
|
|
* Added support for FUSE_LSEEK operation which can be used to
|
|
|
|
report holes in sparse files.
|
|
|
|
|
2019-07-16 12:52:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 9 12:47:17 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
- Update to version 3.6.2
|
|
|
|
* The init script is now installed to /etc/ rather than
|
|
|
|
/usr/local/etc by default.
|
|
|
|
* Minor bugfixes
|
|
|
|
- Drop fuse-install-fix.patch, not needed with -Duseroot=false
|
|
|
|
- Add conf-rename.patch, which is split from the above now
|
|
|
|
removed patch
|
|
|
|
|
2019-06-21 20:59:51 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 20 09:48:24 UTC 2019 - Martin Liška <mliska@suse.cz>
|
|
|
|
|
|
|
|
- Disable LTO due to symbol versioning (boo#1138803).
|
|
|
|
|
2019-06-13 19:22:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 13 14:54:44 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
- Update to version 3.6.1
|
|
|
|
* Fixed version number (release 3.6.0 was shipped with a declared
|
|
|
|
version of 3.0.0).
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 13 12:07:16 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
- Update to version 3.6.0
|
|
|
|
* Added a new example (passthrough_hp). The functionality is
|
|
|
|
similar to passthrough_ll, but the implementation focuses
|
|
|
|
on performance and correctness rather than simplicity.
|
|
|
|
* Added support for fuse kernel feature max_pages which allows
|
|
|
|
to increase the maximum number of pages that can be used per
|
|
|
|
request. This feature was introduced in kernel 4.20.
|
|
|
|
max_pages is set based on the value in max_write.
|
|
|
|
By default max_write will be 1MiB now for kernels that
|
|
|
|
support max_pages. If you want smaller buffers or writes
|
|
|
|
you have to set max_write manually.
|
|
|
|
|
2019-04-21 11:18:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 17 07:48:52 UTC 2019 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
|
|
|
|
- Update to 3.5.0:
|
|
|
|
* Changed ioctl commands to "unsigned int" in order to support
|
|
|
|
commands which do not fit into a signed int. Commands issued
|
|
|
|
by applications are still truncated to 32 bits.
|
|
|
|
* Added SMB2 to whitelist (so users can now mount FUSE
|
|
|
|
filesystems on mountpoints within SMB 2.0 filesystems).
|
|
|
|
* Added a new cache_readdir flag to fuse_file_info to enable
|
|
|
|
caching of readdir results. Supported by kernels 4.20 and newer.
|
|
|
|
* Add support and documentation for FUSE_CAP_NO_OPENDIR_SUPPORT.
|
|
|
|
|
2019-03-18 15:35:03 +01:00
|
|
|
-------------------------------------------------------------------
|
2019-03-19 15:36:26 +01:00
|
|
|
Tue Mar 19 14:35:22 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Amend License: field with BSD2c, from
|
|
|
|
https://github.com/libfuse/libfuse/commit/4c699e7debd99b178b9574e7dd20f36937ef296e#diff-3f1e2bdc537057b6ac2f74d095a431b8
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-03-18 15:35:03 +01:00
|
|
|
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
|
|
|
|
|
2018-12-06 13:51:54 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 29 08:30:24 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update descriptions.
|
|
|
|
- Do not make documentation mandatory.
|
|
|
|
|
2018-11-26 14:23:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 26 13:22:12 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
- Update to version 3.3.0
|
|
|
|
* The auto_unmount mode now works correctly in combination with
|
|
|
|
autofs.
|
|
|
|
* The FUSE_CAP_READDIRPLUS_AUTO capability is no longer enabled by
|
|
|
|
default unless the file system defines both a readdir() and a
|
|
|
|
readdirplus() handler.
|
|
|
|
* The description of the FUSE_CAP_READDIRPLUS_AUTO flag has been
|
|
|
|
improved.
|
|
|
|
* Allow open /dev/fuse file descriptors to be passed via mountpoints
|
|
|
|
of the special format /dev/fd/%u. This allows mounting to be
|
|
|
|
handled by the parent so the FUSE filesystem process can run
|
|
|
|
fully unprivileged.
|
|
|
|
* Add a drop_privileges option to mount.fuse3 which causes it to open
|
|
|
|
/dev/fuse and mount the file system itself, then run the FUSE file
|
|
|
|
filesystem fully unprivileged and unable to re-acquire privilege
|
|
|
|
via setuid, fscaps, etc.
|
|
|
|
* Documented under which conditions the fuse_lowlevel_notify_*
|
|
|
|
functions may block.
|
2018-12-06 13:51:54 +01:00
|
|
|
* The chmod, chown, truncate, utimens and getattr handlers of
|
|
|
|
the high-level API now all receive an additional struct
|
|
|
|
fuse_file_info pointer. There are more API changes, consult
|
2018-12-06 14:31:03 +01:00
|
|
|
https://github.com/libfuse/libfuse/releases/tag/fuse-3.3.0
|
2018-12-06 13:51:54 +01:00
|
|
|
for details.
|
2018-11-26 14:23:34 +01:00
|
|
|
|
2018-10-09 15:01:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 4 10:51:37 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
|
|
|
|
- Initial release v3.2.6
|