aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-12-13 12:57:51 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-12-13 12:57:51 +0100
commitba04f24b3cab65081facdb2c726f023bdb9e7b48 (patch)
tree663497a42b92eb290a3a8b0152a30e11ea510f90 /CHANGELOG.md
parentba3cf4e511ec4b6fc9aa5f6bfb72f432cd159c35 (diff)
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffd4265..9c74e59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Port to BSD systems.
- Explicit argument invalid error code in `libsquashfs`.
- A `--root-becomes` option to `tar2sqfs` and `sqfs2tar`.
+- A `--no-tail-packing` option to `tar2sqfs` and `sqfs2tar`.
+- CHANGELOG.md now references GitHub issue numbers.
+- Simple integration and regression test suit.
### Changed
- Return propper error code from `sqfs_get_xattr_prefix_id`.
@@ -33,6 +36,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Honor the no_xattr flag when generating SquashFS images.
- Block size check in `sqfs_super_init`. (#29)
- Fix pthread block processor interfering with application signal handling.
+- Added pthread flags to the programs using libsquashfs.
+- Fix "buffer too small" being treated as fatal error by the zstd compressor.
+- Fix out of bounds write in the LZO compressor.
+- Fix queue accounting in the compressor thread pool. (#29)
+- Fix name of `libsquashfs` pkg-config file.
## [0.7] - 2019-10-08
### Added