]> www.infradead.org Git - mtd-utils.git/commitdiff
Update CHANGELOG.md
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Tue, 17 Dec 2024 13:54:57 +0000 (14:54 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 30 Dec 2024 15:38:59 +0000 (16:38 +0100)
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
CHANGELOG.md

index dfad5845b5a7194d62945e2ecc409b27007dc210..57afc6287efd609d92413064244c28242def36bb 100644 (file)
@@ -4,6 +4,26 @@ 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/).
 
+## [Unreleased]
+### Added
+ - fsck.ubifs: Add fsck utility for ubifs
+ - ubifs-utils: Support Address-Sanitizier debug
+ - nand-utils: nanddump: Add support for testing continuous reads
+ - mtd-tests: nandbiterrs: Add support for testing continuous reads
+ - mtd-tests: flash_speed: Benchmark continuous reads
+
+### Fixed
+ - Various integer handling errors (potential overflows, divide by zero)
+ - mkfs.jffs2: fix segfault when parsing dev table
+ - nand-utils: nanddump: Explicitely use the page size when relevant
+ - misc-utils: add missing error handling for 'bam' allocation in ftl_check.c
+
+### Changed
+ - mkfs.ubifs: re-sync with the kernel code
+ - mkfs.ubifs: move most of the code into a libubifs library
+ - Import a more recent version of libiniparser
+ - mtd-tests: flash_speed: cleanup/refactor
+
 ## [2.2.1] - 2024-09-25
 ### Fixed
  - fectest: Fix time formatting with _TIME_BITS=64 on 32-bit system