aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-05-02 14:33:09 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-05-02 14:33:09 +0200
commitc1c33fa437dbec42813f8bfdec5b9ca33edbde01 (patch)
treece07f5029f9c76d1490c0e4f10680d218f710547
parent213780c6352d2f8e104aad7bd2304f23a3092a9c (diff)
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2cd8c4..a499d92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.3.1] - 2024-05-02
+### Fixed
+ - gensquashfs: apply xattr file also when using a pack file (#122)
+ - Fix broken C++ guard in rbtree.h
+ - fixed fragment table size typo (#126)
+
## [1.3.0] - 2024-03-11
### Added
- rdsquashfs: improve unpacking error message on Windows