summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-09-25 09:08:10 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-09-25 15:12:32 +0200
commitc3ddfb00153ce145bf3c4463c58918b56dafd068 (patch)
treef565b23506c56de556e68e1f4a5fd17f496289a4
parent48618633a9c6120d155f7b4cbae57a40007c09cb (diff)
Update CHANGELOG
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b69ea3b..dfad584 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,22 @@ 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.1.0/).
+## [2.2.1] - 2024-09-25
+### Fixed
+ - fectest: Fix time formatting with _TIME_BITS=64 on 32-bit system
+ - mkfs.ubifs: Clear direct_write property when closing target
+ - mkfs.ubifs: Initialize 'cipher_name' as NULL
+ - mkfs.ubifs: Fix wrong xattr entry type
+ - mkfs.ubifs: Fix incorrect dir size calculation in encryption scenario
+ - mkfs.ubifs: Close libubi in error handling paths
+ - mkfs.ubifs: Fix missed closing fd
+ - mkfs.ubifs: Fix memleak for in error paths
+ - also check for static libuuid
+
+### Changed
+ - refactor: integck: split out common remount logic
+ - refactor: move rbtree & list code from jffsX-utils to common code
+
## [2.2.0] - 2024-03-29
### Added
- flashcp: Add write last option