summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-09-26 14:56:45 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-09-26 15:10:43 +0200
commit47e3c55091a9203c98840904607b8bc01479aa53 (patch)
treee3980355bc0685180489569e26a9fe5fb779dd9f
parent76dc36b490ba812c59c6595f3d70ebe9f86c6c94 (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 a499d92..4eb2a8a 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.2] - 2024-09-26
+### Fixed
+ - Fix prefix path for file globing (#129)
+ - Missing `--no-pad` option in `gensquashfs`, `sqfs2tar` (#113)
+ - Fix version substitution in release script
+
## [1.3.1] - 2024-05-02
### Fixed
- gensquashfs: apply xattr file also when using a pack file (#122)