aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-06-25 16:46:18 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-06-25 16:46:18 +0200
commit4c063072b4ac1f1a675e761d279eb55c2024737b (patch)
treee5de720bfe3265608be73fd0731312380aa2cb98
parentc9b8b3bc4a03ee5ff99d8314325d7c443f095eb0 (diff)
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2b2954..31072fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.1.2] - 2021-06-25
### Added
- Test cases for concatenated stream decompression
+- A more "real-world" test suite for `tar2sqfs` pre-release testing
### Fixed
- Replace tabs with spaces in format.txt
@@ -16,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- allow concatenated Bzip2 streams
- Use Automake conditional for zstd stream compression support
- Use *_MAX from limits.h instead of configure-time type size checks
+- Additional compiler warnings were turned on and addressed
+- libfstream: Add printf format specifier attribute
+- libfstream: guard against potential integer overflows
+- libfstree: guard against link count and inode number overflow
+- libfstree: guard against possible overflow in readlink()
+- libcommon: potentially un-aligned data access in LZO compressor
+- libsquashfs: potentially unaligned data access in meta data handling
+- Some format string type/signedness mismatch issues
## [1.1.1] - 2021-05-07
### Fixed