aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-11-24 15:36:35 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-11-24 15:44:13 +0100
commit58c012f6fa5bbda88a849b7ecf93519400ee0a43 (patch)
tree35bc7a3413c46e843431662e6090760076b5471e /CHANGELOG.md
parent4802ea44e14b531967492cbe155e8c52c25156b8 (diff)
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md32
1 files changed, 31 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b5099a..c04fbcd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,25 @@ 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).
-## [0.7]
+## [Unreleased]
+### Added
+- Port to Windows using MinGW cross compilation toolchain.
+- Port to BSD systems.
+
+### Changed
+
+### Fixed
+- LZO compressor moved out of libsquashfs to avoid licensing problems.
+- Make overriding configure variables for LZO library actually work.
+- Do not follow symlinks when reading xattrs from input files.
+- Ignore directory entry named `./` in tar2sqfs.
+- Reject empty string as directory name in libsquashfs.
+- Fix memory leak in tar2sqfs if entries are skipped.
+- Fix tar_fuzz error check after seek.
+- Fix the `fstree_init` test to account for defaults from `SOURCE_DATE_EPOCH`.
+- Honor the no_xattr flag when generating SquashFS images.
+
+## [0.7] - 2019-10-08
### Added
- LGPLv3 licensed, shared library `libsquashfs.so` containing all the SquashFS
related logic.
@@ -191,3 +209,15 @@ 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.7...HEAD
+[0.7.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.6.1...v0.7
+[0.6.1]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.6...v0.6.1
+[0.6.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.5...v0.6
+[0.5.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.4...v0.5
+[0.4.2]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.4.1...v0.4.2
+[0.4.1]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.4...v0.4.1
+[0.4.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.3...v0.4
+[0.3.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.2...v0.3
+[0.2.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.1...v0.2
+[0.1.0]: https://github.com/AgentD/squashfs-tools-ng/releases/tag/v0.1