Merge pull request #267 from danielinux/v1.14-rc

preparing release: v1.14
pull/274/head v1.14
David Garske 2022-12-30 08:19:51 -08:00 committed by GitHub
commit 286d8f6684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 4 deletions

View File

@ -469,3 +469,13 @@ Use `make keysclean` or `make distclean` to delete keys and regenerate.
* Fixed bug in encrypted delta updates
* Updated wolfCrypt to wolfSSL submodule v5.5.3
### V1.14 (2022-12-30)
* Added support for CMake build
* STM32U5: Support for external flash
* STM32H7: Support for QSPI flash
* Support for NXP QoriQ P1021
* Cleanups and improvements for DEOS support on t2080
* Docker tests: refactoring
* Github Actions: added build checks for most available configurations
* Updated wolfTPM to v.2.7.0
* Updated wolfCrypt to wolfSSL v.5.5.4

View File

@ -29,8 +29,8 @@ extern "C" {
#endif
#define LIBWOLFBOOT_VERSION_STRING "1.12.0"
#define LIBWOLFBOOT_VERSION_HEX 0x010C0000
#define LIBWOLFBOOT_VERSION_STRING "1.14.0"
#define LIBWOLFBOOT_VERSION_HEX 0x010E0000
#ifndef WOLFBOOT_VERSION
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

@ -1 +1 @@
Subproject commit 49f32aa580aa2332114919e8a66c6b3f0ca146ed
Subproject commit a0bd9fef9842ffbdf933afbd15ed4fa8bc8daf26

@ -1 +1 @@
Subproject commit a7635da9e64a43028d2f8f14bce75e4bed39f162
Subproject commit 4fbd4fd36a21efd9d1a7e17aba390e91c78693b1