diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-09-03 17:31:08 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-09-03 18:28:09 +0200 |
commit | b96f0fc154feef531be76034bf6e38925636146f (patch) | |
tree | 82bb8c38a1e5a7e1191e5499ebcbe57b5c21eaf2 /CHANGELOG.md | |
parent | c6d289ab9e604369c25ed2c766842318f74e9256 (diff) |
Patch level release 1.0.2v1.0.2
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 624557a..8797f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.2] - 2020-09-03 +### Fixed +- Fix block processor single block with don't fragment flag bug (#63) +- Fix libtar treatment of link targets that fill the header field (#64) +- Fix tree node path generation for detached sub trees (#66) +- Fix rdsquashfs unpack under Windows if a directory exists +- Clarify copyright status of documentation & build system + +### Added +- Support for GNU tar sparse format 1.0. +- A spec file to build RPM packages (#65). +- A `--stat` option to rdsquashfs ## [1.0.1] - 2020-08-03 ### Fixed @@ -338,7 +349,7 @@ 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/v1.0.1...HEAD +[1.0.2]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.9.1...v1.0.0 [0.9.1]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.9...v0.9.1 |