summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2025-02-15 16:30:53 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2025-02-15 16:30:53 +0100
commit41eaf3b3a46bf4e929b3cabb28624edc065345ae (patch)
tree273883da2263621b2d0f1eb140bdb402d8351248
parent556cc634641342e789b42773e7beacd3b8f959e0 (diff)
Update CHANGELOG.md
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 57afc62..204ee0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ 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]
+## [2.3.0] - 2025-02-15
### Added
- fsck.ubifs: Add fsck utility for ubifs
- ubifs-utils: Support Address-Sanitizier debug
@@ -17,6 +17,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- 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