aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-05-03 19:04:04 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-05-03 20:35:20 +0200
commit05d80849f4f25a5d4f9560575ec568ee37f6bb07 (patch)
tree6d9829c4a9e872a455911c2ad60829afbaacfd61 /CHANGELOG.md
parenteed59ed26515b4915bc69ce3b2cc1c543d40b98b (diff)
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6600f5c..a05e338 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.9.1] - 2020-05-03
+### Added
+- Options to `gensquashfs` for overriding the ownership if packing a directory.
+
+### Changed
+- Various internal code and build system related cleanups.
+- Various performance improvements for `gensquashfs` and `tar2sqfs`.
+- Make `tar2sqfs` compeltely ignore PAX global headers,
+ even if `--no-skip` is set (#45).
+- Make `gensquashfs` fail if extra arguments are passed, similar to `tar2sqfs`.
+
+### Fixed
+- Missing assert header inclusion if built with `--without-lzo` (#41)
+- sqfs2tar: also emit trailing slashes for empty directories (#42)
+- Illegal implicit cast in public `libsquashfs` headers if used from C++.
+- If tar2sqfs or gensquashfs fails, delete the output file.
+- Make sure test cases also work if built with NDEBUG defined.
+- Add missing `--with-gzip` configure option.
+- In `tar2sqfs`, actually apply the `--no-tail-packing` if set.
+- Potential nondeterministic order of extended attributes
+ in `gensquashfs` if packing a directory.
+- Manpages lagging behind.
+
## [0.9.0] - 2020-03-30
### Added
- Support parsing [device] block size argument with SI suffix.