Skip to content

Commit 286d8f6

Browse files
authored
Merge pull request #267 from danielinux/v1.14-rc
preparing release: v1.14
2 parents 034fa09 + f250a5b commit 286d8f6

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,3 +469,13 @@ Use `make keysclean` or `make distclean` to delete keys and regenerate.
469469
* Fixed bug in encrypted delta updates
470470
* Updated wolfCrypt to wolfSSL submodule v5.5.3
471471

472+
### V1.14 (2022-12-30)
473+
* Added support for CMake build
474+
* STM32U5: Support for external flash
475+
* STM32H7: Support for QSPI flash
476+
* Support for NXP QoriQ P1021
477+
* Cleanups and improvements for DEOS support on t2080
478+
* Docker tests: refactoring
479+
* Github Actions: added build checks for most available configurations
480+
* Updated wolfTPM to v.2.7.0
481+
* Updated wolfCrypt to wolfSSL v.5.5.4

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.12.0"
33-
#define LIBWOLFBOOT_VERSION_HEX 0x010C0000
32+
#define LIBWOLFBOOT_VERSION_STRING "1.14.0"
33+
#define LIBWOLFBOOT_VERSION_HEX 0x010E0000
3434

3535
#ifndef WOLFBOOT_VERSION
3636
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

lib/wolfssl

Submodule wolfssl updated 429 files

0 commit comments

Comments
 (0)