Skip to content

Commit 8a092d3

Browse files
authored
Merge pull request #169 from danielinux/prepare-v1.10
Prepare release v1.10
2 parents 308a4ea + 3a8a295 commit 8a092d3

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,13 @@ USE_LOCAL_WOLFSSL=/usr/local pip3 install .
262262
* New HAL: STM32L4
263263
* TMS570LC43xx: Use `NVM_FLASH_WRITEONCE` for update progress and
264264
fix stack pointer initialization
265+
266+
### V1.10 (2022-01-10)
267+
* Delta updates: expanded documentation + bug fixes
268+
* Support Ed448 for signature verification
269+
* Hardware support:
270+
* Secure memory mode for STM32G0
271+
* Fix for STM32L5 in dual-bank mode
272+
* UEFI support: wolfBoot as EFI application on x86_64
273+
* Fixed self-update in Cortex-R5
274+
* Fixed HW support regressions in PSOC-6 build

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 "1.8.0"
33-
#define LIBWOLFBOOT_VERSION_HEX 0x01008000
32+
#define LIBWOLFBOOT_VERSION_STRING "1.10.0"
33+
#define LIBWOLFBOOT_VERSION_HEX 0x010a0000
3434

3535
#ifndef WOLFBOOT_VERSION
3636
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

lib/wolfssl

Submodule wolfssl updated 575 files

0 commit comments

Comments
 (0)