aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md2
2 files changed, 4 insertions, 0 deletions
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.