summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-12-25 22:00:16 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-12-26 10:34:58 +0100
commit41db7d10d42da1eadb36d6bcae944efec83f0192 (patch)
tree4d68459883aeb763c5b81ce26d6fd8096a555152
parentf530473eb9bfa56e2aeddc70d5701363f029a7a3 (diff)
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c74e59..ecd6e20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- A `--no-tail-packing` option to `tar2sqfs` and `sqfs2tar`.
- CHANGELOG.md now references GitHub issue numbers.
- Simple integration and regression test suit.
+- Simple creation of an NFS export table throught `libsquashfs`.
+- Support for non-directory hard links in `gensquashfs`, `tar2sqfs`
+ and `sqfs2tar`.
### Changed
- Return propper error code from `sqfs_get_xattr_prefix_id`.
@@ -41,6 +44,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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.
+- Reading of binary (i.e. non-textual) xattr values from tar files. (#32)
+- A bug in parsing the GNU.sparse.name PAX attribute from tar files.
+- sqfsdiff: recurse into directories that are only in one image.
## [0.7] - 2019-10-08
### Added