diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e457d9..204ee0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,63 @@ 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.3.0] - 2025-02-15 +### 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 + - mtdinfo: type mis-match in printf format string + - nanddump: const cast warning + - flashcp: uninitialized variable + - jffs2reader: potential null pointer dereference + - tests: checkfs: Add previous prototype for do_pwr_dn() + +### 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 + - 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 + - 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 |