diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-05 17:37:18 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-07 02:44:46 +0200 |
commit | 34c90905d87e8bb9fe017ac2a514cdd33a17ea63 (patch) | |
tree | 74b7a15e3002ec709b72d15582020a8988ff86f7 | |
parent | 82ace40392829e6361f3052941e3c60effeb8a98 (diff) |
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 87cd54c..0c9777b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- Expose more fine grained control values & flags on the XZ compressor +- Expose more fine grained control values & flags on the XZ and LZMA compressors +- A flag for the `libsquashfs` block processor to micro manage block hashing and + sparse block detection. +- A raw block submission function. +- A user pointer that can be forwarded to the block writer. + +### Changed +- `sqfsdiff` doesn't abort if it fails to read the compressor options +- in `libsquashfs`, turn the block writer into an interface with a default + implementation and remove the statistics and hooks. +- Block processor can function without fragment table and without inode pointer +- Strictly enfore min/max dictionary size in XZ & LZMA compressors +- Make compression level a generic compression option in `libsquashfs` +- More `libsquashfs` API and internal cleanups ### Fixed - Propperly set the last block flag if fragments are disabled @@ -14,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - libtar: size computation of PAX line length (#50) - Semantics of the super block deduplication - Actually set the ZSTD compression level to something greater than 0 +- Only add Selinux compile flags if WITH_SELINUX is set. Fixes Mingw cross build + on Fedora. ## [0.9.1] - 2020-05-03 ### Added @@ -309,7 +324,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Insert abstraction layers and split generic code off into support libraries -[Unreleased]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.9...HEAD +[Unreleased]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.9...v0.9.1 [0.9.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.8...v0.9 [0.8.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.7...v0.8 [0.7.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.6.1...v0.7 |