mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-22 02:40:23 -04:00
1.2 KiB
1.2 KiB
Change Log
Version 0.2.3 - 2020-12-01
- Fix link handling. There were two bugs introduced with the new metadata format, one in file system creation and another in the fuse driver. You will have to re-create a file system created with dwarfs < 0.2.3 if it contained links. If you can absolutely not re-create the file system and the data is precious, let me know, there's actually a way to recover the missing data.
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
tostd::string_view
-
Documentation updates, list Debian/Ubuntu dependencies
Version 0.1.0 - 2020-11-22
- Initial release