Stephen Seo
fd5e9ab47d
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 4s
Build for Releases / ensure-release-exists (push) Successful in 0s
Build for Releases / push-build-x86_64 (push) Successful in 7s
Build for Releases / push-build-aarch64 (push) Successful in 57s
Build for Releases / push-build-x86_64_debian (push) Successful in 31s
Build for Releases / push-build-aarch64_debian (push) Successful in 5m33s
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
# Changelog
|
|
|
|
## Upcoming Changes
|
|
|
|
## Version 1.1
|
|
|
|
More robust handling of de/compression process (handling SIGPIPE).
|
|
|
|
By default files are now pre-sorted by size before placed into chunks.
|
|
Add option to NOT pre-sort files by size.
|
|
|
|
## Version 1.0
|
|
|
|
First release.
|
|
|
|
Features:
|
|
|
|
- Can specify any command as de/compressor when archiving.
|
|
- The commands must accept file data in stdin and output processed data to
|
|
stdout.
|
|
- Can specify any command as decompressor when extracting to override the
|
|
simple-archive's stored decompressor.
|
|
- Archives/compresses into chunks to reduce overhead by compressing per chunk
|
|
instead of per file.
|
|
- Chunk size can be tweaked by a parameter setting.
|
|
- Can archive without de/compressor to be compressed separately.
|
|
- Supports pre-version-1 simple archiver file format (version 0).
|
|
- Archives regular files and symlinks.
|
|
- Keeps track of files and symlink permissions.
|
|
- Keeps track of file UID and GID (only set if extracting as root).
|
|
- Can be set to ignore absolute paths for symlinks by parameter setting.
|