diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-03-12 12:15:09 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-03-29 15:33:39 +0100 |
commit | a8ee379d8f7a9680b2373116c802bfa36a0b7489 (patch) | |
tree | 89aa775b6b50ff0cad50efa2944881483679d9c5 | |
parent | 49e9f98cb8017a4df05431e8c1134b2fab50074f (diff) |
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e457d9..b69ea3b 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.0] - 2024-03-29 +### Added + - flashcp: Add write last option + - flash_erase: Add an option for JFFS2 cleanmarker size + - ubiattach: Add disable fastmap option + - ubiattach: Add option to reserve peb pool for fastmap + - support building without zlib + - CHANGELOG & README files + +### Fixed + - jffs2dump: check return value of lseek + - mkfs.ubifs: fix xattr scanning for builds with selinux support + +### Changed + - overhaul dependency handling in the build system + ## [2.1.6] - 2023-08-30 ### Added - flash_speed: Measure read while write latency |