diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-03-10 16:10:14 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-03-10 16:20:31 +0100 |
commit | d412430e77f5b341964389205425a26dc2be2364 (patch) | |
tree | ee68153efe5b47c6d688dc215ece6cf0ebed35b3 | |
parent | 9400e9371f6af2e6a0ec55b7d265a920b2bed296 (diff) |
Update man pages, changelog
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rw-r--r-- | bin/tar2sqfs/tar2sqfs.1 | 5 |
2 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c60faf..c2cd8c4 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.3.0] - 2024-03-11 +### Added + - rdsquashfs: improve unpacking error message on Windows + - rdsquashfs: add a workaround for unpacking forbidden filenames on Windows + - tar2sqfs: Add option to exclude files + +### Fixed + - Fix compressor ID enumerator in format documentation + +### Changed + - libsqfs: add a threshold for extended directory inodes with index + ## [1.2.0] - 2022-12-03 ### Added - Make it possible for `gensquashfs` to add xattrs from a description file diff --git a/bin/tar2sqfs/tar2sqfs.1 b/bin/tar2sqfs/tar2sqfs.1 index 2098e8e..2cac9e2 100644 --- a/bin/tar2sqfs/tar2sqfs.1 +++ b/bin/tar2sqfs/tar2sqfs.1 @@ -33,6 +33,11 @@ points, this may actually be intended for some use cases. This flag allows changing the default behaviour, so only hard links are retargeted. .TP +\fB\-\-exclude\fR, \fB\-E\fR <pattern> +Test paths against a given shell-style globbing pattern and exclude all +matches, e.g. \fB\-\-exclude boot/*\fR keeps the \fBboot\fR directory in +the final SquashFS archive, but drops all of its contents. +.TP \fB\-\-compressor\fR, \fB\-c\fR <name> Select the compressor to use. Run \fBtar2sqfs \-\-help\fR to get a list of all available compressors |