Skip to content

Commit 892acfd

Browse files
committed
Prepare release 2.4.0
1 parent bffc095 commit 892acfd

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,3 +652,22 @@ Use `make keysclean` to delete keys and regenerate.
652652
* wolfTPM latest
653653
* wolfPKCS11 latest
654654

655+
### V 2.4.0 - (2025-01-07)
656+
* New hardware targets
657+
* Add support for NXP Layerscape LS1028A
658+
* Improvements to supported targets
659+
* ARMv7-M, ARMv8-M: Using Thumb2 version of ARMASM
660+
* x86-FSP: improvements to stage1 code, added support for GDT tables
661+
* New features and improvements
662+
* Added integration with wolfHSM
663+
* Improve delta update detection of base image via SHA
664+
* Remove compile-time dependencies for key tools
665+
* Key tools: improve detection of delta base image version
666+
* Bug fixes
667+
* Fix potential failure in `NVM_FLASH_WRITEONCE` mode
668+
* Updated modules
669+
* wolfSSL v5.7.6
670+
* wolfTPM 3.8.0
671+
* wolfPKCS11 latest
672+
* wolfHSM latest
673+

include/wolfboot/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ extern "C" {
2929
#endif
3030

3131

32-
#define LIBWOLFBOOT_VERSION_STRING "2.3.0"
33-
#define LIBWOLFBOOT_VERSION_HEX 0x02030000
32+
#define LIBWOLFBOOT_VERSION_STRING "2.4.0"
33+
#define LIBWOLFBOOT_VERSION_HEX 0x02040000
3434

3535
#ifndef WOLFBOOT_VERSION
3636
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

0 commit comments

Comments
 (0)