diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-08-14 22:12:44 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-08-15 22:34:15 +0200 |
commit | 2d73cdd49c5371dc4b7980f70b066edb412b91b3 (patch) | |
tree | e022804bd683ad5f0be55bc952702c81b16997d0 /CHANGELOG.md | |
parent | b74b5a23c0e4fb75400dae34c822e930de9c677d (diff) |
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 31072fb..7bae38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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). +## [1.1.3] - 2021-08-15 +### Added +- Overhaul format documentation, convert to ASCIIdoc (#88, #90) +- Add an explicit license boiler plate to all the example programs (#89) +- Additional example code & documentation + +### Fixed +- Typos and formating issues in the documentation (#86) +- Symlink based path traversal in rdsqaushfs when unpacking to a directory +- libsquashfs directory writer size accounting (#85) +- tar2sqfs, sqfs2tar: 4 GiB limitation for files in tarballs (#87) + ## [1.1.2] - 2021-06-25 ### Added - Test cases for concatenated stream decompression @@ -58,6 +70,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - libsquashfs: Allow shared read access to generated images on Windows (#79) +## [1.0.6] - 2021-08-15 +### Added +- Overhaul format documentation, convert to ASCIIdoc (#88, #90) +- Add an explicit license boiler plate to all the example programs (#89) +- Additional example code & documentation + +### Fixed +- Typos and formating issues in the documentation (#86) +- Fix symlink path traversal in rdsqaushfs +- Add a test case for the path traversal bug +- Fix libsquashfs directory writer size accounting +- tar2sqfs, sqfs2tar: 4 GiB limitation for files in tarballs (#87) + +## [1.0.5] - 2021-06-25 +### Fixed +- libsquashfs: Allow shared read access to generated images on Windows (#79) +- libsquashfs: preserve alignment flag in block processor +- libsquashfs: broken block alignment in block write +- libsquashfs: add sqfs_free() function, mainly for Windows portabillity +- libsquashfs: static linking on Windows +- Some documentation clarifications and typo fixes +- libfstree: guard against link count and inode number overflow +- libcommon: potentially un-aligned data access in LZO compressor +- libsquashfs: potentially unaligned data access in meta data handling +- More compiler warning flags turned on and partially fixed + ## [1.0.4] - 2021-01-23 ### Fixed - typos in documentation @@ -426,9 +464,12 @@ 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 +[1.1.3]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.1.0...v1.1.1 -[1.1.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.4...v1.1.0 +[1.1.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.2...v1.1.0 +[1.0.6]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.5...v1.0.6 +[1.0.5]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.1...v1.0.2 |