forked from pool/squashfuse
- Add squashfuse to filesystems: FUSE module to mount squashfs images OBS-URL: https://build.opensuse.org/request/show/1118911 OBS-URL: https://build.opensuse.org/package/show/filesystems/squashfuse?expand=0&rev=1
58 lines
2.2 KiB
Plaintext
58 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 18 16:03:24 UTC 2023 - Egbert Eich <eich@suse.com>
|
|
|
|
- update to version 0.5.0
|
|
* Add --notify_fd option
|
|
* Add --subdir option for mounting a subdirectory
|
|
* Enable multithreading in squashfuse_ll by default
|
|
* Fix bug that swapped the "trusted" and "security" extended
|
|
attribute prefixes, often resulting in "No data available"
|
|
errors.
|
|
* Add multithreading support to squashfuse_ll, disabled by
|
|
default but can be enabled with configure
|
|
--enable-multithreading Improve SIGTERM handling to do lazy
|
|
unmount
|
|
* Add "-o uid" and "-o gid" options to squashfuse_ll, similar
|
|
to the corresponding FUSE library for high-level options
|
|
* Add support for LZMA legacy images Add squashfuse_ll man
|
|
page and reconcile help messages with man pages
|
|
* Fix code to work with c99
|
|
* Use optimized linux byteswap macros if available.
|
|
* Fix "No such file or directory" when launched with empty
|
|
fd 0.
|
|
* Negative cache failed lookups. This saves a FUSE operation
|
|
when repeatedly looking up non-existent files.
|
|
* Split squashfuse_ll into a lib and executable
|
|
* Remove redundant #if in ll header
|
|
* Various bug fixes, new platform support
|
|
- Remove appimage patch squashfuse_from_appimage.patch
|
|
and rpmlint file.
|
|
- Ship internal demo tools in a separate `-tools` package.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 5 05:34:12 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Replace _service with upstream tarball
|
|
- Add squashfuse.rpmlintrc
|
|
- Tidy spec and run fdupes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 24 08:01:58 UTC 2021 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
|
|
|
|
- update to version 0.1.104
|
|
- Various bug fixes
|
|
- new platform support
|
|
- Support libfuse version 3.
|
|
- MacOS idle timeout support
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 17 09:48:45 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- update to version 0.1.103
|
|
- split package to prepare for factory inclusion
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 12 13:45:58 UTC 2014 - Yarny@public-files.de
|
|
|
|
- squashfuse 0.1
|