From 13d2d8cc101d6a31b75079eec24881ad82bb88e8 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 19 Jun 2023 10:12:20 -0400 Subject: [PATCH] Prepare for 4.1.8 release --- external/ckcc-protocol | 2 +- external/libngu | 2 +- external/micropython | 2 +- external/mpy-qr | 2 +- releases/ChangeLog.md | 5 +++++ stm32/Makefile | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/external/ckcc-protocol b/external/ckcc-protocol index 9abbe10d..f3033b9d 160000 --- a/external/ckcc-protocol +++ b/external/ckcc-protocol @@ -1 +1 @@ -Subproject commit 9abbe10db4c8f16f9731d422dcd5635c1d10b230 +Subproject commit f3033b9dce8619c3ad89bdd840f5c91156d9598c diff --git a/external/libngu b/external/libngu index 0b9d7600..74b373c2 160000 --- a/external/libngu +++ b/external/libngu @@ -1 +1 @@ -Subproject commit 0b9d7600d12d0eda6877f8188b098088c2261912 +Subproject commit 74b373c2b7c92e6e903be22da773bad3f0daa09b diff --git a/external/micropython b/external/micropython index c087bbe8..db4e297e 160000 --- a/external/micropython +++ b/external/micropython @@ -1 +1 @@ -Subproject commit c087bbe8d273a940482bdb00c806f430960d6d9c +Subproject commit db4e297ea1f40d2105cea1e2592e46fbda918dbc diff --git a/external/mpy-qr b/external/mpy-qr index cb71312d..19804265 160000 --- a/external/mpy-qr +++ b/external/mpy-qr @@ -1 +1 @@ -Subproject commit cb71312dd7369ae6cacd185a81c12683892b971e +Subproject commit 198042652fa5720efeed09d20aee436ddbf35ece diff --git a/releases/ChangeLog.md b/releases/ChangeLog.md index 8e5540aa..796cde73 100644 --- a/releases/ChangeLog.md +++ b/releases/ChangeLog.md @@ -1,5 +1,10 @@ +## 4.1.8 - Jun 19, 2023 + +- Bugfix: "Validating..." screen would be shown twice in some cases. Improves signing performance. +- Bugfix: Reproducible builds corrected. ## 4.1.7 - Nov 15, 2022 + - Bugfix: Upgrades to 4.1.6 version using SD Card did not work due to an obscure alignment bug. USB upgrade did work. A workaround to this issue has been added for this release. diff --git a/stm32/Makefile b/stm32/Makefile index 4ed6a93e..413f007d 100644 --- a/stm32/Makefile +++ b/stm32/Makefile @@ -34,7 +34,7 @@ BOOTLOADER_BASE = 0x08000000 FILESYSTEM_BASE = 0x080e0000 # Our version for this release. -VERSION_STRING = 4.1.7 +VERSION_STRING = 4.1.8 # # Sign and merge various parts