From 001d3dc914d19b3d85aa04f2a042837cef4af0e4 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 19 Jan 2020 18:41:27 +0100 Subject: Minor documentation update Signed-off-by: David Oberhollenzer --- CHANGELOG.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b83b0..b14b3cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support parsing [device] block size argument with SI suffix. - Add a write-up on the on-disk format. +- A couple demo programs that make use of `libsquashfs`. ### Changed - For better compatibility, sqfs2tar appends `/` to directory names. (#37) ### Fixed - Include sys/sysmacros.h on any GNU libc platform. +- Directory index accounting. ## [0.8] - 2019-12-30 ### Added diff --git a/README.md b/README.md index 6003ee3..f42c953 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,8 @@ structures. The `tests` sub-directory contains unit tests for the libraries. +The `extras` sub-directory contains a few demo programs that use `libsquashfs`. + To allow 3rd party applications to use `libsquashfs.so` without restricting their choice of license, the code in the `lib/sqfs` sub-directories is licensed under the LGPLv3, in contrast to the rest of this package. -- cgit v1.2.3