From 3a20748ff636f3466465bb5db379b7176f92ae37 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 26 Jun 2023 17:36:47 +0200 Subject: [PATCH 1/2] create a v5.0.0 snapshot --- CHANGELOG.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62369e0..7a89e679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,16 @@ will consitute of a breaking change warranting a new major release: - Important bugfixes for PTME. See `q7s-package` CHANGELOG. -# [v5.0.0] to be released +# [v5.1.0] to be released + +## Changed + +- Added `sync` syscall in graceful shutdown handler +- Graceful shutdown is now performed by the reboot watchdog +- There is now a separate file for the total reboot counter. The reboot watchdog has its own local + counters to determine whether a reboot is necessary. + +# [v5.0.0] 2023-06-26 v3.3.1 and all following version will now be moved to v5.0.0 with the additional changes listed here. This was done because the firmware update (v4.0.0) is not working right now and it is not @@ -28,14 +37,8 @@ known when and how it will be fixed. Because of that, all updates to make the SW firmware, which are limited to a few files will be moved to a dev branch so regular development compatible to the old firmware can continue. -## Changed - -- This version is compatible to the old firmware and some changes which only work with the new - firmware have been reverted. -- Added `sync` syscall in graceful shutdown handler -- Graceful shutdown is now performed by the reboot watchdog -- There is now a separate file for the total reboot counter. The reboot watchdog has its own local - counters to determine whether a reboot is necessary. +TLDR: This version is compatible to the old firmware and some changes which only work with the new +firmware have been reverted. # [v4.0.1] 2023-06-24 -- 2.43.0 From 67024ec933db2e12d3c3352712048f382d64a040 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 26 Jun 2023 17:39:41 +0200 Subject: [PATCH 2/2] that was already pulled in --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a89e679..9b0d0e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,13 +22,6 @@ will consitute of a breaking change warranting a new major release: # [v5.1.0] to be released -## Changed - -- Added `sync` syscall in graceful shutdown handler -- Graceful shutdown is now performed by the reboot watchdog -- There is now a separate file for the total reboot counter. The reboot watchdog has its own local - counters to determine whether a reboot is necessary. - # [v5.0.0] 2023-06-26 v3.3.1 and all following version will now be moved to v5.0.0 with the additional changes listed @@ -40,6 +33,13 @@ compatible to the old firmware can continue. TLDR: This version is compatible to the old firmware and some changes which only work with the new firmware have been reverted. +## Changed + +- Added `sync` syscall in graceful shutdown handler +- Graceful shutdown is now performed by the reboot watchdog +- There is now a separate file for the total reboot counter. The reboot watchdog has its own local + counters to determine whether a reboot is necessary. + # [v4.0.1] 2023-06-24 ## Fixed -- 2.43.0