From ee5424c7e98ffbc7ac094b1c8db61bf8889d0981 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 11 Jan 2020 19:58:36 +0100 Subject: Update README.md, CHANGELOG.md Signed-off-by: David Oberhollenzer --- CHANGELOG.md | 3 +++ README.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) 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/ -- cgit v1.2.3