aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md4
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8656c19..14b83b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support parsing [device] block size argument with SI suffix.
- Add a write-up on the on-disk format.
+### Changed
+- For better compatibility, sqfs2tar appends `/` to directory names. (#37)
+
### Fixed
- Include sys/sysmacros.h on any GNU libc platform.
diff --git a/README.md b/README.md
index 4fa6228..6003ee3 100644
--- a/README.md
+++ b/README.md
@@ -180,7 +180,9 @@ the `libsquashfs` library does not.
## Further Information
-A documentation of the SquashFS on-disk format can be found here:
+A documentation of the SquashFS on-disk format in plain text format can be
+found in the [documentation directory](doc/format.txt), which is based on
+an online version that can be found here:
https://dr-emann.github.io/squashfs/