backhand
* v3: Add kinds: BE_V3_1_LZMA_SWAP and LE_V3_1_LZMA_SWAP
+ Big and little endian, with special magic.
+ General support for v3.1, no on-disk changes.
* v3: Fall back to standard LZMA even if adaptive is picked.
backhand-cli
* Add --kinds: le_v3_1_lzma_swap and be_v3_1_lzma_swap
OBS-URL: https://build.opensuse.org/package/show/filesystems/backhand?expand=0&rev=6
70 lines
2.3 KiB
Plaintext
70 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Mar 1 08:42:28 UTC 2026 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.25.1:
|
|
backhand
|
|
* v3: Add kinds: BE_V3_1_LZMA_SWAP and LE_V3_1_LZMA_SWAP
|
|
+ Big and little endian, with special magic.
|
|
+ General support for v3.1, no on-disk changes.
|
|
* v3: Fall back to standard LZMA even if adaptive is picked.
|
|
backhand-cli
|
|
* Add --kinds: le_v3_1_lzma_swap and be_v3_1_lzma_swap
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 15 09:01:45 UTC 2026 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.25.0:
|
|
backhand
|
|
* Update depends.
|
|
* Update lzma-rust2 to v0.16.0.
|
|
* Fix handling of adding files larger than 4 GiB.
|
|
* Add window size impl for gzip.
|
|
backhand-cli
|
|
* Update depends.
|
|
* Remove libc depend.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 18 19:04:33 UTC 2026 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.24.1:
|
|
backhand
|
|
* Add a method to create an XzFilter.
|
|
* impl Seek for SquashfsReadFile.
|
|
* Update dependencies.
|
|
backhand-cli
|
|
* Update dependencies.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 07 08:56:44 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.24.0:
|
|
backhand
|
|
* Add Normal and Vendor SquashFS 3.0 Read support.
|
|
backhand-cli
|
|
* unsquashfs: Try all kinds by default when --kind isn't
|
|
specified.
|
|
* unsquashfs: Improve error output.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 20 06:43:52 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.23.0:
|
|
* Add feature parallel, which enables internal parallelization
|
|
when de-compressing data. When parallel is not used, the old
|
|
behavior of reading without parallelization is used.
|
|
* Fix misaligned pointer loads when using Deku.
|
|
* Fix incorrect assertion about file size.
|
|
* Use rust library liblzma instead of xz2.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 19 09:47:13 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 0.22.0:
|
|
* Update deku to v0.19.0
|
|
* Update MSRV to 1.84
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 9 11:01:03 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 0.21.0
|