dwarfs/CHANGES.md
Marcus Holland-Moritz fc2882c8c6 Update Change Log
2020-11-30 20:01:52 +01:00

41 lines
802 B
Markdown

# Change Log
## Version 0.2.2 - 2020-11-30
- Remove read-only masking as it prevents writable overlays
- Throw an error in `mkdwarfs` if unrecognized command line
arguments are encountered (github #5)
- Various build fixes (github #2. #3)
- More documentation
## Version 0.2.1 - 2020-11-29
- Replace --no-owner and --no-time with more flexible --set-owner,
--set-group and --set-time options
- Update man pages
## Version 0.2.0 - 2020-11-29
- Complete rewrite of the file system metadata storage using
fbthrift's `frozen` library
## Version 0.1.1 - 2020-11-23
- Test and fix Debian Buster and Ubuntu Focal builds
- Migrate from `folly::StringPiece` to `std::string_view`
- Documentation updates, list Debian/Ubuntu dependencies
## Version 0.1.0 - 2020-11-22
- Initial release